public class MailRecipientHelper extends Object
Modifier and Type | Class and Description |
---|---|
class |
MailRecipientHelper.MonitorUser
Monitor Users
|
Modifier and Type | Field and Description |
---|---|
static org.gcube.common.core.utils.logging.GCUBELog |
logger |
Constructor and Description |
---|
MailRecipientHelper()
constructor
|
MailRecipientHelper(File file)
constructor
|
Modifier and Type | Method and Description |
---|---|
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
|
public MailRecipientHelper(File file) throws Exception
file
- teh fileException
- exceptionpublic void parse(String file) throws Exception
file
- fileException
- 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
- Copyright © 2014. All Rights Reserved.