|
||||||||||
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 org.gcube.common.core.utils.logging.GCUBELog |
logger
|
Constructor Summary | |
---|---|
MailRecipientHelper()
constructor |
|
MailRecipientHelper(File file)
constructor |
Method Summary | |
---|---|
Double |
getCpuLoadThreshold()
set the CPUload |
Long |
getDiskQuotaThreshold()
get diskQuota |
Long |
getVirtualMemoryThreshold()
get virtual memory |
void |
parse(String file)
|
void |
setCpuLoadThreshold(Double cpuLoadThreshold)
set the CPU load |
void |
setDiskQuotaThreshold(Long diskQuotaThreshold)
set disk quota |
void |
setVirtualMemoryThreshold(Long virtualMemoryThreshold)
set teh virtual memory |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static org.gcube.common.core.utils.logging.GCUBELog logger
Constructor Detail |
---|
public MailRecipientHelper(File file) throws Exception
file
- teh file
Exception
- exceptionpublic MailRecipientHelper() throws Exception
file
- the file
Exception
- exceptionMethod Detail |
---|
public void parse(String file) throws Exception
file
- file
Exception
- exceptionpublic Long getDiskQuotaThreshold()
public void setDiskQuotaThreshold(Long diskQuotaThreshold)
diskQuotaThreshold
- public Long getVirtualMemoryThreshold()
public void setVirtualMemoryThreshold(Long virtualMemoryThreshold)
virtualMemoryThreshold
- public Double getCpuLoadThreshold()
public void setCpuLoadThreshold(Double cpuLoadThreshold)
cpuLoadThreshold
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |