Package de.mid.innovator.client
Class InoClientProgram
java.lang.Object
de.mid.innovator.client.InoProgram
de.mid.innovator.client.InoClientProgram
The class is a generalization of any Innovator client program that can be
executed and is registered with the license server.
- Author:
- borschet
-
Nested Class Summary
Nested classes/interfaces inherited from class de.mid.innovator.client.InoProgram
InoProgram.Type -
Constructor Summary
ConstructorsConstructorDescriptionInoClientProgram(int pid, String lockedMask, String vers, String host, String user, InoProgram.Type pType, PrjData[] listPrjData) This constructor is only used by the license server to return all valid client programs. -
Method Summary
Methods inherited from class de.mid.innovator.client.InoProgram
getHost, getPid, getProgramType, getUser, getVers
-
Constructor Details
-
InoClientProgram
public InoClientProgram(int pid, String lockedMask, String vers, String host, String user, InoProgram.Type pType, PrjData[] listPrjData) This constructor is only used by the license server to return all valid client programs. You should never need to call this method explicitly. Instances of InoClientProgram can be retrieved by callingLicenseServer.getInnovatorClients().- Parameters:
pid- process identifierlockedMask- the current locked maskvers- version string of the programhost- the host nameuser- the user name that started the clientpType- the client characteristic enumeration valuelistPrjData- list of project datas- See Also:
-
-
Method Details
-
getLockedMask
- Returns:
- a string containing locking information
-
getPrjDataList
-
toString
- Overrides:
toStringin classInoProgram
-