|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gcube.messaging.common.consumer.mail.MailRecipientHelper
public class MailRecipientHelper
Mail recipient file parser
Nested Class Summary | |
---|---|
class |
MailRecipientHelper.MonitorUser
Monitor Users |
Field Summary | |
---|---|
static GCUBELog |
logger
|
Constructor Summary | |
---|---|
MailRecipientHelper()
constructor |
|
MailRecipientHelper(java.io.File file)
constructor |
Method Summary | |
---|---|
java.lang.Double |
getCpuLoadThreshold()
set the CPUload |
java.lang.Long |
getDiskQuotaThreshold()
get diskQuota |
java.lang.Long |
getVirtualMemoryThreshold()
get virtual memory |
void |
parse(java.lang.String file)
|
void |
setCpuLoadThreshold(java.lang.Double cpuLoadThreshold)
set the CPU load |
void |
setDiskQuotaThreshold(java.lang.Long diskQuotaThreshold)
set disk quota |
void |
setVirtualMemoryThreshold(java.lang.Long virtualMemoryThreshold)
set teh virtual memory |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static GCUBELog logger
Constructor Detail |
---|
public MailRecipientHelper(java.io.File file) throws java.lang.Exception
file
- teh file
java.lang.Exception
- exceptionpublic MailRecipientHelper() throws java.lang.Exception
file
- the file
java.lang.Exception
- exceptionMethod Detail |
---|
public void parse(java.lang.String file) throws java.lang.Exception
file
- file
java.lang.Exception
- exceptionpublic java.lang.Long getDiskQuotaThreshold()
public void setDiskQuotaThreshold(java.lang.Long diskQuotaThreshold)
diskQuotaThreshold
- public java.lang.Long getVirtualMemoryThreshold()
public void setVirtualMemoryThreshold(java.lang.Long virtualMemoryThreshold)
virtualMemoryThreshold
- public java.lang.Double getCpuLoadThreshold()
public void setCpuLoadThreshold(java.lang.Double cpuLoadThreshold)
cpuLoadThreshold
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |