public class CLicenseManager
extends java.lang.Object
| Constructor and Description |
|---|
CLicenseManager() |
| Modifier and Type | Method and Description |
|---|---|
static int |
get_daysUntilExpiration() |
static java.util.Date |
get_expirationDate() |
static int |
get_maxRulesVersion() |
static int |
get_MaxThreads() |
static int |
get_MinWaitTime() |
static void |
LogLicenseInfo() |
static void |
ReadFromFile(java.lang.String sFileName)
Read the license info from the file, and verifies that it is valid
|
public static void ReadFromFile(java.lang.String sFileName)
throws ResponseMasterException
sFileName - The file to read the license from.ResponseMasterException - If the file can't be opened or if the license is invalid/expired.public 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()