de.mid.innovator.srv
Interface SrvContext
- All Known Implementing Classes:
- ExcellenceModel, Model, RepositoryServer
public interface SrvContext
This interface can be used to get specific information about an
Innovator repository server. It primarily contains
the differences between a model or a server. Every static method that
can be found in the so-called helper classes needs to know where the
command telegram has to be sent. This means that these methods can
be called with an instance of Model or
RepositoryServer. Innovator model instances
know which server they belong to and do not and, therefore, require an explicit
SrvContext.
- Author:
- borschet
equals
boolean equals(SrvContext obj)
getLogin
SrvLogin getLogin()
getSrvConnection
SrvConnection getSrvConnection()