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.RemoteExceptionvoid updateLicenseKeys(License[] licenseKeys) throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean hasEnterpriseLicense()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionLicense[] getLicenseKeys() throws java.rmi.RemoteException
java.rmi.RemoteExceptionLicenseInfo getLicenseInfo(java.lang.String licenseKey) throws java.rmi.RemoteException
java.rmi.RemoteExceptionvoid updateLicenseKey(java.lang.String licenseKey)
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean hasLicense()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean expiredLicense()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionboolean isLicensed()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionLicense[] parseLicenseText(java.lang.String text) throws java.rmi.RemoteException
java.rmi.RemoteException