Package de.mid.innovator.client
Class InoNetClient
java.lang.Object
de.mid.innovator.client.InoNetClient
The class represents any Innovator network client registered
at a license server. A network client is a host that actually
runs an Innovator application. This application registers the
host name, its IP address and the Innovator user who started
the application on the configured license server.
- Author:
- borschet
-
Constructor Summary
ConstructorsConstructorDescriptionInoNetClient(String host, String ip, String user, List<InoProgram> progLst) Used byLicenseServerto create a list of network clients. -
Method Summary
-
Constructor Details
-
InoNetClient
Used byLicenseServerto create a list of network clients.- Parameters:
host- the host nameip- the IP addressuser- the user nameprogLst- list of programs- See Also:
-
-
Method Details
-
getHost
- Returns:
- the client's host name.
-
getIp
- Returns:
- the client's IP address as a string
-
getUser
- Returns:
- the Innovator user configured on this client.
-
getPrograms
- Returns:
- all programs currently running on this host
-
isActualClient
public boolean isActualClient() -
isActualUser
public boolean isActualUser()
-