
public class ProcessPolicy extends ServicePolicy implements Serializable
Java class for ProcessPolicy complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ProcessPolicy">
<complexContent>
<extension base="{urn:org:miloss:fgsms:services:interfaces:policyConfiguration}ServicePolicy">
<sequence>
<element name="AlsoKnownAs" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="RecordCPUusage" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="RecordMemoryUsage" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="RecordOpenFileHandles" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
alsoKnownAs |
protected boolean |
recordCPUusage |
protected boolean |
recordMemoryUsage |
protected boolean |
recordOpenFileHandles |
agentsEnabled, bucketCategory, dataTTL, description, displayName, domainName, externalURL, federationPolicyCollection, location, machineName, parentObject, poc, policyRefreshRate, policyType, serviceLevelAggrements, settings, url| Constructor and Description |
|---|
ProcessPolicy() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlsoKnownAs()
Gets the value of the alsoKnownAs property.
|
boolean |
isRecordCPUusage()
Gets the value of the recordCPUusage property.
|
boolean |
isRecordMemoryUsage()
Gets the value of the recordMemoryUsage property.
|
boolean |
isRecordOpenFileHandles()
Gets the value of the recordOpenFileHandles property.
|
boolean |
isSetAlsoKnownAs() |
boolean |
isSetRecordCPUusage() |
boolean |
isSetRecordMemoryUsage() |
boolean |
isSetRecordOpenFileHandles() |
void |
setAlsoKnownAs(String value)
Sets the value of the alsoKnownAs property.
|
void |
setRecordCPUusage(boolean value)
Sets the value of the recordCPUusage property.
|
void |
setRecordMemoryUsage(boolean value)
Sets the value of the recordMemoryUsage property.
|
void |
setRecordOpenFileHandles(boolean value)
Sets the value of the recordOpenFileHandles property.
|
getBucketCategory, getDataTTL, getDescription, getDisplayName, getDomainName, getExternalURL, getFederationPolicyCollection, getLocation, getMachineName, getParentObject, getPOC, getPolicyRefreshRate, getPolicyType, getServiceLevelAggrements, getSettings, getURL, isAgentsEnabled, isSetAgentsEnabled, isSetBucketCategory, isSetDataTTL, isSetDescription, isSetDisplayName, isSetDomainName, isSetExternalURL, isSetFederationPolicyCollection, isSetLocation, isSetMachineName, isSetParentObject, isSetPOC, isSetPolicyRefreshRate, isSetPolicyType, isSetServiceLevelAggrements, isSetSettings, isSetURL, setAgentsEnabled, setBucketCategory, setDataTTL, setDescription, setDisplayName, setDomainName, setExternalURL, setFederationPolicyCollection, setLocation, setMachineName, setParentObject, setPOC, setPolicyRefreshRate, setPolicyType, setServiceLevelAggrements, setSettings, setURLprotected String alsoKnownAs
protected boolean recordCPUusage
protected boolean recordMemoryUsage
protected boolean recordOpenFileHandles
public String getAlsoKnownAs()
Stringpublic void setAlsoKnownAs(String value)
value - allowed object is
Stringpublic boolean isSetAlsoKnownAs()
public boolean isRecordCPUusage()
public void setRecordCPUusage(boolean value)
public boolean isSetRecordCPUusage()
public boolean isRecordMemoryUsage()
public void setRecordMemoryUsage(boolean value)
public boolean isSetRecordMemoryUsage()
public boolean isRecordOpenFileHandles()
public void setRecordOpenFileHandles(boolean value)
public boolean isSetRecordOpenFileHandles()
Copyright © 2008–2017 MIL-OSS. All rights reserved.