|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Implemented by objects that represent SilverStream licenses that administer access to the SilverStream Server.
AgiAdmServer
Field Summary | |
static String |
STR_EXPIRATION_NONE
Signifies an unlimited access, in terms of the period of time the license is valid. |
static String |
STR_LICENSE_UNLIMITED
Signifies an unlimited access, in terms of the number of users or the number of CPUs. |
Method Summary | |
String |
getDescription()
Get a short string describing the license. |
String |
getExpirationDate()
Get the expiration date of the license; can be STR_EXPIRATION_NONE. |
String |
getIssuer()
Get the name of the issuer of the license. |
String |
getLicenseString()
Get the full license string. |
String |
getNumProcessors()
Get the limit on the number of CPUs; can be STR_LICENSE_UNLIMITED. |
String |
getNumUsers()
Get the limit on the number of users; can be STR_LICENSE_UNLIMITED. |
String |
getSerialNumber()
Get the serial number of the license. |
String |
getServerName()
Get the name of the server for which the license is issued. |
Field Detail |
public static final String STR_LICENSE_UNLIMITED
AgiAdmLicense.getNumProcessors()
,
AgiAdmLicense.getNumUsers()
public static final String STR_EXPIRATION_NONE
AgiAdmLicense.getExpirationDate()
Method Detail |
public String getDescription()
none
- AgiAdmLicense license = ... String descr = license.getDescription();
public String getIssuer()
none
- AgiAdmLicense license = ... String issuer = license.getIssuer();
public String getNumUsers()
none
- AgiAdmLicense license = ... String numUsers = license.getNumUsers();
public String getNumProcessors()
none
- AgiAdmLicense license = ... String numProcs = license.getNumProcessors();
public String getExpirationDate()
none
- AgiAdmLicense license = ... String expDate = license.getExpirationDate();
public String getServerName()
none
- AgiAdmLicense license = ... String serverName = license.getServerName();
public String getSerialNumber()
none
- AgiAdmLicense license = ... String serialNum = license.getSerialNumber();
public String getLicenseString()
none
- AgiAdmLicense license = ... String licenseString = license.getLicenseString();
|
SilverStream Application Server 3.5 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |