Package de.mid.innovator.srv
package de.mid.innovator.srv
All classes in this package are used for communicating with the Innovator repository server
and license server. They provide different layers of communication realizing various
levels of abstraction.
- Networking level: LicSrvTelegram, SrvDataTelegram (DataTelTab, DataTelType)
- Information level: SrvContext, InoServerProgram
- Command level: LicenseServer, LicSrvErrorException, RepositoryServer, SrvErrorException, Model
A perfect entry point into the Innovator Java API is provided by the command level's
classes. The LicenseServer,
RepositoryServer and Model classes are ideal
starting points for carrying out further API calls.
Members of SrvContext or
InoServerProgram are not often needed to get special information about
login and connection data.
The classes of the networking level should not be used in Java programs unless you are sure that the connected Innovator server can handle those telegrams without doing any harm to the repository data.
-
ClassDescriptionThis interface is implementet by the Innovator LicenseServer.The class represents a running Innovator proxy program in the Innovator network.The class represents a running Innovator server program in the Innovator network.The class represents an Innovator license server that provides various information about running client and server programs.An exception that will be thrown whenever a request to the
LicenseServerfails.The class represents an Innovator UML 2 model.This class represents the Innovator repository server.The various flags indicating the state of a running repository server.The class represents a connection to the Innovator repository server.This interface can be used to get specific information about an Innovator repository server.