|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.license.LicenseManager
Insert the type's description here. Creation date: (1/8/2003 11:56:50 AM)
Field Summary | |
static String |
className
Class name. |
Method Summary | |
String |
getDefaultLicenseLocation()
Returns the expected location of a license. |
String |
getLicenseLocation(ILicense license)
Returns the expected location of a license. |
boolean |
isValid(License pLicense)
Checks if a licensed is invalid and if true stores as invalid. |
static void |
main(String[] args)
Insert the method's description here. |
ILicense |
retrieveLicense(String pServerRoot)
Retrieve license from store. |
static LicenseManager |
singleton()
Ensure there is only a single instance of the LicenseManager Creation date: (1/8/2003 9:41:40 PM) |
void |
storeLicense(ILicense pLicense)
Pass license to store for serialization Must call the singleton() method to get an instance Creation date: (1/8/2003 9:54:48 PM) |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String className
Method Detail |
public String getDefaultLicenseLocation()
public String getLicenseLocation(ILicense license)
public boolean isValid(License pLicense)
pLicense
- planetj.license.License5_0
public static void main(String[] args)
public ILicense retrieveLicense(String pServerRoot) throws CMException
CMException
public static LicenseManager singleton()
public void storeLicense(ILicense pLicense) throws CMException
CMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |