Class InvalidLicenseState
java.lang.Object
com.inductiveautomation.ignition.common.licensing.InvalidLicenseState
- All Implemented Interfaces:
 LicenseState,Serializable
- See Also:
 
- 
Constructor Details
- 
InvalidLicenseState
 
 - 
 - 
Method Details
- 
getCause
 - 
getTrialExpirationDate
Description copied from interface:LicenseStateThe Date at which this demo's trial period will expire, or expired at if already expired. Not relevant unless the LicenseMode is Demo.- Specified by:
 getTrialExpirationDatein interfaceLicenseState
 - 
getLicenseMode
- Specified by:
 getLicenseModein interfaceLicenseState- Returns:
 - the 
LicenseModefor this given LicenseState. 
 - 
getModuleLicense
- Specified by:
 getModuleLicensein interfaceLicenseState- Returns:
 - the LicenseDetails in effect for this LicenseState for this particular module. If the LicenseMode is not Activated this can be null.
 
 - 
getPlatformLicense
- Specified by:
 getPlatformLicensein interfaceLicenseState- Returns:
 - the PlatformLicense in effect for this LicenseState. If the LicenseMode is not Activated this can be null.
 
 - 
isTrialExpired
public boolean isTrialExpired()Description copied from interface:LicenseStateWhether or not this demo's trial period has expired. Only relevant when the LicenseMode is Trial.- Specified by:
 isTrialExpiredin interfaceLicenseState- Returns:
 - true if the demo's trial has expired
 
 - 
toString
 - 
equals
 - 
hashCode
public int hashCode() 
 -