|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.license.LicenseManager
Field Summary | |
static java.lang.String |
className
Class name. |
Method Summary | |
java.io.File |
getDefaultLicenseFile(boolean runtime)
|
java.lang.String |
getDefaultLicenseLocation()
Returns the expected location of a license. |
java.lang.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(java.lang.String[] args)
Insert the method's description here. |
ILicense |
retrieveLicense(java.lang.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 java.lang.String className
Method Detail |
public java.lang.String getDefaultLicenseLocation()
public java.io.File getDefaultLicenseFile(boolean runtime)
public java.lang.String getLicenseLocation(ILicense license)
public boolean isValid(License pLicense)
pLicense
- planetj.license.License5_0
public static void main(java.lang.String[] args)
public ILicense retrieveLicense(java.lang.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 |