- getAdditionalInfo() - Method in class com.license4j.floatinglicenseserver.data.FloatingClient
-
Return additional information string if defined.
- getClientByIndex(int) - Method in class com.license4j.floatinglicenseserver.data.ClientList
-
Method to get client with given index.
- getClientID() - Method in class com.license4j.floatinglicenseserver.data.FloatingClient
-
Method to get unique client id.
- getClientList() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method to get client list which obtained this floating license.
- getConfirmed() - Method in class com.license4j.floatinglicenseserver.data.FloatingClient
-
Method to get last connection time of client.
- getCurrentUsageTime() - Method in class com.license4j.floatinglicenseserver.data.FloatingClient
-
Method returns total usage in current session, (in seconds)
- getCustomFeatureList() - Method in class com.license4j.floatinglicenseserver.data.FloatingClient
-
Method returns list of custom features (separated by spaces) checked out
by the user.
- getCustomFeatureList() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method returns custom features separated with spaces.
- getCustomFeatureListArray() - Method in class com.license4j.floatinglicenseserver.data.FloatingClient
-
Method returns list of custom features checked out by the user.
- getCustomFeatureListArray() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method returns list of custom features checked out by the user.
- getCustomFeatureListMap() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method returns custom feature hash map for concurrent use count defined
features.
- getCustomFeatureListUsageMap() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method returns custom feature hash map for concurrent use count defined
features.
- getFloatingAllowedIPs() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method returns allowed IP block if defined in license.
- getHostname() - Method in class com.license4j.floatinglicenseserver.data.FloatingClient
-
Method to get host name of a client.
- getIp() - Method in class com.license4j.floatinglicenseserver.data.FloatingClient
-
Return cleint IP address.
- getIssuetime() - Method in class com.license4j.floatinglicenseserver.data.FloatingClient
-
Method to get client license issue time.
- getLibraryVersion() - Static method in class com.license4j.FloatingLicenseServer
-
Method to get library version.
- getLicenseByIndex(int) - Method in class com.license4j.floatinglicenseserver.data.LicenseList
-
Method to get floating license with given index.
- getLicenseByLicenseId(long) - Method in class com.license4j.floatinglicenseserver.data.LicenseList
-
Method to get floating license with given license id.
- getLicenseByProductId(String, String, String) - Method in class com.license4j.floatinglicenseserver.data.LicenseList
-
Method to get floating license with given product id, edition or product
version.
- getLicenseCount() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method to get allowed concurrent license use count.
- getLicenseExpireDate() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method to get license expiration date if defined.
- getLicenseID() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method to get license id.
- getLicenseIssueDate() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method to get license generation date.
- getLicenseText() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method to get obtained license text.
- getLicenseUsageCount() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method to get license usage count.
- getProductEdition() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method to get product edition if defined.
- getProductID() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method to get product id.
- getProductName() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method to get product name.
- getProductVersion() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method to get product version if defined.
- getRawReport(String, int, int, long, File, int) - Static method in class com.license4j.FloatingLicenseServer
-
Method to get raw data for defined number of days, and save to a file.
- getSupersede() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method to get license id(s) which is/are superseded by this license.
- getSupersedeall() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method to get "supersede all" setting for this license.
- getSupersededby() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method to get license id which supersede this license.
- getTotalUsageTime() - Method in class com.license4j.floatinglicenseserver.data.FloatingClient
-
Method returns total usage for user (in seconds)
- getTotalUsageTime() - Method in class com.license4j.floatinglicenseserver.data.FloatingLicense
-
Method to get total usage in seconds.
- getUsername() - Method in class com.license4j.floatinglicenseserver.data.FloatingClient
-
Method to get user name on client computer.