Package | Description |
---|---|
com.license4j.floatinglicenseserver.data |
Modifier and Type | Method and Description |
---|---|
FloatingClient |
ClientList.findClientbyClientId(long clientID)
Search for a client with given client id.
|
FloatingClient |
ClientList.findClientbyUserHost(java.lang.String hostname,
java.lang.String username)
Search for a client with given host name and/or user name.
|
FloatingClient |
ClientList.getClientByIndex(int index)
Method to get client with given index.
|