Uses of Class
de.mid.innovator.client.InoProgram
Packages that use InoProgram
Package
Description
The package contains classes that are useful for working with different kinds of Innovator
clients.
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.clientModifier and TypeClassDescriptionclassThe 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 InoProgramConstructor parameters in de.mid.innovator.client with type arguments of type InoProgramModifierConstructorDescriptionInoNetClient(String host, String ip, String user, List<InoProgram> progLst) Used byLicenseServerto create a list of network clients. -
Uses of InoProgram in de.mid.innovator.srv
Subclasses of InoProgram in de.mid.innovator.srvModifier and TypeClassDescriptionclassThe class represents a running Innovator proxy program in the Innovator network.classThe class represents a running Innovator server program in the Innovator network.classThis class represents the Innovator repository server.