|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectsk.baka.webvm.config.Config
public final class Config
The configuration bean.
| Field Summary | |
|---|---|
int |
gcCpuTreshold
Triggers a problem when GC uses over gcCpuTreshold% or more of CPU continuously for gcCpuTresholdSamples seconds. |
int |
gcCpuTresholdSamples
Triggers a problem when GC uses over gcCpuTreshold% or more of CPU continuously for gcCpuTresholdSamples seconds. |
static int |
GROUP_JABBER
The jabber settings group. |
static int |
GROUP_MAIL
The mail settings group. |
static int |
GROUP_PROBLEMS
The problems settings group. |
int |
hostVirtMem
Triggered when the host virtual memory usage goes above this value. |
String |
jabberPassword
Jabber password. |
String |
jabberRecipients
Jabber recipients, split by a comma |
String |
jabberServer
Jabber server. |
String |
jabberUsername
Jabber user name. |
String |
mailFrom
The "from" address |
EncryptionEnum |
mailSmtpEncryption
The connection encryption. |
String |
mailSmtpHost
The SMTP server host/port. |
String |
mailSmtpPassword
Optional SMTP authentification. |
int |
mailSmtpPort
SMTP server port, defaults to 25 (465 for SSL) |
String |
mailSmtpUsername
Optional SMTP authentication. |
String |
mailTo
Receivers, split by a comma |
int |
memAfterGcUsageTreshold
If the memory usage after GC goes above this value the #CLASS_GC_MEMORY_CLEANUP problem is reported. |
int |
memUsageTreshold
If the memory usage goes above this value the pool name is reported in the #CLASS_MEMORY_STATUS report. |
int |
minFreeDiskSpaceMb
Triggers a problem when there is less than minFreeDiskSpaceMb of free space on some drive |
| Constructor Summary | |
|---|---|
Config()
Creates new config file with default settings. |
|
Config(Config other)
Clones given config. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int GROUP_PROBLEMS
public static final int GROUP_MAIL
public static final int GROUP_JABBER
public int minFreeDiskSpaceMb
public int gcCpuTreshold
public int gcCpuTresholdSamples
public int memAfterGcUsageTreshold
#CLASS_GC_MEMORY_CLEANUP problem is reported.
public int memUsageTreshold
#CLASS_MEMORY_STATUS report. This never triggers a problem.
public int hostVirtMem
public String mailSmtpHost
public int mailSmtpPort
public String mailFrom
public String mailTo
public EncryptionEnum mailSmtpEncryption
public String mailSmtpUsername
public String mailSmtpPassword
public String jabberServer
public String jabberUsername
public String jabberPassword
public String jabberRecipients
| Constructor Detail |
|---|
public Config()
public Config(Config other)
other - the config object to clone.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||