|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.extrememessaging.ResponseMaster.CLicenseManager
public class CLicenseManager
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 |
|---|
public CLicenseManager()
| Method Detail |
|---|
public static void ReadFromFile(java.lang.String sFileName)
throws ResponseMasterException
ResponseMasterExceptionpublic static void LogLicenseInfo()
public static int get_MaxThreads()
public static int get_MinWaitTime()
public static int get_maxRulesVersion()
public static java.util.Date get_expirationDate()
public static int get_daysUntilExpiration()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||