public class LicenseList
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
LicenseList() |
Modifier and Type | Method and Description |
---|---|
FloatingLicense |
getLicenseByIndex(int index)
Method to get floating license with given index.
|
FloatingLicense |
getLicenseByLicenseId(long licenseID)
Method to get floating license with given license id.
|
java.util.ArrayList<FloatingLicense> |
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.
|
int |
size() |
public java.util.ArrayList<FloatingLicense> getLicenseByProductId(java.lang.String productID, java.lang.String productEdition, java.lang.String productVersion)
productID
- productEdition
- productVersion
- public FloatingLicense getLicenseByLicenseId(long licenseID)
licenseID
- public FloatingLicense getLicenseByIndex(int index)
index
- public int size()