Package | Description |
---|---|
com.license4j.floatinglicenseserver.data |
Modifier and Type | Method and Description |
---|---|
FloatingLicense |
LicenseList.getLicenseByIndex(int index)
Method to get floating license with given index.
|
FloatingLicense |
LicenseList.getLicenseByLicenseId(long licenseID)
Method to get floating license with given license id.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<FloatingLicense> |
LicenseList.getLicenseByProductId(java.lang.String productID,
java.lang.String productEdition,
java.lang.String productVersion)
Method to get floating license with given product id, edition or product
version.
|