Uses of Interface
planetj.license.ILicense

Packages that use ILicense
planetj.database   
planetj.dataengine   
planetj.license   
 

Uses of ILicense in planetj.database
 

Methods in planetj.database that return ILicense
static ILicense DataEngine.getLicense()
          Get the license DataEngine is running with.
static ILicense DataEngine.getLicense(boolean checkDefault)
          Get the license DataEngine is running with.
 

Methods in planetj.database with parameters of type ILicense
static void DataEngine.setLicense(ILicense license)
          Set the license DataEngine should use when running
 

Uses of ILicense in planetj.dataengine
 

Methods in planetj.dataengine that return ILicense
static ILicense DataEngineServlet.getLicense(ExecutingContext context, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
          Deprecated. replaced with DataEngine.getLicense()
 

Uses of ILicense in planetj.license
 

Classes in planetj.license that implement ILicense
 class License
          Serializable representation of license - trial, professional, enterprise.
 

Methods in planetj.license that return ILicense
static ILicense LicenseStore.retrieveLicense()
          Deserialize license from default license location - license is currently version Wow 5.0.
 ILicense LicenseManager.retrieveLicense(String pServerRoot)
          Retrieve license from store.
 

Methods in planetj.license with parameters of type ILicense
static void LicenseStore.storeLicense(ILicense license)
          Serialize license into file at default location.
 String LicenseManager.getLicenseLocation(ILicense license)
          Returns the expected location of a license.
 void LicenseManager.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)