Uses of Class
de.mid.innovator.client.InoProgram
-
Packages that use InoProgram Package Description de.mid.innovator.client The package contains classes that are useful for working with different kinds of Innovator clients.de.mid.innovator.srv All classes in this package are used for communicating with the Innovator repository server and license server. -
-
Uses of InoProgram in de.mid.innovator.client
Subclasses of InoProgram in de.mid.innovator.client Modifier and Type Class Description class
InoClientProgram
The class is a generalization of any Innovator client program that can be executed and is registered with the license server.Methods in de.mid.innovator.client that return types with arguments of type InoProgram Modifier and Type Method Description java.util.List<InoProgram>
InoNetClient. getPrograms()
Constructor parameters in de.mid.innovator.client with type arguments of type InoProgram Constructor Description InoNetClient(java.lang.String host, java.lang.String ip, java.lang.String user, java.util.List<InoProgram> progLst)
Used byLicenseServer
to create a list of network clients. -
Uses of InoProgram in de.mid.innovator.srv
Subclasses of InoProgram in de.mid.innovator.srv Modifier and Type Class Description class
InoServerProgram
The class represents a running Innovator server program in the Innovator network.class
RepositoryServer
This class represents the Innovator repository server.
-