|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LicenseHandler
Interface into the license system for the individual application
| Method Summary | |
|---|---|
java.lang.String |
getServerId()
Gets the server ID of the currently running application. |
java.lang.String |
getSupportEntitlementNumber()
Gets the Support Entitlement Number (SEN) for the currently running application. |
void |
setLicense(java.lang.String license)
Sets the license string for the currently running application |
| Method Detail |
|---|
void setLicense(java.lang.String license)
license - The license string
java.lang.IllegalArgumentException - if the license string is not a valid licensejava.lang.String getServerId()
null if the server ID has not yet
been set for the currently running application.java.lang.String getSupportEntitlementNumber()
null if there is no current support entitlement.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||