planetj.license
Class LicenseStore
java.lang.Object
|
+--planetj.license.LicenseStore
- public class LicenseStore
- extends Object
Method Summary |
static ILicense |
retrieveLicense()
Deserialize license from default license location - license is currently version Wow 5.0. |
static void |
storeLicense(ILicense license)
Serialize license into file at default location. |
className
public static final String className
- Class name.
LicenseStore
public LicenseStore()
retrieveLicense
public static ILicense retrieveLicense()
throws CMException
- Deserialize license from default license location - license is currently version Wow 5.0.
If license cannot be located then do not allow even a trial to be created.
Creation date: (1/8/2003 2:05:46 PM)
- Returns:
- planetj.license.AbstractLicense
CMException
storeLicense
public static void storeLicense(ILicense license)
throws CMException
- Serialize license into file at default location.
Creation date: (1/8/2003 2:44:43 PM)
CMException