public class FloatingLicense
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
FloatingLicense() |
Modifier and Type | Method and Description |
---|---|
ClientList |
getClientList()
Method to get client list which obtained this floating license.
|
java.lang.String |
getCustomFeatureList()
Method returns custom features separated with spaces.
|
java.lang.String[] |
getCustomFeatureListArray()
Method returns list of custom features checked out by the user.
|
java.util.HashMap<java.lang.String,java.lang.Integer> |
getCustomFeatureListMap()
Method returns custom feature hash map for concurrent use count defined
features.
|
java.util.HashMap<java.lang.String,java.lang.Integer> |
getCustomFeatureListUsageMap()
Method returns custom feature hash map for concurrent use count defined
features.
|
java.lang.String |
getFloatingAllowedIPs()
Method returns allowed IP block if defined in license.
|
int |
getLicenseCount()
Method to get allowed concurrent license use count.
|
java.util.Date |
getLicenseExpireDate()
Method to get license expiration date if defined.
|
long |
getLicenseID()
Method to get license id.
|
java.util.Date |
getLicenseIssueDate()
Method to get license generation date.
|
java.lang.String |
getLicenseText()
Method to get obtained license text.
|
int |
getLicenseUsageCount()
Method to get license usage count.
|
java.lang.String |
getProductEdition()
Method to get product edition if defined.
|
java.lang.String |
getProductID()
Method to get product id.
|
java.lang.String |
getProductName()
Method to get product name.
|
java.lang.String |
getProductVersion()
Method to get product version if defined.
|
java.lang.String |
getSupersede()
Method to get license id(s) which is/are superseded by this license.
|
int |
getSupersedeall()
Method to get "supersede all" setting for this license.
|
java.lang.String |
getSupersededby()
Method to get license id which supersede this license.
|
long |
getTotalUsageTime()
Method to get total usage in seconds.
|
public java.lang.String getLicenseText()
public long getLicenseID()
public java.lang.String getProductID()
public java.lang.String getProductName()
public ClientList getClientList()
public int getLicenseCount()
public int getLicenseUsageCount()
public java.util.Date getLicenseIssueDate()
public java.util.Date getLicenseExpireDate()
public java.lang.String getProductEdition()
public java.lang.String getProductVersion()
public java.lang.String getSupersededby()
public java.lang.String getSupersede()
public int getSupersedeall()
public long getTotalUsageTime()
public java.lang.String getCustomFeatureList()
public java.lang.String[] getCustomFeatureListArray()
public java.util.HashMap<java.lang.String,java.lang.Integer> getCustomFeatureListMap()
public java.util.HashMap<java.lang.String,java.lang.Integer> getCustomFeatureListUsageMap()
public java.lang.String getFloatingAllowedIPs()