Uses of Class
com.opencloud.license.LicenseException
-
Packages that use LicenseException Package Description com.opencloud.license com.opencloud.rhino.config.license -
-
Uses of LicenseException in com.opencloud.license
Methods in com.opencloud.license that throw LicenseException Modifier and Type Method Description void
LicenseComponent. checkValidity()
Throws a LicenseException if this LicenseComponent is not valid.void
LicenseInfo. checkValidity()
Check the state of this LicenseInfo for basic consistency.Constructors in com.opencloud.license that throw LicenseException Constructor Description LicenseComponent(String function, String version, long capacity, boolean hardLimited)
Create a new LicenseComponent with the specified function, version, and capacity.LicenseInfo(String serialString, String issuedTo, ArrayList<LicenseComponent> allowedComponents, Date createdAt, Date validAfter, Date validUntil, String[] supercedes, HashMap<String,Object> metaData, ArrayList<com.opencloud.license.HostInfo> licensedHosts, ArrayList<com.opencloud.license.CertificateInfo> certificateInfo)
-
Uses of LicenseException in com.opencloud.rhino.config.license
Methods in com.opencloud.rhino.config.license that throw LicenseException Modifier and Type Method Description void
LicenseManagementMBean. install(byte[] filedata)
Install a license from a raw byte arrayvoid
LicenseManagementMBean. install(String url)
Install a license from a URL
-