public interface ILicenseTask
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
boolean |
expiredLicense() |
LicenseInfo |
getLicenseInfo(java.lang.String licenseKey) |
License[] |
getLicenseKeys() |
LicenseInfo |
getRegisteredLicenseInfo() |
boolean |
hasEnterpriseLicense() |
boolean |
hasLicense() |
boolean |
isLicensed() |
License[] |
parseLicenseText(java.lang.String text) |
void |
updateLicenseKey(java.lang.String licenseKey) |
void |
updateLicenseKeys(License[] licenseKeys) |
LicenseInfo getRegisteredLicenseInfo() throws java.rmi.RemoteException
java.rmi.RemoteException
void updateLicenseKeys(License[] licenseKeys) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean hasEnterpriseLicense() throws java.rmi.RemoteException
java.rmi.RemoteException
License[] getLicenseKeys() throws java.rmi.RemoteException
java.rmi.RemoteException
LicenseInfo getLicenseInfo(java.lang.String licenseKey) throws java.rmi.RemoteException
java.rmi.RemoteException
void updateLicenseKey(java.lang.String licenseKey) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean hasLicense() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean expiredLicense() throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isLicensed() throws java.rmi.RemoteException
java.rmi.RemoteException
License[] parseLicenseText(java.lang.String text) throws java.rmi.RemoteException
java.rmi.RemoteException