public interface GridProductLicense extends Serializable
GridProduct.license() method.GridProduct.license()| Modifier and Type | Method and Description |
|---|---|
String |
attributeName()
Gets license attribute name if any.
|
String |
attributeValue()
Gets value for the license attribute if any.
|
String |
disabledSubsystems()
Gets a comma separated list of disabled subsystems.
|
Date |
expireDate()
Gets expire date.
|
String |
getCacheDistributionModes()
Gets a comma separated list of allowed cache distribution modes.
|
long |
gracePeriod()
Gets license violation grace period in minutes.
|
UUID |
id()
Gets license ID.
|
Date |
issueDate()
Gets issue date.
|
String |
issueOrganization()
Gets issue organization.
|
String |
licenseNote()
Gets license note.
|
int |
maintenanceTime()
Gets maintenance time in months.
|
int |
maxComputers()
Gets maximum number of physical computers or virtual instances.
|
int |
maxCpus()
Gets maximum number of CPUs.
|
int |
maxNodes()
Gets maximum number of nodes.
|
long |
maxUpTime()
Gets maximum up time in minutes.
|
String |
userEmail()
Gets user organization e-mail.
|
String |
userName()
Gets user organization contact name.
|
String |
userOrganization()
Gets user organization.
|
String |
userWww()
Gets user organization URL.
|
String |
version()
Gets license version.
|
String |
versionRegexp()
Version regular expression.
|
String disabledSubsystems()
null.String version()
UUID id()
String versionRegexp()
Date issueDate()
int maintenanceTime()
String issueOrganization()
String userOrganization()
String licenseNote()
String userWww()
String userEmail()
String userName()
Date expireDate()
int maxNodes()
int maxComputers()
int maxCpus()
long maxUpTime()
long gracePeriod()
@Nullable String attributeName()
@Nullable String attributeValue()
Copyright © 2014. All rights reserved.