com.extrememessaging.ResponseMaster
Class CLicenseManager

java.lang.Object
  extended by com.extrememessaging.ResponseMaster.CLicenseManager

public class CLicenseManager
extends java.lang.Object

Checks the license


Constructor Summary
CLicenseManager()
           
 
Method Summary
static int get_daysUntilExpiration()
           
static java.util.Date get_expirationDate()
          The expiration date of the license
static int get_maxRulesVersion()
          The latest version of the categorization rules that are permitted.
static int get_MaxThreads()
          The maximum number of threads to run.
static int get_MinWaitTime()
          The minimum wait time
static void LogLicenseInfo()
           
static void ReadFromFile(java.lang.String sFileName)
          Read the license info from the file, and verifies that it is valid
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CLicenseManager

public CLicenseManager()
Method Detail

ReadFromFile

public static void ReadFromFile(java.lang.String sFileName)
                         throws ResponseMasterException
Read the license info from the file, and verifies that it is valid

Throws:
ResponseMasterException

LogLicenseInfo

public static void LogLicenseInfo()

get_MaxThreads

public static int get_MaxThreads()
The maximum number of threads to run.


get_MinWaitTime

public static int get_MinWaitTime()
The minimum wait time


get_maxRulesVersion

public static int get_maxRulesVersion()
The latest version of the categorization rules that are permitted. New in build 634


get_expirationDate

public static java.util.Date get_expirationDate()
The expiration date of the license


get_daysUntilExpiration

public static int get_daysUntilExpiration()