public interface ClusterQueue extends GEObject
Warning: The ClusterQueue class will not be compatible with future Sun™ Grid Engine releases.
| Modifier and Type | Method and Description |
|---|---|
void |
addAcl(java.lang.String hostname,
UserSet acl)
Add
acl attribute to hostname. |
void |
addCkpt(java.lang.String hostname,
java.lang.String checkpoint)
Add
checkpoint attribute to hostname. |
void |
addConsumableConfig(java.lang.String hostname,
ComplexEntry consumable)
Add
consumable attribute to hostname. |
void |
addDefaultAcl(UserSet acl)
Add
acl attribute to
the default hostname (@/). |
void |
addDefaultCkpt(java.lang.String checkpoint)
Add
checkpoint attribute to
the default hostname (@/). |
void |
addDefaultConsumableConfig(ComplexEntry consumable)
Add
consumable attribute to
the default hostname (@/). |
void |
addDefaultLoadThresholds(ComplexEntry loadThreshold)
Add
loadThreshold attribute to
the default hostname (@/). |
void |
addDefaultOwner(UserSet owner)
Add
owner attribute to
the default hostname (@/). |
void |
addDefaultPe(java.lang.String pe)
Add
pe attribute to
the default hostname (@/). |
void |
addDefaultProjects(Project project)
Add
project attribute to
the default hostname (@/). |
void |
addDefaultSubordinate(Subordinate subordinate)
Add
subordinate attribute to
the default hostname (@/). |
void |
addDefaultSuspendThresholds(ComplexEntry suspendThreshold)
Add
suspendThreshold attribute to
the default hostname (@/). |
void |
addDefaultXacl(UserSet acl)
Add
acl attribute to
the default hostname (@/). |
void |
addDefaultXprojects(Project project)
Add
project attribute to
the default hostname (@/). |
void |
addEmptyAcl(java.lang.String hostname)
Initialize
acl attribute for a hostname
with an empty list. |
void |
addEmptyCkpt(java.lang.String hostname)
Initialize
checkpoint attribute for a hostname
with an empty list. |
void |
addEmptyConsumableConfig(java.lang.String hostname)
Initialize
consumable attribute for a hostname
with an empty list. |
void |
addEmptyLoadThresholds(java.lang.String hostname)
Initialize
loadThreshold attribute for a hostname
with an empty list. |
void |
addEmptyOwner(java.lang.String hostname)
Initialize
owner attribute for a hostname
with an empty list. |
void |
addEmptyPe(java.lang.String hostname)
Initialize
pe attribute for a hostname
with an empty list. |
void |
addEmptyProjects(java.lang.String hostname)
Initialize
project attribute for a hostname
with an empty list. |
void |
addEmptySubordinate(java.lang.String hostname)
Initialize
subordinate attribute for a hostname
with an empty list. |
void |
addEmptySuspendThresholds(java.lang.String hostname)
Initialize
suspendThreshold attribute for a hostname
with an empty list. |
void |
addEmptyXacl(java.lang.String hostname)
Initialize
acl attribute for a hostname
with an empty list. |
void |
addEmptyXprojects(java.lang.String hostname)
Initialize
project attribute for a hostname
with an empty list. |
void |
addHostlist(java.lang.String ahostlist)
Add a java.lang.String attribute.
|
void |
addLoadThresholds(java.lang.String hostname,
ComplexEntry loadThreshold)
Add
loadThreshold attribute to hostname. |
void |
addOwner(java.lang.String hostname,
UserSet owner)
Add
owner attribute to hostname. |
void |
addPe(java.lang.String hostname,
java.lang.String pe)
Add
pe attribute to hostname. |
void |
addProjects(java.lang.String hostname,
Project project)
Add
project attribute to hostname. |
void |
addSubordinate(java.lang.String hostname,
Subordinate subordinate)
Add
subordinate attribute to hostname. |
void |
addSuspendThresholds(java.lang.String hostname,
ComplexEntry suspendThreshold)
Add
suspendThreshold attribute to hostname. |
void |
addXacl(java.lang.String hostname,
UserSet acl)
Add
acl attribute to hostname. |
void |
addXprojects(java.lang.String hostname,
Project project)
Add
project attribute to hostname. |
java.lang.String |
dump() |
UserSet |
getAcl(java.lang.String hostname,
int index)
Get the value of
hostname at index. |
int |
getAclCount(java.lang.String hostname)
Get the number of values for
hostname |
java.util.Set<java.lang.String> |
getAclKeys()
Get a unmodifiable set of stored acl attribute keys.
|
java.util.List<java.lang.String> |
getAclList(java.lang.String hostname)
Get an unmodifiable list of acl attributes for
hostname. |
java.lang.String |
getCalendar(java.lang.String hostname)
Get the calendar attribute for
hostname. |
int |
getCalendarCount()
Get the number of hostnames which have the attribute calendar set.
|
java.util.Set<java.lang.String> |
getCalendarKeys()
Get the set of
hostnames which have the attribute calendar set. |
java.lang.String |
getCkpt(java.lang.String hostname,
int index)
Get the value of
hostname at index. |
int |
getCkptCount(java.lang.String hostname)
Get the number of values for
hostname |
java.util.Set<java.lang.String> |
getCkptKeys()
Get a unmodifiable set of stored ckpt attribute keys.
|
java.util.List<java.lang.String> |
getCkptList(java.lang.String hostname)
Get an unmodifiable list of ckpt attributes for
hostname. |
ComplexEntry |
getConsumableConfig(java.lang.String hostname,
int index)
Get the value of
hostname at index. |
int |
getConsumableConfigCount(java.lang.String hostname)
Get the number of values for
hostname |
java.util.Set<java.lang.String> |
getConsumableConfigKeys()
Get a unmodifiable set of stored consumableConfig attribute keys.
|
java.util.List<java.lang.String> |
getConsumableConfigList(java.lang.String hostname)
Get an unmodifiable list of consumableConfig attributes for
hostname. |
UserSet |
getDefaultAcl(int index)
Get the default value of the attribute acl.
|
int |
getDefaultAclCount()
Get the number of values for the default
hostname
(@/). |
java.lang.String |
getDefaultCalendar()
Get the default value of the attribute calendar.
|
java.lang.String |
getDefaultCkpt(int index)
Get the default value of the attribute ckpt.
|
int |
getDefaultCkptCount()
Get the number of values for the default
hostname
(@/). |
ComplexEntry |
getDefaultConsumableConfig(int index)
Get the default value of the attribute consumableConfig.
|
int |
getDefaultConsumableConfigCount()
Get the number of values for the default
hostname
(@/). |
java.lang.String |
getDefaultEpilog()
Get the default value of the attribute epilog.
|
java.lang.String |
getDefaultHCore()
Get the default value of the attribute hCore.
|
java.lang.String |
getDefaultHCpu()
Get the default value of the attribute hCpu.
|
java.lang.String |
getDefaultHData()
Get the default value of the attribute hData.
|
java.lang.String |
getDefaultHFsize()
Get the default value of the attribute hFsize.
|
java.lang.String |
getDefaultHRss()
Get the default value of the attribute hRss.
|
java.lang.String |
getDefaultHRt()
Get the default value of the attribute hRt.
|
java.lang.String |
getDefaultHStack()
Get the default value of the attribute hStack.
|
java.lang.String |
getDefaultHVmem()
Get the default value of the attribute hVmem.
|
java.lang.String |
getDefaultInitialState()
Get the default value of the attribute initialState.
|
int |
getDefaultJobSlots()
Get the default value of the attribute jobSlots.
|
ComplexEntry |
getDefaultLoadThresholds(int index)
Get the default value of the attribute loadThresholds.
|
int |
getDefaultLoadThresholdsCount()
Get the number of values for the default
hostname
(@/). |
java.lang.String |
getDefaultMinCpuInterval()
Get the default value of the attribute minCpuInterval.
|
java.lang.String |
getDefaultNotify()
Get the default value of the attribute notify.
|
int |
getDefaultNsuspend()
Get the default value of the attribute nsuspend.
|
UserSet |
getDefaultOwner(int index)
Get the default value of the attribute owner.
|
int |
getDefaultOwnerCount()
Get the number of values for the default
hostname
(@/). |
java.lang.String |
getDefaultPe(int index)
Get the default value of the attribute pe.
|
int |
getDefaultPeCount()
Get the number of values for the default
hostname
(@/). |
java.lang.String |
getDefaultPriority()
Get the default value of the attribute priority.
|
java.lang.String |
getDefaultProcessors()
Get the default value of the attribute processors.
|
Project |
getDefaultProjects(int index)
Get the default value of the attribute projects.
|
int |
getDefaultProjectsCount()
Get the number of values for the default
hostname
(@/). |
java.lang.String |
getDefaultProlog()
Get the default value of the attribute prolog.
|
int |
getDefaultQtype()
Get the default value of the attribute qtype.
|
boolean |
getDefaultRerun()
Get the default value of the attribute rerun.
|
java.lang.String |
getDefaultResumeMethod()
Get the default value of the attribute resumeMethod.
|
java.lang.String |
getDefaultSCore()
Get the default value of the attribute sCore.
|
java.lang.String |
getDefaultSCpu()
Get the default value of the attribute sCpu.
|
java.lang.String |
getDefaultSData()
Get the default value of the attribute sData.
|
int |
getDefaultSeqNo()
Get the default value of the attribute seqNo.
|
java.lang.String |
getDefaultSFsize()
Get the default value of the attribute sFsize.
|
java.lang.String |
getDefaultShell()
Get the default value of the attribute shell.
|
java.lang.String |
getDefaultShellStartMode()
Get the default value of the attribute shellStartMode.
|
java.lang.String |
getDefaultSRss()
Get the default value of the attribute sRss.
|
java.lang.String |
getDefaultSRt()
Get the default value of the attribute sRt.
|
java.lang.String |
getDefaultSStack()
Get the default value of the attribute sStack.
|
java.lang.String |
getDefaultStarterMethod()
Get the default value of the attribute starterMethod.
|
Subordinate |
getDefaultSubordinate(int index)
Get the default value of the attribute subordinate.
|
int |
getDefaultSubordinateCount()
Get the number of values for the default
hostname
(@/). |
java.lang.String |
getDefaultSuspendInterval()
Get the default value of the attribute suspendInterval.
|
java.lang.String |
getDefaultSuspendMethod()
Get the default value of the attribute suspendMethod.
|
ComplexEntry |
getDefaultSuspendThresholds(int index)
Get the default value of the attribute suspendThresholds.
|
int |
getDefaultSuspendThresholdsCount()
Get the number of values for the default
hostname
(@/). |
java.lang.String |
getDefaultSVmem()
Get the default value of the attribute sVmem.
|
java.lang.String |
getDefaultTerminateMethod()
Get the default value of the attribute terminateMethod.
|
java.lang.String |
getDefaultTmpdir()
Get the default value of the attribute tmpdir.
|
UserSet |
getDefaultXacl(int index)
Get the default value of the attribute xacl.
|
int |
getDefaultXaclCount()
Get the number of values for the default
hostname
(@/). |
Project |
getDefaultXprojects(int index)
Get the default value of the attribute xprojects.
|
int |
getDefaultXprojectsCount()
Get the number of values for the default
hostname
(@/). |
java.lang.String |
getEpilog(java.lang.String hostname)
Get the epilog attribute for
hostname. |
int |
getEpilogCount()
Get the number of hostnames which have the attribute epilog set.
|
java.util.Set<java.lang.String> |
getEpilogKeys()
Get the set of
hostnames which have the attribute epilog set. |
java.lang.String |
getHCore(java.lang.String hostname)
Get the hCore attribute for
hostname. |
int |
getHCoreCount()
Get the number of hostnames which have the attribute hCore set.
|
java.util.Set<java.lang.String> |
getHCoreKeys()
Get the set of
hostnames which have the attribute hCore set. |
java.lang.String |
getHCpu(java.lang.String hostname)
Get the hCpu attribute for
hostname. |
int |
getHCpuCount()
Get the number of hostnames which have the attribute hCpu set.
|
java.util.Set<java.lang.String> |
getHCpuKeys()
Get the set of
hostnames which have the attribute hCpu set. |
java.lang.String |
getHData(java.lang.String hostname)
Get the hData attribute for
hostname. |
int |
getHDataCount()
Get the number of hostnames which have the attribute hData set.
|
java.util.Set<java.lang.String> |
getHDataKeys()
Get the set of
hostnames which have the attribute hData set. |
java.lang.String |
getHFsize(java.lang.String hostname)
Get the hFsize attribute for
hostname. |
int |
getHFsizeCount()
Get the number of hostnames which have the attribute hFsize set.
|
java.util.Set<java.lang.String> |
getHFsizeKeys()
Get the set of
hostnames which have the attribute hFsize set. |
java.lang.String |
getHostlist(int index)
Get a java.lang.String attribute at an index.
|
int |
getHostlistCount()
Get the number of java.lang.String attributes.
|
java.util.List<java.lang.String> |
getHostlistList()
Get a unmodifiable list of all java.lang.String attributes.
|
java.lang.String |
getHRss(java.lang.String hostname)
Get the hRss attribute for
hostname. |
int |
getHRssCount()
Get the number of hostnames which have the attribute hRss set.
|
java.util.Set<java.lang.String> |
getHRssKeys()
Get the set of
hostnames which have the attribute hRss set. |
java.lang.String |
getHRt(java.lang.String hostname)
Get the hRt attribute for
hostname. |
int |
getHRtCount()
Get the number of hostnames which have the attribute hRt set.
|
java.util.Set<java.lang.String> |
getHRtKeys()
Get the set of
hostnames which have the attribute hRt set. |
java.lang.String |
getHStack(java.lang.String hostname)
Get the hStack attribute for
hostname. |
int |
getHStackCount()
Get the number of hostnames which have the attribute hStack set.
|
java.util.Set<java.lang.String> |
getHStackKeys()
Get the set of
hostnames which have the attribute hStack set. |
java.lang.String |
getHVmem(java.lang.String hostname)
Get the hVmem attribute for
hostname. |
int |
getHVmemCount()
Get the number of hostnames which have the attribute hVmem set.
|
java.util.Set<java.lang.String> |
getHVmemKeys()
Get the set of
hostnames which have the attribute hVmem set. |
java.lang.String |
getInitialState(java.lang.String hostname)
Get the initialState attribute for
hostname. |
int |
getInitialStateCount()
Get the number of hostnames which have the attribute initialState set.
|
java.util.Set<java.lang.String> |
getInitialStateKeys()
Get the set of
hostnames which have the attribute initialState set. |
int |
getJobSlots(java.lang.String hostname)
Get the jobSlots attribute for
hostname. |
int |
getJobSlotsCount()
Get the number of hostnames which have the attribute jobSlots set.
|
java.util.Set<java.lang.String> |
getJobSlotsKeys()
Get the set of
hostnames which have the attribute jobSlots set. |
ComplexEntry |
getLoadThresholds(java.lang.String hostname,
int index)
Get the value of
hostname at index. |
int |
getLoadThresholdsCount(java.lang.String hostname)
Get the number of values for
hostname |
java.util.Set<java.lang.String> |
getLoadThresholdsKeys()
Get a unmodifiable set of stored loadThresholds attribute keys.
|
java.util.List<java.lang.String> |
getLoadThresholdsList(java.lang.String hostname)
Get an unmodifiable list of loadThresholds attributes for
hostname. |
java.lang.String |
getMinCpuInterval(java.lang.String hostname)
Get the minCpuInterval attribute for
hostname. |
int |
getMinCpuIntervalCount()
Get the number of hostnames which have the attribute minCpuInterval set.
|
java.util.Set<java.lang.String> |
getMinCpuIntervalKeys()
Get the set of
hostnames which have the attribute minCpuInterval set. |
java.lang.String |
getName()
Get the value of the name attribute.
|
java.lang.String |
getNotify(java.lang.String hostname)
Get the notify attribute for
hostname. |
int |
getNotifyCount()
Get the number of hostnames which have the attribute notify set.
|
java.util.Set<java.lang.String> |
getNotifyKeys()
Get the set of
hostnames which have the attribute notify set. |
int |
getNsuspend(java.lang.String hostname)
Get the nsuspend attribute for
hostname. |
int |
getNsuspendCount()
Get the number of hostnames which have the attribute nsuspend set.
|
java.util.Set<java.lang.String> |
getNsuspendKeys()
Get the set of
hostnames which have the attribute nsuspend set. |
UserSet |
getOwner(java.lang.String hostname,
int index)
Get the value of
hostname at index. |
int |
getOwnerCount(java.lang.String hostname)
Get the number of values for
hostname |
java.util.Set<java.lang.String> |
getOwnerKeys()
Get a unmodifiable set of stored owner attribute keys.
|
java.util.List<java.lang.String> |
getOwnerList(java.lang.String hostname)
Get an unmodifiable list of owner attributes for
hostname. |
java.lang.String |
getPe(java.lang.String hostname,
int index)
Get the value of
hostname at index. |
int |
getPeCount(java.lang.String hostname)
Get the number of values for
hostname |
java.util.Set<java.lang.String> |
getPeKeys()
Get a unmodifiable set of stored pe attribute keys.
|
java.util.List<java.lang.String> |
getPeList(java.lang.String hostname)
Get an unmodifiable list of pe attributes for
hostname. |
java.lang.String |
getPriority(java.lang.String hostname)
Get the priority attribute for
hostname. |
int |
getPriorityCount()
Get the number of hostnames which have the attribute priority set.
|
java.util.Set<java.lang.String> |
getPriorityKeys()
Get the set of
hostnames which have the attribute priority set. |
java.lang.String |
getProcessors(java.lang.String hostname)
Get the processors attribute for
hostname. |
int |
getProcessorsCount()
Get the number of hostnames which have the attribute processors set.
|
java.util.Set<java.lang.String> |
getProcessorsKeys()
Get the set of
hostnames which have the attribute processors set. |
Project |
getProjects(java.lang.String hostname,
int index)
Get the value of
hostname at index. |
int |
getProjectsCount(java.lang.String hostname)
Get the number of values for
hostname |
java.util.Set<java.lang.String> |
getProjectsKeys()
Get a unmodifiable set of stored projects attribute keys.
|
java.util.List<java.lang.String> |
getProjectsList(java.lang.String hostname)
Get an unmodifiable list of projects attributes for
hostname. |
java.lang.String |
getProlog(java.lang.String hostname)
Get the prolog attribute for
hostname. |
int |
getPrologCount()
Get the number of hostnames which have the attribute prolog set.
|
java.util.Set<java.lang.String> |
getPrologKeys()
Get the set of
hostnames which have the attribute prolog set. |
QueueInstance |
getQinstances(int index)
Get a com.sun.grid.jgdi.configuration.QueueInstance attribute at an index.
|
int |
getQinstancesCount()
Get the number of com.sun.grid.jgdi.configuration.QueueInstance attributes.
|
java.util.List<QueueInstance> |
getQinstancesList()
Get a unmodifiable list of all com.sun.grid.jgdi.configuration.QueueInstance attributes.
|
int |
getQtype(java.lang.String hostname)
Get the qtype attribute for
hostname. |
int |
getQtypeCount()
Get the number of hostnames which have the attribute qtype set.
|
java.util.Set<java.lang.String> |
getQtypeKeys()
Get the set of
hostnames which have the attribute qtype set. |
boolean |
getRerun(java.lang.String hostname)
Get the rerun attribute for
hostname. |
int |
getRerunCount()
Get the number of hostnames which have the attribute rerun set.
|
java.util.Set<java.lang.String> |
getRerunKeys()
Get the set of
hostnames which have the attribute rerun set. |
java.lang.String |
getResumeMethod(java.lang.String hostname)
Get the resumeMethod attribute for
hostname. |
int |
getResumeMethodCount()
Get the number of hostnames which have the attribute resumeMethod set.
|
java.util.Set<java.lang.String> |
getResumeMethodKeys()
Get the set of
hostnames which have the attribute resumeMethod set. |
java.lang.String |
getSCore(java.lang.String hostname)
Get the sCore attribute for
hostname. |
int |
getSCoreCount()
Get the number of hostnames which have the attribute sCore set.
|
java.util.Set<java.lang.String> |
getSCoreKeys()
Get the set of
hostnames which have the attribute sCore set. |
java.lang.String |
getSCpu(java.lang.String hostname)
Get the sCpu attribute for
hostname. |
int |
getSCpuCount()
Get the number of hostnames which have the attribute sCpu set.
|
java.util.Set<java.lang.String> |
getSCpuKeys()
Get the set of
hostnames which have the attribute sCpu set. |
java.lang.String |
getSData(java.lang.String hostname)
Get the sData attribute for
hostname. |
int |
getSDataCount()
Get the number of hostnames which have the attribute sData set.
|
java.util.Set<java.lang.String> |
getSDataKeys()
Get the set of
hostnames which have the attribute sData set. |
int |
getSeqNo(java.lang.String hostname)
Get the seqNo attribute for
hostname. |
int |
getSeqNoCount()
Get the number of hostnames which have the attribute seqNo set.
|
java.util.Set<java.lang.String> |
getSeqNoKeys()
Get the set of
hostnames which have the attribute seqNo set. |
java.lang.String |
getSFsize(java.lang.String hostname)
Get the sFsize attribute for
hostname. |
int |
getSFsizeCount()
Get the number of hostnames which have the attribute sFsize set.
|
java.util.Set<java.lang.String> |
getSFsizeKeys()
Get the set of
hostnames which have the attribute sFsize set. |
java.lang.String |
getShell(java.lang.String hostname)
Get the shell attribute for
hostname. |
int |
getShellCount()
Get the number of hostnames which have the attribute shell set.
|
java.util.Set<java.lang.String> |
getShellKeys()
Get the set of
hostnames which have the attribute shell set. |
java.lang.String |
getShellStartMode(java.lang.String hostname)
Get the shellStartMode attribute for
hostname. |
int |
getShellStartModeCount()
Get the number of hostnames which have the attribute shellStartMode set.
|
java.util.Set<java.lang.String> |
getShellStartModeKeys()
Get the set of
hostnames which have the attribute shellStartMode set. |
java.lang.String |
getSRss(java.lang.String hostname)
Get the sRss attribute for
hostname. |
int |
getSRssCount()
Get the number of hostnames which have the attribute sRss set.
|
java.util.Set<java.lang.String> |
getSRssKeys()
Get the set of
hostnames which have the attribute sRss set. |
java.lang.String |
getSRt(java.lang.String hostname)
Get the sRt attribute for
hostname. |
int |
getSRtCount()
Get the number of hostnames which have the attribute sRt set.
|
java.util.Set<java.lang.String> |
getSRtKeys()
Get the set of
hostnames which have the attribute sRt set. |
java.lang.String |
getSStack(java.lang.String hostname)
Get the sStack attribute for
hostname. |
int |
getSStackCount()
Get the number of hostnames which have the attribute sStack set.
|
java.util.Set<java.lang.String> |
getSStackKeys()
Get the set of
hostnames which have the attribute sStack set. |
java.lang.String |
getStarterMethod(java.lang.String hostname)
Get the starterMethod attribute for
hostname. |
int |
getStarterMethodCount()
Get the number of hostnames which have the attribute starterMethod set.
|
java.util.Set<java.lang.String> |
getStarterMethodKeys()
Get the set of
hostnames which have the attribute starterMethod set. |
Subordinate |
getSubordinate(java.lang.String hostname,
int index)
Get the value of
hostname at index. |
int |
getSubordinateCount(java.lang.String hostname)
Get the number of values for
hostname |
java.util.Set<java.lang.String> |
getSubordinateKeys()
Get a unmodifiable set of stored subordinate attribute keys.
|
java.util.List<java.lang.String> |
getSubordinateList(java.lang.String hostname)
Get an unmodifiable list of subordinate attributes for
hostname. |
java.lang.String |
getSuspendInterval(java.lang.String hostname)
Get the suspendInterval attribute for
hostname. |
int |
getSuspendIntervalCount()
Get the number of hostnames which have the attribute suspendInterval set.
|
java.util.Set<java.lang.String> |
getSuspendIntervalKeys()
Get the set of
hostnames which have the attribute suspendInterval set. |
java.lang.String |
getSuspendMethod(java.lang.String hostname)
Get the suspendMethod attribute for
hostname. |
int |
getSuspendMethodCount()
Get the number of hostnames which have the attribute suspendMethod set.
|
java.util.Set<java.lang.String> |
getSuspendMethodKeys()
Get the set of
hostnames which have the attribute suspendMethod set. |
ComplexEntry |
getSuspendThresholds(java.lang.String hostname,
int index)
Get the value of
hostname at index. |
int |
getSuspendThresholdsCount(java.lang.String hostname)
Get the number of values for
hostname |
java.util.Set<java.lang.String> |
getSuspendThresholdsKeys()
Get a unmodifiable set of stored suspendThresholds attribute keys.
|
java.util.List<java.lang.String> |
getSuspendThresholdsList(java.lang.String hostname)
Get an unmodifiable list of suspendThresholds attributes for
hostname. |
java.lang.String |
getSVmem(java.lang.String hostname)
Get the sVmem attribute for
hostname. |
int |
getSVmemCount()
Get the number of hostnames which have the attribute sVmem set.
|
java.util.Set<java.lang.String> |
getSVmemKeys()
Get the set of
hostnames which have the attribute sVmem set. |
int |
getTag()
Get the value of the tag attribute.
|
java.lang.String |
getTerminateMethod(java.lang.String hostname)
Get the terminateMethod attribute for
hostname. |
int |
getTerminateMethodCount()
Get the number of hostnames which have the attribute terminateMethod set.
|
java.util.Set<java.lang.String> |
getTerminateMethodKeys()
Get the set of
hostnames which have the attribute terminateMethod set. |
java.lang.String |
getTmpdir(java.lang.String hostname)
Get the tmpdir attribute for
hostname. |
int |
getTmpdirCount()
Get the number of hostnames which have the attribute tmpdir set.
|
java.util.Set<java.lang.String> |
getTmpdirKeys()
Get the set of
hostnames which have the attribute tmpdir set. |
UserSet |
getXacl(java.lang.String hostname,
int index)
Get the value of
hostname at index. |
int |
getXaclCount(java.lang.String hostname)
Get the number of values for
hostname |
java.util.Set<java.lang.String> |
getXaclKeys()
Get a unmodifiable set of stored xacl attribute keys.
|
java.util.List<java.lang.String> |
getXaclList(java.lang.String hostname)
Get an unmodifiable list of xacl attributes for
hostname. |
Project |
getXprojects(java.lang.String hostname,
int index)
Get the value of
hostname at index. |
int |
getXprojectsCount(java.lang.String hostname)
Get the number of values for
hostname |
java.util.Set<java.lang.String> |
getXprojectsKeys()
Get a unmodifiable set of stored xprojects attribute keys.
|
java.util.List<java.lang.String> |
getXprojectsList(java.lang.String hostname)
Get an unmodifiable list of xprojects attributes for
hostname. |
boolean |
isSetAcl()
Determine if any acl attribute is set
|
boolean |
isSetCalendar()
Determine if any calendar attribute is set
|
boolean |
isSetCalendar(java.lang.String hostname)
Determine if any calendar attribute is for
hostname is set |
boolean |
isSetCkpt()
Determine if any ckpt attribute is set
|
boolean |
isSetConsumableConfig()
Determine if any consumableConfig attribute is set
|
boolean |
isSetEpilog()
Determine if any epilog attribute is set
|
boolean |
isSetEpilog(java.lang.String hostname)
Determine if any epilog attribute is for
hostname is set |
boolean |
isSetHCore()
Determine if any hCore attribute is set
|
boolean |
isSetHCore(java.lang.String hostname)
Determine if any hCore attribute is for
hostname is set |
boolean |
isSetHCpu()
Determine if any hCpu attribute is set
|
boolean |
isSetHCpu(java.lang.String hostname)
Determine if any hCpu attribute is for
hostname is set |
boolean |
isSetHData()
Determine if any hData attribute is set
|
boolean |
isSetHData(java.lang.String hostname)
Determine if any hData attribute is for
hostname is set |
boolean |
isSetHFsize()
Determine if any hFsize attribute is set
|
boolean |
isSetHFsize(java.lang.String hostname)
Determine if any hFsize attribute is for
hostname is set |
boolean |
isSetHostlist()
Determine if any hostlist attribute is set
|
boolean |
isSetHRss()
Determine if any hRss attribute is set
|
boolean |
isSetHRss(java.lang.String hostname)
Determine if any hRss attribute is for
hostname is set |
boolean |
isSetHRt()
Determine if any hRt attribute is set
|
boolean |
isSetHRt(java.lang.String hostname)
Determine if any hRt attribute is for
hostname is set |
boolean |
isSetHStack()
Determine if any hStack attribute is set
|
boolean |
isSetHStack(java.lang.String hostname)
Determine if any hStack attribute is for
hostname is set |
boolean |
isSetHVmem()
Determine if any hVmem attribute is set
|
boolean |
isSetHVmem(java.lang.String hostname)
Determine if any hVmem attribute is for
hostname is set |
boolean |
isSetInitialState()
Determine if any initialState attribute is set
|
boolean |
isSetInitialState(java.lang.String hostname)
Determine if any initialState attribute is for
hostname is set |
boolean |
isSetJobSlots()
Determine if any jobSlots attribute is set
|
boolean |
isSetJobSlots(java.lang.String hostname)
Determine if any jobSlots attribute is for
hostname is set |
boolean |
isSetLoadThresholds()
Determine if any loadThresholds attribute is set
|
boolean |
isSetMinCpuInterval()
Determine if any minCpuInterval attribute is set
|
boolean |
isSetMinCpuInterval(java.lang.String hostname)
Determine if any minCpuInterval attribute is for
hostname is set |
boolean |
isSetName()
Determine if any name attribute is set
|
boolean |
isSetNotify()
Determine if any notify attribute is set
|
boolean |
isSetNotify(java.lang.String hostname)
Determine if any notify attribute is for
hostname is set |
boolean |
isSetNsuspend()
Determine if any nsuspend attribute is set
|
boolean |
isSetNsuspend(java.lang.String hostname)
Determine if any nsuspend attribute is for
hostname is set |
boolean |
isSetOwner()
Determine if any owner attribute is set
|
boolean |
isSetPe()
Determine if any pe attribute is set
|
boolean |
isSetPriority()
Determine if any priority attribute is set
|
boolean |
isSetPriority(java.lang.String hostname)
Determine if any priority attribute is for
hostname is set |
boolean |
isSetProcessors()
Determine if any processors attribute is set
|
boolean |
isSetProcessors(java.lang.String hostname)
Determine if any processors attribute is for
hostname is set |
boolean |
isSetProjects()
Determine if any projects attribute is set
|
boolean |
isSetProlog()
Determine if any prolog attribute is set
|
boolean |
isSetProlog(java.lang.String hostname)
Determine if any prolog attribute is for
hostname is set |
boolean |
isSetQinstances()
Determine if any qinstances attribute is set
|
boolean |
isSetQtype()
Determine if any qtype attribute is set
|
boolean |
isSetQtype(java.lang.String hostname)
Determine if any qtype attribute is for
hostname is set |
boolean |
isSetRerun()
Determine if any rerun attribute is set
|
boolean |
isSetRerun(java.lang.String hostname)
Determine if any rerun attribute is for
hostname is set |
boolean |
isSetResumeMethod()
Determine if any resumeMethod attribute is set
|
boolean |
isSetResumeMethod(java.lang.String hostname)
Determine if any resumeMethod attribute is for
hostname is set |
boolean |
isSetSCore()
Determine if any sCore attribute is set
|
boolean |
isSetSCore(java.lang.String hostname)
Determine if any sCore attribute is for
hostname is set |
boolean |
isSetSCpu()
Determine if any sCpu attribute is set
|
boolean |
isSetSCpu(java.lang.String hostname)
Determine if any sCpu attribute is for
hostname is set |
boolean |
isSetSData()
Determine if any sData attribute is set
|
boolean |
isSetSData(java.lang.String hostname)
Determine if any sData attribute is for
hostname is set |
boolean |
isSetSeqNo()
Determine if any seqNo attribute is set
|
boolean |
isSetSeqNo(java.lang.String hostname)
Determine if any seqNo attribute is for
hostname is set |
boolean |
isSetSFsize()
Determine if any sFsize attribute is set
|
boolean |
isSetSFsize(java.lang.String hostname)
Determine if any sFsize attribute is for
hostname is set |
boolean |
isSetShell()
Determine if any shell attribute is set
|
boolean |
isSetShell(java.lang.String hostname)
Determine if any shell attribute is for
hostname is set |
boolean |
isSetShellStartMode()
Determine if any shellStartMode attribute is set
|
boolean |
isSetShellStartMode(java.lang.String hostname)
Determine if any shellStartMode attribute is for
hostname is set |
boolean |
isSetSRss()
Determine if any sRss attribute is set
|
boolean |
isSetSRss(java.lang.String hostname)
Determine if any sRss attribute is for
hostname is set |
boolean |
isSetSRt()
Determine if any sRt attribute is set
|
boolean |
isSetSRt(java.lang.String hostname)
Determine if any sRt attribute is for
hostname is set |
boolean |
isSetSStack()
Determine if any sStack attribute is set
|
boolean |
isSetSStack(java.lang.String hostname)
Determine if any sStack attribute is for
hostname is set |
boolean |
isSetStarterMethod()
Determine if any starterMethod attribute is set
|
boolean |
isSetStarterMethod(java.lang.String hostname)
Determine if any starterMethod attribute is for
hostname is set |
boolean |
isSetSubordinate()
Determine if any subordinate attribute is set
|
boolean |
isSetSuspendInterval()
Determine if any suspendInterval attribute is set
|
boolean |
isSetSuspendInterval(java.lang.String hostname)
Determine if any suspendInterval attribute is for
hostname is set |
boolean |
isSetSuspendMethod()
Determine if any suspendMethod attribute is set
|
boolean |
isSetSuspendMethod(java.lang.String hostname)
Determine if any suspendMethod attribute is for
hostname is set |
boolean |
isSetSuspendThresholds()
Determine if any suspendThresholds attribute is set
|
boolean |
isSetSVmem()
Determine if any sVmem attribute is set
|
boolean |
isSetSVmem(java.lang.String hostname)
Determine if any sVmem attribute is for
hostname is set |
boolean |
isSetTag()
Determine if any tag attribute is set
|
boolean |
isSetTerminateMethod()
Determine if any terminateMethod attribute is set
|
boolean |
isSetTerminateMethod(java.lang.String hostname)
Determine if any terminateMethod attribute is for
hostname is set |
boolean |
isSetTmpdir()
Determine if any tmpdir attribute is set
|
boolean |
isSetTmpdir(java.lang.String hostname)
Determine if any tmpdir attribute is for
hostname is set |
boolean |
isSetXacl()
Determine if any xacl attribute is set
|
boolean |
isSetXprojects()
Determine if any xprojects attribute is set
|
void |
putCalendar(java.lang.String hostname,
java.lang.String calendar)
Put the attribute calendar for
hostname. |
void |
putEpilog(java.lang.String hostname,
java.lang.String epilog)
Put the attribute epilog for
hostname. |
void |
putHCore(java.lang.String hostname,
java.lang.String hCore)
Put the attribute hCore for
hostname. |
void |
putHCpu(java.lang.String hostname,
java.lang.String hCpu)
Put the attribute hCpu for
hostname. |
void |
putHData(java.lang.String hostname,
java.lang.String hData)
Put the attribute hData for
hostname. |
void |
putHFsize(java.lang.String hostname,
java.lang.String hFSize)
Put the attribute hFsize for
hostname. |
void |
putHRss(java.lang.String hostname,
java.lang.String hRss)
Put the attribute hRss for
hostname. |
void |
putHRt(java.lang.String hostname,
java.lang.String hRt)
Put the attribute hRt for
hostname. |
void |
putHStack(java.lang.String hostname,
java.lang.String hStack)
Put the attribute hStack for
hostname. |
void |
putHVmem(java.lang.String hostname,
java.lang.String hVmem)
Put the attribute hVmem for
hostname. |
void |
putInitialState(java.lang.String hostname,
java.lang.String initialState)
Put the attribute initialState for
hostname. |
void |
putJobSlots(java.lang.String hostname,
int jobSlots)
Put the attribute jobSlots for
hostname. |
void |
putMinCpuInterval(java.lang.String hostname,
java.lang.String minCpuInterval)
Put the attribute minCpuInterval for
hostname. |
void |
putNotify(java.lang.String hostname,
java.lang.String notify)
Put the attribute notify for
hostname. |
void |
putNsuspend(java.lang.String hostname,
int nsuspend)
Put the attribute nsuspend for
hostname. |
void |
putPriority(java.lang.String hostname,
java.lang.String priority)
Put the attribute priority for
hostname. |
void |
putProcessors(java.lang.String hostname,
java.lang.String processors)
Put the attribute processors for
hostname. |
void |
putProlog(java.lang.String hostname,
java.lang.String prolog)
Put the attribute prolog for
hostname. |
void |
putQtype(java.lang.String hostname,
int qType)
Put the attribute qtype for
hostname. |
void |
putRerun(java.lang.String hostname,
boolean rerun)
Put the attribute rerun for
hostname. |
void |
putResumeMethod(java.lang.String hostname,
java.lang.String resumeMethod)
Put the attribute resumeMethod for
hostname. |
void |
putSCore(java.lang.String hostname,
java.lang.String sCore)
Put the attribute sCore for
hostname. |
void |
putSCpu(java.lang.String hostname,
java.lang.String sCpu)
Put the attribute sCpu for
hostname. |
void |
putSData(java.lang.String hostname,
java.lang.String sData)
Put the attribute sData for
hostname. |
void |
putSeqNo(java.lang.String hostname,
int seqNo)
Put the attribute seqNo for
hostname. |
void |
putSFsize(java.lang.String hostname,
java.lang.String sFSize)
Put the attribute sFsize for
hostname. |
void |
putShell(java.lang.String hostname,
java.lang.String shell)
Put the attribute shell for
hostname. |
void |
putShellStartMode(java.lang.String hostname,
java.lang.String shellStartMode)
Put the attribute shellStartMode for
hostname. |
void |
putSRss(java.lang.String hostname,
java.lang.String sRss)
Put the attribute sRss for
hostname. |
void |
putSRt(java.lang.String hostname,
java.lang.String sRt)
Put the attribute sRt for
hostname. |
void |
putSStack(java.lang.String hostname,
java.lang.String sStack)
Put the attribute sStack for
hostname. |
void |
putStarterMethod(java.lang.String hostname,
java.lang.String starterMethod)
Put the attribute starterMethod for
hostname. |
void |
putSuspendInterval(java.lang.String hostname,
java.lang.String suspendInterval)
Put the attribute suspendInterval for
hostname. |
void |
putSuspendMethod(java.lang.String hostname,
java.lang.String suspendMethod)
Put the attribute suspendMethod for
hostname. |
void |
putSVmem(java.lang.String hostname,
java.lang.String sVmem)
Put the attribute sVmem for
hostname. |
void |
putTerminateMethod(java.lang.String hostname,
java.lang.String terminateMethod)
Put the attribute terminateMethod for
hostname. |
void |
putTmpdir(java.lang.String hostname,
java.lang.String tmpDir)
Put the attribute tmpdir for
hostname. |
boolean |
removeAcl(java.lang.String hostname,
UserSet acl)
Remove
acl attribute for hostname. |
java.lang.Object |
removeAclAt(java.lang.String hostname,
int index)
Remove
acl attribute for hostname. |
void |
removeAllAcl()
Remove all acl) attributes.
|
void |
removeAllAcl(java.lang.String hostname)
Remove all
acl attributes for hostname. |
void |
removeAllCalendar()
Remove the attribute calendar for all hostnames.
|
void |
removeAllCkpt()
Remove all checkpoint) attributes.
|
void |
removeAllCkpt(java.lang.String hostname)
Remove all
checkpoint attributes for hostname. |
void |
removeAllConsumableConfig()
Remove all consumable) attributes.
|
void |
removeAllConsumableConfig(java.lang.String hostname)
Remove all
consumable attributes for hostname. |
void |
removeAllDefaultAcl()
Remove all acl) attributes from
the default
hostname (@/). |
void |
removeAllDefaultCkpt()
Remove all checkpoint) attributes from
the default
hostname (@/). |
void |
removeAllDefaultConsumableConfig()
Remove all consumable) attributes from
the default
hostname (@/). |
void |
removeAllDefaultLoadThresholds()
Remove all loadThreshold) attributes from
the default
hostname (@/). |
void |
removeAllDefaultOwner()
Remove all owner) attributes from
the default
hostname (@/). |
void |
removeAllDefaultPe()
Remove all pe) attributes from
the default
hostname (@/). |
void |
removeAllDefaultProjects()
Remove all project) attributes from
the default
hostname (@/). |
void |
removeAllDefaultSubordinate()
Remove all subordinate) attributes from
the default
hostname (@/). |
void |
removeAllDefaultSuspendThresholds()
Remove all suspendThreshold) attributes from
the default
hostname (@/). |
void |
removeAllDefaultXacl()
Remove all acl) attributes from
the default
hostname (@/). |
void |
removeAllDefaultXprojects()
Remove all project) attributes from
the default
hostname (@/). |
void |
removeAllEpilog()
Remove the attribute epilog for all hostnames.
|
void |
removeAllHCore()
Remove the attribute hCore for all hostnames.
|
void |
removeAllHCpu()
Remove the attribute hCpu for all hostnames.
|
void |
removeAllHData()
Remove the attribute hData for all hostnames.
|
void |
removeAllHFsize()
Remove the attribute hFsize for all hostnames.
|
void |
removeAllHostlist()
Remove all java.lang.String attributes.
|
void |
removeAllHRss()
Remove the attribute hRss for all hostnames.
|
void |
removeAllHRt()
Remove the attribute hRt for all hostnames.
|
void |
removeAllHStack()
Remove the attribute hStack for all hostnames.
|
void |
removeAllHVmem()
Remove the attribute hVmem for all hostnames.
|
void |
removeAllInitialState()
Remove the attribute initialState for all hostnames.
|
void |
removeAllJobSlots()
Remove the attribute jobSlots for all hostnames.
|
void |
removeAllLoadThresholds()
Remove all loadThreshold) attributes.
|
void |
removeAllLoadThresholds(java.lang.String hostname)
Remove all
loadThreshold attributes for hostname. |
void |
removeAllMinCpuInterval()
Remove the attribute minCpuInterval for all hostnames.
|
void |
removeAllNotify()
Remove the attribute notify for all hostnames.
|
void |
removeAllNsuspend()
Remove the attribute nsuspend for all hostnames.
|
void |
removeAllOwner()
Remove all owner) attributes.
|
void |
removeAllOwner(java.lang.String hostname)
Remove all
owner attributes for hostname. |
void |
removeAllPe()
Remove all pe) attributes.
|
void |
removeAllPe(java.lang.String hostname)
Remove all
pe attributes for hostname. |
void |
removeAllPriority()
Remove the attribute priority for all hostnames.
|
void |
removeAllProcessors()
Remove the attribute processors for all hostnames.
|
void |
removeAllProjects()
Remove all project) attributes.
|
void |
removeAllProjects(java.lang.String hostname)
Remove all
project attributes for hostname. |
void |
removeAllProlog()
Remove the attribute prolog for all hostnames.
|
void |
removeAllQtype()
Remove the attribute qtype for all hostnames.
|
void |
removeAllRerun()
Remove the attribute rerun for all hostnames.
|
void |
removeAllResumeMethod()
Remove the attribute resumeMethod for all hostnames.
|
void |
removeAllSCore()
Remove the attribute sCore for all hostnames.
|
void |
removeAllSCpu()
Remove the attribute sCpu for all hostnames.
|
void |
removeAllSData()
Remove the attribute sData for all hostnames.
|
void |
removeAllSeqNo()
Remove the attribute seqNo for all hostnames.
|
void |
removeAllSFsize()
Remove the attribute sFsize for all hostnames.
|
void |
removeAllShell()
Remove the attribute shell for all hostnames.
|
void |
removeAllShellStartMode()
Remove the attribute shellStartMode for all hostnames.
|
void |
removeAllSRss()
Remove the attribute sRss for all hostnames.
|
void |
removeAllSRt()
Remove the attribute sRt for all hostnames.
|
void |
removeAllSStack()
Remove the attribute sStack for all hostnames.
|
void |
removeAllStarterMethod()
Remove the attribute starterMethod for all hostnames.
|
void |
removeAllSubordinate()
Remove all subordinate) attributes.
|
void |
removeAllSubordinate(java.lang.String hostname)
Remove all
subordinate attributes for hostname. |
void |
removeAllSuspendInterval()
Remove the attribute suspendInterval for all hostnames.
|
void |
removeAllSuspendMethod()
Remove the attribute suspendMethod for all hostnames.
|
void |
removeAllSuspendThresholds()
Remove all suspendThreshold) attributes.
|
void |
removeAllSuspendThresholds(java.lang.String hostname)
Remove all
suspendThreshold attributes for hostname. |
void |
removeAllSVmem()
Remove the attribute sVmem for all hostnames.
|
void |
removeAllTerminateMethod()
Remove the attribute terminateMethod for all hostnames.
|
void |
removeAllTmpdir()
Remove the attribute tmpdir for all hostnames.
|
void |
removeAllXacl()
Remove all acl) attributes.
|
void |
removeAllXacl(java.lang.String hostname)
Remove all
acl attributes for hostname. |
void |
removeAllXprojects()
Remove all project) attributes.
|
void |
removeAllXprojects(java.lang.String hostname)
Remove all
project attributes for hostname. |
java.lang.String |
removeCalendar(java.lang.String hostname)
remove the attribute calendar for
hostname. |
boolean |
removeCkpt(java.lang.String hostname,
java.lang.String checkpoint)
Remove
checkpoint attribute for hostname. |
java.lang.Object |
removeCkptAt(java.lang.String hostname,
int index)
Remove
checkpoint attribute for hostname. |
boolean |
removeConsumableConfig(java.lang.String hostname,
ComplexEntry consumable)
Remove
consumable attribute for hostname. |
java.lang.Object |
removeConsumableConfigAt(java.lang.String hostname,
int index)
Remove
consumable attribute for hostname. |
boolean |
removeDefaultAcl(java.lang.String hostname,
UserSet acl)
Remove
acl attribute from the
default hostname (@/). |
java.lang.Object |
removeDefaultAclAt(java.lang.String hostname,
int index)
Remove
acl attribute for the
default hostname (@/). |
boolean |
removeDefaultCkpt(java.lang.String hostname,
java.lang.String checkpoint)
Remove
checkpoint attribute from the
default hostname (@/). |
java.lang.Object |
removeDefaultCkptAt(java.lang.String hostname,
int index)
Remove
checkpoint attribute for the
default hostname (@/). |
boolean |
removeDefaultConsumableConfig(java.lang.String hostname,
ComplexEntry consumable)
Remove
consumable attribute from the
default hostname (@/). |
java.lang.Object |
removeDefaultConsumableConfigAt(java.lang.String hostname,
int index)
Remove
consumable attribute for the
default hostname (@/). |
boolean |
removeDefaultLoadThresholds(java.lang.String hostname,
ComplexEntry loadThreshold)
Remove
loadThreshold attribute from the
default hostname (@/). |
java.lang.Object |
removeDefaultLoadThresholdsAt(java.lang.String hostname,
int index)
Remove
loadThreshold attribute for the
default hostname (@/). |
boolean |
removeDefaultOwner(java.lang.String hostname,
UserSet owner)
Remove
owner attribute from the
default hostname (@/). |
java.lang.Object |
removeDefaultOwnerAt(java.lang.String hostname,
int index)
Remove
owner attribute for the
default hostname (@/). |
boolean |
removeDefaultPe(java.lang.String hostname,
java.lang.String pe)
Remove
pe attribute from the
default hostname (@/). |
java.lang.Object |
removeDefaultPeAt(java.lang.String hostname,
int index)
Remove
pe attribute for the
default hostname (@/). |
boolean |
removeDefaultProjects(java.lang.String hostname,
Project project)
Remove
project attribute from the
default hostname (@/). |
java.lang.Object |
removeDefaultProjectsAt(java.lang.String hostname,
int index)
Remove
project attribute for the
default hostname (@/). |
boolean |
removeDefaultSubordinate(java.lang.String hostname,
Subordinate subordinate)
Remove
subordinate attribute from the
default hostname (@/). |
java.lang.Object |
removeDefaultSubordinateAt(java.lang.String hostname,
int index)
Remove
subordinate attribute for the
default hostname (@/). |
boolean |
removeDefaultSuspendThresholds(java.lang.String hostname,
ComplexEntry suspendThreshold)
Remove
suspendThreshold attribute from the
default hostname (@/). |
java.lang.Object |
removeDefaultSuspendThresholdsAt(java.lang.String hostname,
int index)
Remove
suspendThreshold attribute for the
default hostname (@/). |
boolean |
removeDefaultXacl(java.lang.String hostname,
UserSet acl)
Remove
acl attribute from the
default hostname (@/). |
java.lang.Object |
removeDefaultXaclAt(java.lang.String hostname,
int index)
Remove
acl attribute for the
default hostname (@/). |
boolean |
removeDefaultXprojects(java.lang.String hostname,
Project project)
Remove
project attribute from the
default hostname (@/). |
java.lang.Object |
removeDefaultXprojectsAt(java.lang.String hostname,
int index)
Remove
project attribute for the
default hostname (@/). |
java.lang.String |
removeEpilog(java.lang.String hostname)
remove the attribute epilog for
hostname. |
java.lang.String |
removeHCore(java.lang.String hostname)
remove the attribute hCore for
hostname. |
java.lang.String |
removeHCpu(java.lang.String hostname)
remove the attribute hCpu for
hostname. |
java.lang.String |
removeHData(java.lang.String hostname)
remove the attribute hData for
hostname. |
java.lang.String |
removeHFsize(java.lang.String hostname)
remove the attribute hFsize for
hostname. |
java.lang.String |
removeHostlist(int index)
Remote a java.lang.String attribute at an index.
|
boolean |
removeHostlist(java.lang.String ahostlist)
Remote a specific java.lang.String attribute.
|
java.lang.String |
removeHRss(java.lang.String hostname)
remove the attribute hRss for
hostname. |
java.lang.String |
removeHRt(java.lang.String hostname)
remove the attribute hRt for
hostname. |
java.lang.String |
removeHStack(java.lang.String hostname)
remove the attribute hStack for
hostname. |
java.lang.String |
removeHVmem(java.lang.String hostname)
remove the attribute hVmem for
hostname. |
java.lang.String |
removeInitialState(java.lang.String hostname)
remove the attribute initialState for
hostname. |
java.lang.Integer |
removeJobSlots(java.lang.String hostname)
remove the attribute jobSlots for
hostname. |
boolean |
removeLoadThresholds(java.lang.String hostname,
ComplexEntry loadThreshold)
Remove
loadThreshold attribute for hostname. |
java.lang.Object |
removeLoadThresholdsAt(java.lang.String hostname,
int index)
Remove
loadThreshold attribute for hostname. |
java.lang.String |
removeMinCpuInterval(java.lang.String hostname)
remove the attribute minCpuInterval for
hostname. |
java.lang.String |
removeNotify(java.lang.String hostname)
remove the attribute notify for
hostname. |
java.lang.Integer |
removeNsuspend(java.lang.String hostname)
remove the attribute nsuspend for
hostname. |
boolean |
removeOwner(java.lang.String hostname,
UserSet owner)
Remove
owner attribute for hostname. |
java.lang.Object |
removeOwnerAt(java.lang.String hostname,
int index)
Remove
owner attribute for hostname. |
boolean |
removePe(java.lang.String hostname,
java.lang.String pe)
Remove
pe attribute for hostname. |
java.lang.Object |
removePeAt(java.lang.String hostname,
int index)
Remove
pe attribute for hostname. |
java.lang.String |
removePriority(java.lang.String hostname)
remove the attribute priority for
hostname. |
java.lang.String |
removeProcessors(java.lang.String hostname)
remove the attribute processors for
hostname. |
boolean |
removeProjects(java.lang.String hostname,
Project project)
Remove
project attribute for hostname. |
java.lang.Object |
removeProjectsAt(java.lang.String hostname,
int index)
Remove
project attribute for hostname. |
java.lang.String |
removeProlog(java.lang.String hostname)
remove the attribute prolog for
hostname. |
java.lang.Integer |
removeQtype(java.lang.String hostname)
remove the attribute qtype for
hostname. |
java.lang.Boolean |
removeRerun(java.lang.String hostname)
remove the attribute rerun for
hostname. |
java.lang.String |
removeResumeMethod(java.lang.String hostname)
remove the attribute resumeMethod for
hostname. |
java.lang.String |
removeSCore(java.lang.String hostname)
remove the attribute sCore for
hostname. |
java.lang.String |
removeSCpu(java.lang.String hostname)
remove the attribute sCpu for
hostname. |
java.lang.String |
removeSData(java.lang.String hostname)
remove the attribute sData for
hostname. |
java.lang.Integer |
removeSeqNo(java.lang.String hostname)
remove the attribute seqNo for
hostname. |
java.lang.String |
removeSFsize(java.lang.String hostname)
remove the attribute sFsize for
hostname. |
java.lang.String |
removeShell(java.lang.String hostname)
remove the attribute shell for
hostname. |
java.lang.String |
removeShellStartMode(java.lang.String hostname)
remove the attribute shellStartMode for
hostname. |
java.lang.String |
removeSRss(java.lang.String hostname)
remove the attribute sRss for
hostname. |
java.lang.String |
removeSRt(java.lang.String hostname)
remove the attribute sRt for
hostname. |
java.lang.String |
removeSStack(java.lang.String hostname)
remove the attribute sStack for
hostname. |
java.lang.String |
removeStarterMethod(java.lang.String hostname)
remove the attribute starterMethod for
hostname. |
boolean |
removeSubordinate(java.lang.String hostname,
Subordinate subordinate)
Remove
subordinate attribute for hostname. |
java.lang.Object |
removeSubordinateAt(java.lang.String hostname,
int index)
Remove
subordinate attribute for hostname. |
java.lang.String |
removeSuspendInterval(java.lang.String hostname)
remove the attribute suspendInterval for
hostname. |
java.lang.String |
removeSuspendMethod(java.lang.String hostname)
remove the attribute suspendMethod for
hostname. |
boolean |
removeSuspendThresholds(java.lang.String hostname,
ComplexEntry suspendThreshold)
Remove
suspendThreshold attribute for hostname. |
java.lang.Object |
removeSuspendThresholdsAt(java.lang.String hostname,
int index)
Remove
suspendThreshold attribute for hostname. |
java.lang.String |
removeSVmem(java.lang.String hostname)
remove the attribute sVmem for
hostname. |
java.lang.String |
removeTerminateMethod(java.lang.String hostname)
remove the attribute terminateMethod for
hostname. |
java.lang.String |
removeTmpdir(java.lang.String hostname)
remove the attribute tmpdir for
hostname. |
boolean |
removeXacl(java.lang.String hostname,
UserSet acl)
Remove
acl attribute for hostname. |
java.lang.Object |
removeXaclAt(java.lang.String hostname,
int index)
Remove
acl attribute for hostname. |
boolean |
removeXprojects(java.lang.String hostname,
Project project)
Remove
project attribute for hostname. |
java.lang.Object |
removeXprojectsAt(java.lang.String hostname,
int index)
Remove
project attribute for hostname. |
void |
setAcl(java.lang.String hostname,
int index,
UserSet acl)
Set
acl attribute for hostname. |
void |
setCkpt(java.lang.String hostname,
int index,
java.lang.String checkpoint)
Set
checkpoint attribute for hostname. |
void |
setConsumableConfig(java.lang.String hostname,
int index,
ComplexEntry consumable)
Set
consumable attribute for hostname. |
void |
setDefaultAcl(int index,
UserSet acl)
Set
acl attribute for the default
hostname (@/). |
void |
setDefaultCalendar(java.lang.String calendar)
Set
calendar attribute for the default
hostname (@/). |
void |
setDefaultCkpt(int index,
java.lang.String checkpoint)
Set
checkpoint attribute for the default
hostname (@/). |
void |
setDefaultConsumableConfig(int index,
ComplexEntry consumable)
Set
consumable attribute for the default
hostname (@/). |
void |
setDefaultEpilog(java.lang.String epilog)
Set
epilog attribute for the default
hostname (@/). |
void |
setDefaultHCore(java.lang.String hCore)
Set
hCore attribute for the default
hostname (@/). |
void |
setDefaultHCpu(java.lang.String hCpu)
Set
hCpu attribute for the default
hostname (@/). |
void |
setDefaultHData(java.lang.String hData)
Set
hData attribute for the default
hostname (@/). |
void |
setDefaultHFsize(java.lang.String hFSize)
Set
hFSize attribute for the default
hostname (@/). |
void |
setDefaultHRss(java.lang.String hRss)
Set
hRss attribute for the default
hostname (@/). |
void |
setDefaultHRt(java.lang.String hRt)
Set
hRt attribute for the default
hostname (@/). |
void |
setDefaultHStack(java.lang.String hStack)
Set
hStack attribute for the default
hostname (@/). |
void |
setDefaultHVmem(java.lang.String hVmem)
Set
hVmem attribute for the default
hostname (@/). |
void |
setDefaultInitialState(java.lang.String initialState)
Set
initialState attribute for the default
hostname (@/). |
void |
setDefaultJobSlots(int jobSlots)
Set
jobSlots attribute for the default
hostname (@/). |
void |
setDefaultLoadThresholds(int index,
ComplexEntry loadThreshold)
Set
loadThreshold attribute for the default
hostname (@/). |
void |
setDefaultMinCpuInterval(java.lang.String minCpuInterval)
Set
minCpuInterval attribute for the default
hostname (@/). |
void |
setDefaultNotify(java.lang.String notify)
Set
notify attribute for the default
hostname (@/). |
void |
setDefaultNsuspend(int nsuspend)
Set
nsuspend attribute for the default
hostname (@/). |
void |
setDefaultOwner(int index,
UserSet owner)
Set
owner attribute for the default
hostname (@/). |
void |
setDefaultPe(int index,
java.lang.String pe)
Set
pe attribute for the default
hostname (@/). |
void |
setDefaultPriority(java.lang.String priority)
Set
priority attribute for the default
hostname (@/). |
void |
setDefaultProcessors(java.lang.String processors)
Set
processors attribute for the default
hostname (@/). |
void |
setDefaultProjects(int index,
Project project)
Set
project attribute for the default
hostname (@/). |
void |
setDefaultProlog(java.lang.String prolog)
Set
prolog attribute for the default
hostname (@/). |
void |
setDefaultQtype(int qType)
Set
qType attribute for the default
hostname (@/). |
void |
setDefaultRerun(boolean rerun)
Set
rerun attribute for the default
hostname (@/). |
void |
setDefaultResumeMethod(java.lang.String resumeMethod)
Set
resumeMethod attribute for the default
hostname (@/). |
void |
setDefaultSCore(java.lang.String sCore)
Set
sCore attribute for the default
hostname (@/). |
void |
setDefaultSCpu(java.lang.String sCpu)
Set
sCpu attribute for the default
hostname (@/). |
void |
setDefaultSData(java.lang.String sData)
Set
sData attribute for the default
hostname (@/). |
void |
setDefaultSeqNo(int seqNo)
Set
seqNo attribute for the default
hostname (@/). |
void |
setDefaultSFsize(java.lang.String sFSize)
Set
sFSize attribute for the default
hostname (@/). |
void |
setDefaultShell(java.lang.String shell)
Set
shell attribute for the default
hostname (@/). |
void |
setDefaultShellStartMode(java.lang.String shellStartMode)
Set
shellStartMode attribute for the default
hostname (@/). |
void |
setDefaultSRss(java.lang.String sRss)
Set
sRss attribute for the default
hostname (@/). |
void |
setDefaultSRt(java.lang.String sRt)
Set
sRt attribute for the default
hostname (@/). |
void |
setDefaultSStack(java.lang.String sStack)
Set
sStack attribute for the default
hostname (@/). |
void |
setDefaultStarterMethod(java.lang.String starterMethod)
Set
starterMethod attribute for the default
hostname (@/). |
void |
setDefaultSubordinate(int index,
Subordinate subordinate)
Set
subordinate attribute for the default
hostname (@/). |
void |
setDefaultSuspendInterval(java.lang.String suspendInterval)
Set
suspendInterval attribute for the default
hostname (@/). |
void |
setDefaultSuspendMethod(java.lang.String suspendMethod)
Set
suspendMethod attribute for the default
hostname (@/). |
void |
setDefaultSuspendThresholds(int index,
ComplexEntry suspendThreshold)
Set
suspendThreshold attribute for the default
hostname (@/). |
void |
setDefaultSVmem(java.lang.String sVmem)
Set
sVmem attribute for the default
hostname (@/). |
void |
setDefaultTerminateMethod(java.lang.String terminateMethod)
Set
terminateMethod attribute for the default
hostname (@/). |
void |
setDefaultTmpdir(java.lang.String tmpDir)
Set
tmpDir attribute for the default
hostname (@/). |
void |
setDefaultXacl(int index,
UserSet acl)
Set
acl attribute for the default
hostname (@/). |
void |
setDefaultXprojects(int index,
Project project)
Set
project attribute for the default
hostname (@/). |
void |
setHostlist(int index,
java.lang.String ahostlist)
Set a java.lang.String attribute.
|
void |
setLoadThresholds(java.lang.String hostname,
int index,
ComplexEntry loadThreshold)
Set
loadThreshold attribute for hostname. |
void |
setName(java.lang.String aName)
Set the name attribute.
|
void |
setOwner(java.lang.String hostname,
int index,
UserSet owner)
Set
owner attribute for hostname. |
void |
setPe(java.lang.String hostname,
int index,
java.lang.String pe)
Set
pe attribute for hostname. |
void |
setProjects(java.lang.String hostname,
int index,
Project project)
Set
project attribute for hostname. |
void |
setSubordinate(java.lang.String hostname,
int index,
Subordinate subordinate)
Set
subordinate attribute for hostname. |
void |
setSuspendThresholds(java.lang.String hostname,
int index,
ComplexEntry suspendThreshold)
Set
suspendThreshold attribute for hostname. |
void |
setTag(int aTag)
Set the tag attribute.
|
void |
setXacl(java.lang.String hostname,
int index,
UserSet acl)
Set
acl attribute for hostname. |
void |
setXprojects(java.lang.String hostname,
int index,
Project project)
Set
project attribute for hostname. |
equalsCompletely, getParentvoid setName(java.lang.String aName)
aName - the new value for the name attributejava.lang.String getName()
boolean isSetName()
true if the name attribute is setjava.util.List<java.lang.String> getHostlistList()
int getHostlistCount()
java.lang.String getHostlist(int index)
index - the index of the java.lang.String attribute which should be
removedvoid addHostlist(java.lang.String ahostlist)
ahostlist - the new java.lang.String attributevoid setHostlist(int index,
java.lang.String ahostlist)
index - index of the java.lang.String attributeahostlist - the new java.lang.String attributevoid removeAllHostlist()
java.lang.String removeHostlist(int index)
index - the index of the java.lang.String attribute which should be
removednull if
no attribute at this index is storedboolean removeHostlist(java.lang.String ahostlist)
ahostlist - the java.lang.String attribute which should be
removedtrue if the java.lang.String attribute has been removedboolean isSetHostlist()
true if the hostlist attribute is setjava.util.List<QueueInstance> getQinstancesList()
int getQinstancesCount()
QueueInstance getQinstances(int index)
index - the index of the com.sun.grid.jgdi.configuration.QueueInstance attribute which should be
removedboolean isSetQinstances()
true if the qinstances attribute is setint getDefaultSeqNo()
Get the default value of the attribute seqNo.
java.lang.IllegalStateException - if the default value is not setint getSeqNo(java.lang.String hostname)
Get the seqNo attribute for hostname.
hostname - the hostnamehostname or the
default value of seqNojava.util.Set<java.lang.String> getSeqNoKeys()
hostnames which have the attribute seqNo set.hostnamesint getSeqNoCount()
boolean isSetSeqNo(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the seqNo attribute is setvoid putSeqNo(java.lang.String hostname,
int seqNo)
Put the attribute seqNo for hostname.
hostname - the hostnameseqNo - the seqNovoid setDefaultSeqNo(int seqNo)
seqNo attribute for the default
hostname (@/).seqNo - the seqNo attributejava.lang.Integer removeSeqNo(java.lang.String hostname)
remove the attribute seqNo for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllSeqNo()
Remove the attribute seqNo for all hostnames.
boolean isSetSeqNo()
true if the seqNo attribute is setint getDefaultNsuspend()
Get the default value of the attribute nsuspend.
java.lang.IllegalStateException - if the default value is not setint getNsuspend(java.lang.String hostname)
Get the nsuspend attribute for hostname.
hostname - the hostnamehostname or the
default value of nsuspendjava.util.Set<java.lang.String> getNsuspendKeys()
hostnames which have the attribute nsuspend set.hostnamesint getNsuspendCount()
boolean isSetNsuspend(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the nsuspend attribute is setvoid putNsuspend(java.lang.String hostname,
int nsuspend)
Put the attribute nsuspend for hostname.
hostname - the hostnamensuspend - the nsuspendvoid setDefaultNsuspend(int nsuspend)
nsuspend attribute for the default
hostname (@/).nsuspend - the nsuspend attributejava.lang.Integer removeNsuspend(java.lang.String hostname)
remove the attribute nsuspend for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllNsuspend()
Remove the attribute nsuspend for all hostnames.
boolean isSetNsuspend()
true if the nsuspend attribute is setint getDefaultJobSlots()
Get the default value of the attribute jobSlots.
java.lang.IllegalStateException - if the default value is not setint getJobSlots(java.lang.String hostname)
Get the jobSlots attribute for hostname.
hostname - the hostnamehostname or the
default value of jobSlotsjava.util.Set<java.lang.String> getJobSlotsKeys()
hostnames which have the attribute jobSlots set.hostnamesint getJobSlotsCount()
boolean isSetJobSlots(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the jobSlots attribute is setvoid putJobSlots(java.lang.String hostname,
int jobSlots)
Put the attribute jobSlots for hostname.
hostname - the hostnamejobSlots - the jobSlotsvoid setDefaultJobSlots(int jobSlots)
jobSlots attribute for the default
hostname (@/).jobSlots - the jobSlots attributejava.lang.Integer removeJobSlots(java.lang.String hostname)
remove the attribute jobSlots for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllJobSlots()
Remove the attribute jobSlots for all hostnames.
boolean isSetJobSlots()
true if the jobSlots attribute is setboolean getDefaultRerun()
Get the default value of the attribute rerun.
java.lang.IllegalStateException - if the default value is not setboolean getRerun(java.lang.String hostname)
Get the rerun attribute for hostname.
hostname - the hostnamehostname or the
default value of rerunjava.util.Set<java.lang.String> getRerunKeys()
hostnames which have the attribute rerun set.hostnamesint getRerunCount()
boolean isSetRerun(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the rerun attribute is setvoid putRerun(java.lang.String hostname,
boolean rerun)
Put the attribute rerun for hostname.
hostname - the hostnamererun - the rerunvoid setDefaultRerun(boolean rerun)
rerun attribute for the default
hostname (@/).rerun - the rerun attributejava.lang.Boolean removeRerun(java.lang.String hostname)
remove the attribute rerun for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllRerun()
Remove the attribute rerun for all hostnames.
boolean isSetRerun()
true if the rerun attribute is setjava.lang.String getDefaultSFsize()
Get the default value of the attribute sFsize.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getSFsize(java.lang.String hostname)
Get the sFsize attribute for hostname.
hostname - the hostnamehostname or the
default value of sFsizejava.util.Set<java.lang.String> getSFsizeKeys()
hostnames which have the attribute sFsize set.hostnamesint getSFsizeCount()
boolean isSetSFsize(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the sFsize attribute is setvoid putSFsize(java.lang.String hostname,
java.lang.String sFSize)
Put the attribute sFsize for hostname.
hostname - the hostnamesFSize - the sFSizevoid setDefaultSFsize(java.lang.String sFSize)
sFSize attribute for the default
hostname (@/).sFSize - the sFSize attributejava.lang.String removeSFsize(java.lang.String hostname)
remove the attribute sFsize for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllSFsize()
Remove the attribute sFsize for all hostnames.
boolean isSetSFsize()
true if the sFsize attribute is setjava.lang.String getDefaultHFsize()
Get the default value of the attribute hFsize.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getHFsize(java.lang.String hostname)
Get the hFsize attribute for hostname.
hostname - the hostnamehostname or the
default value of hFsizejava.util.Set<java.lang.String> getHFsizeKeys()
hostnames which have the attribute hFsize set.hostnamesint getHFsizeCount()
boolean isSetHFsize(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the hFsize attribute is setvoid putHFsize(java.lang.String hostname,
java.lang.String hFSize)
Put the attribute hFsize for hostname.
hostname - the hostnamehFSize - the hFSizevoid setDefaultHFsize(java.lang.String hFSize)
hFSize attribute for the default
hostname (@/).hFSize - the hFSize attributejava.lang.String removeHFsize(java.lang.String hostname)
remove the attribute hFsize for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllHFsize()
Remove the attribute hFsize for all hostnames.
boolean isSetHFsize()
true if the hFsize attribute is setjava.lang.String getDefaultSData()
Get the default value of the attribute sData.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getSData(java.lang.String hostname)
Get the sData attribute for hostname.
hostname - the hostnamehostname or the
default value of sDatajava.util.Set<java.lang.String> getSDataKeys()
hostnames which have the attribute sData set.hostnamesint getSDataCount()
boolean isSetSData(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the sData attribute is setvoid putSData(java.lang.String hostname,
java.lang.String sData)
Put the attribute sData for hostname.
hostname - the hostnamesData - the sDatavoid setDefaultSData(java.lang.String sData)
sData attribute for the default
hostname (@/).sData - the sData attributejava.lang.String removeSData(java.lang.String hostname)
remove the attribute sData for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllSData()
Remove the attribute sData for all hostnames.
boolean isSetSData()
true if the sData attribute is setjava.lang.String getDefaultHData()
Get the default value of the attribute hData.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getHData(java.lang.String hostname)
Get the hData attribute for hostname.
hostname - the hostnamehostname or the
default value of hDatajava.util.Set<java.lang.String> getHDataKeys()
hostnames which have the attribute hData set.hostnamesint getHDataCount()
boolean isSetHData(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the hData attribute is setvoid putHData(java.lang.String hostname,
java.lang.String hData)
Put the attribute hData for hostname.
hostname - the hostnamehData - the hDatavoid setDefaultHData(java.lang.String hData)
hData attribute for the default
hostname (@/).hData - the hData attributejava.lang.String removeHData(java.lang.String hostname)
remove the attribute hData for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllHData()
Remove the attribute hData for all hostnames.
boolean isSetHData()
true if the hData attribute is setjava.lang.String getDefaultSStack()
Get the default value of the attribute sStack.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getSStack(java.lang.String hostname)
Get the sStack attribute for hostname.
hostname - the hostnamehostname or the
default value of sStackjava.util.Set<java.lang.String> getSStackKeys()
hostnames which have the attribute sStack set.hostnamesint getSStackCount()
boolean isSetSStack(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the sStack attribute is setvoid putSStack(java.lang.String hostname,
java.lang.String sStack)
Put the attribute sStack for hostname.
hostname - the hostnamesStack - the sStackvoid setDefaultSStack(java.lang.String sStack)
sStack attribute for the default
hostname (@/).sStack - the sStack attributejava.lang.String removeSStack(java.lang.String hostname)
remove the attribute sStack for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllSStack()
Remove the attribute sStack for all hostnames.
boolean isSetSStack()
true if the sStack attribute is setjava.lang.String getDefaultHStack()
Get the default value of the attribute hStack.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getHStack(java.lang.String hostname)
Get the hStack attribute for hostname.
hostname - the hostnamehostname or the
default value of hStackjava.util.Set<java.lang.String> getHStackKeys()
hostnames which have the attribute hStack set.hostnamesint getHStackCount()
boolean isSetHStack(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the hStack attribute is setvoid putHStack(java.lang.String hostname,
java.lang.String hStack)
Put the attribute hStack for hostname.
hostname - the hostnamehStack - the hStackvoid setDefaultHStack(java.lang.String hStack)
hStack attribute for the default
hostname (@/).hStack - the hStack attributejava.lang.String removeHStack(java.lang.String hostname)
remove the attribute hStack for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllHStack()
Remove the attribute hStack for all hostnames.
boolean isSetHStack()
true if the hStack attribute is setjava.lang.String getDefaultSCore()
Get the default value of the attribute sCore.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getSCore(java.lang.String hostname)
Get the sCore attribute for hostname.
hostname - the hostnamehostname or the
default value of sCorejava.util.Set<java.lang.String> getSCoreKeys()
hostnames which have the attribute sCore set.hostnamesint getSCoreCount()
boolean isSetSCore(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the sCore attribute is setvoid putSCore(java.lang.String hostname,
java.lang.String sCore)
Put the attribute sCore for hostname.
hostname - the hostnamesCore - the sCorevoid setDefaultSCore(java.lang.String sCore)
sCore attribute for the default
hostname (@/).sCore - the sCore attributejava.lang.String removeSCore(java.lang.String hostname)
remove the attribute sCore for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllSCore()
Remove the attribute sCore for all hostnames.
boolean isSetSCore()
true if the sCore attribute is setjava.lang.String getDefaultHCore()
Get the default value of the attribute hCore.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getHCore(java.lang.String hostname)
Get the hCore attribute for hostname.
hostname - the hostnamehostname or the
default value of hCorejava.util.Set<java.lang.String> getHCoreKeys()
hostnames which have the attribute hCore set.hostnamesint getHCoreCount()
boolean isSetHCore(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the hCore attribute is setvoid putHCore(java.lang.String hostname,
java.lang.String hCore)
Put the attribute hCore for hostname.
hostname - the hostnamehCore - the hCorevoid setDefaultHCore(java.lang.String hCore)
hCore attribute for the default
hostname (@/).hCore - the hCore attributejava.lang.String removeHCore(java.lang.String hostname)
remove the attribute hCore for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllHCore()
Remove the attribute hCore for all hostnames.
boolean isSetHCore()
true if the hCore attribute is setjava.lang.String getDefaultSRss()
Get the default value of the attribute sRss.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getSRss(java.lang.String hostname)
Get the sRss attribute for hostname.
hostname - the hostnamehostname or the
default value of sRssjava.util.Set<java.lang.String> getSRssKeys()
hostnames which have the attribute sRss set.hostnamesint getSRssCount()
boolean isSetSRss(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the sRss attribute is setvoid putSRss(java.lang.String hostname,
java.lang.String sRss)
Put the attribute sRss for hostname.
hostname - the hostnamesRss - the sRssvoid setDefaultSRss(java.lang.String sRss)
sRss attribute for the default
hostname (@/).sRss - the sRss attributejava.lang.String removeSRss(java.lang.String hostname)
remove the attribute sRss for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllSRss()
Remove the attribute sRss for all hostnames.
boolean isSetSRss()
true if the sRss attribute is setjava.lang.String getDefaultHRss()
Get the default value of the attribute hRss.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getHRss(java.lang.String hostname)
Get the hRss attribute for hostname.
hostname - the hostnamehostname or the
default value of hRssjava.util.Set<java.lang.String> getHRssKeys()
hostnames which have the attribute hRss set.hostnamesint getHRssCount()
boolean isSetHRss(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the hRss attribute is setvoid putHRss(java.lang.String hostname,
java.lang.String hRss)
Put the attribute hRss for hostname.
hostname - the hostnamehRss - the hRssvoid setDefaultHRss(java.lang.String hRss)
hRss attribute for the default
hostname (@/).hRss - the hRss attributejava.lang.String removeHRss(java.lang.String hostname)
remove the attribute hRss for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllHRss()
Remove the attribute hRss for all hostnames.
boolean isSetHRss()
true if the hRss attribute is setjava.lang.String getDefaultSVmem()
Get the default value of the attribute sVmem.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getSVmem(java.lang.String hostname)
Get the sVmem attribute for hostname.
hostname - the hostnamehostname or the
default value of sVmemjava.util.Set<java.lang.String> getSVmemKeys()
hostnames which have the attribute sVmem set.hostnamesint getSVmemCount()
boolean isSetSVmem(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the sVmem attribute is setvoid putSVmem(java.lang.String hostname,
java.lang.String sVmem)
Put the attribute sVmem for hostname.
hostname - the hostnamesVmem - the sVmemvoid setDefaultSVmem(java.lang.String sVmem)
sVmem attribute for the default
hostname (@/).sVmem - the sVmem attributejava.lang.String removeSVmem(java.lang.String hostname)
remove the attribute sVmem for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllSVmem()
Remove the attribute sVmem for all hostnames.
boolean isSetSVmem()
true if the sVmem attribute is setjava.lang.String getDefaultHVmem()
Get the default value of the attribute hVmem.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getHVmem(java.lang.String hostname)
Get the hVmem attribute for hostname.
hostname - the hostnamehostname or the
default value of hVmemjava.util.Set<java.lang.String> getHVmemKeys()
hostnames which have the attribute hVmem set.hostnamesint getHVmemCount()
boolean isSetHVmem(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the hVmem attribute is setvoid putHVmem(java.lang.String hostname,
java.lang.String hVmem)
Put the attribute hVmem for hostname.
hostname - the hostnamehVmem - the hVmemvoid setDefaultHVmem(java.lang.String hVmem)
hVmem attribute for the default
hostname (@/).hVmem - the hVmem attributejava.lang.String removeHVmem(java.lang.String hostname)
remove the attribute hVmem for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllHVmem()
Remove the attribute hVmem for all hostnames.
boolean isSetHVmem()
true if the hVmem attribute is setjava.lang.String getDefaultSRt()
Get the default value of the attribute sRt.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getSRt(java.lang.String hostname)
Get the sRt attribute for hostname.
hostname - the hostnamehostname or the
default value of sRtjava.util.Set<java.lang.String> getSRtKeys()
hostnames which have the attribute sRt set.hostnamesint getSRtCount()
boolean isSetSRt(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the sRt attribute is setvoid putSRt(java.lang.String hostname,
java.lang.String sRt)
Put the attribute sRt for hostname.
hostname - the hostnamesRt - the sRtvoid setDefaultSRt(java.lang.String sRt)
sRt attribute for the default
hostname (@/).sRt - the sRt attributejava.lang.String removeSRt(java.lang.String hostname)
remove the attribute sRt for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllSRt()
Remove the attribute sRt for all hostnames.
boolean isSetSRt()
true if the sRt attribute is setjava.lang.String getDefaultHRt()
Get the default value of the attribute hRt.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getHRt(java.lang.String hostname)
Get the hRt attribute for hostname.
hostname - the hostnamehostname or the
default value of hRtjava.util.Set<java.lang.String> getHRtKeys()
hostnames which have the attribute hRt set.hostnamesint getHRtCount()
boolean isSetHRt(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the hRt attribute is setvoid putHRt(java.lang.String hostname,
java.lang.String hRt)
Put the attribute hRt for hostname.
hostname - the hostnamehRt - the hRtvoid setDefaultHRt(java.lang.String hRt)
hRt attribute for the default
hostname (@/).hRt - the hRt attributejava.lang.String removeHRt(java.lang.String hostname)
remove the attribute hRt for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllHRt()
Remove the attribute hRt for all hostnames.
boolean isSetHRt()
true if the hRt attribute is setjava.lang.String getDefaultSCpu()
Get the default value of the attribute sCpu.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getSCpu(java.lang.String hostname)
Get the sCpu attribute for hostname.
hostname - the hostnamehostname or the
default value of sCpujava.util.Set<java.lang.String> getSCpuKeys()
hostnames which have the attribute sCpu set.hostnamesint getSCpuCount()
boolean isSetSCpu(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the sCpu attribute is setvoid putSCpu(java.lang.String hostname,
java.lang.String sCpu)
Put the attribute sCpu for hostname.
hostname - the hostnamesCpu - the sCpuvoid setDefaultSCpu(java.lang.String sCpu)
sCpu attribute for the default
hostname (@/).sCpu - the sCpu attributejava.lang.String removeSCpu(java.lang.String hostname)
remove the attribute sCpu for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllSCpu()
Remove the attribute sCpu for all hostnames.
boolean isSetSCpu()
true if the sCpu attribute is setjava.lang.String getDefaultHCpu()
Get the default value of the attribute hCpu.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getHCpu(java.lang.String hostname)
Get the hCpu attribute for hostname.
hostname - the hostnamehostname or the
default value of hCpujava.util.Set<java.lang.String> getHCpuKeys()
hostnames which have the attribute hCpu set.hostnamesint getHCpuCount()
boolean isSetHCpu(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the hCpu attribute is setvoid putHCpu(java.lang.String hostname,
java.lang.String hCpu)
Put the attribute hCpu for hostname.
hostname - the hostnamehCpu - the hCpuvoid setDefaultHCpu(java.lang.String hCpu)
hCpu attribute for the default
hostname (@/).hCpu - the hCpu attributejava.lang.String removeHCpu(java.lang.String hostname)
remove the attribute hCpu for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllHCpu()
Remove the attribute hCpu for all hostnames.
boolean isSetHCpu()
true if the hCpu attribute is setjava.lang.String getDefaultSuspendInterval()
Get the default value of the attribute suspendInterval.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getSuspendInterval(java.lang.String hostname)
Get the suspendInterval attribute for hostname.
hostname - the hostnamehostname or the
default value of suspendIntervaljava.util.Set<java.lang.String> getSuspendIntervalKeys()
hostnames which have the attribute suspendInterval set.hostnamesint getSuspendIntervalCount()
boolean isSetSuspendInterval(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the suspendInterval attribute is setvoid putSuspendInterval(java.lang.String hostname,
java.lang.String suspendInterval)
Put the attribute suspendInterval for hostname.
hostname - the hostnamesuspendInterval - the suspendIntervalvoid setDefaultSuspendInterval(java.lang.String suspendInterval)
suspendInterval attribute for the default
hostname (@/).suspendInterval - the suspendInterval attributejava.lang.String removeSuspendInterval(java.lang.String hostname)
remove the attribute suspendInterval for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllSuspendInterval()
Remove the attribute suspendInterval for all hostnames.
boolean isSetSuspendInterval()
true if the suspendInterval attribute is setjava.lang.String getDefaultMinCpuInterval()
Get the default value of the attribute minCpuInterval.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getMinCpuInterval(java.lang.String hostname)
Get the minCpuInterval attribute for hostname.
hostname - the hostnamehostname or the
default value of minCpuIntervaljava.util.Set<java.lang.String> getMinCpuIntervalKeys()
hostnames which have the attribute minCpuInterval set.hostnamesint getMinCpuIntervalCount()
boolean isSetMinCpuInterval(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the minCpuInterval attribute is setvoid putMinCpuInterval(java.lang.String hostname,
java.lang.String minCpuInterval)
Put the attribute minCpuInterval for hostname.
hostname - the hostnameminCpuInterval - the minCpuIntervalvoid setDefaultMinCpuInterval(java.lang.String minCpuInterval)
minCpuInterval attribute for the default
hostname (@/).minCpuInterval - the minCpuInterval attributejava.lang.String removeMinCpuInterval(java.lang.String hostname)
remove the attribute minCpuInterval for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllMinCpuInterval()
Remove the attribute minCpuInterval for all hostnames.
boolean isSetMinCpuInterval()
true if the minCpuInterval attribute is setjava.lang.String getDefaultNotify()
Get the default value of the attribute notify.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getNotify(java.lang.String hostname)
Get the notify attribute for hostname.
hostname - the hostnamehostname or the
default value of notifyjava.util.Set<java.lang.String> getNotifyKeys()
hostnames which have the attribute notify set.hostnamesint getNotifyCount()
boolean isSetNotify(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the notify attribute is setvoid putNotify(java.lang.String hostname,
java.lang.String notify)
Put the attribute notify for hostname.
hostname - the hostnamenotify - the notifyvoid setDefaultNotify(java.lang.String notify)
notify attribute for the default
hostname (@/).notify - the notify attributejava.lang.String removeNotify(java.lang.String hostname)
remove the attribute notify for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllNotify()
Remove the attribute notify for all hostnames.
boolean isSetNotify()
true if the notify attribute is setjava.lang.String getDefaultTmpdir()
Get the default value of the attribute tmpdir.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getTmpdir(java.lang.String hostname)
Get the tmpdir attribute for hostname.
hostname - the hostnamehostname or the
default value of tmpdirjava.util.Set<java.lang.String> getTmpdirKeys()
hostnames which have the attribute tmpdir set.hostnamesint getTmpdirCount()
boolean isSetTmpdir(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the tmpdir attribute is setvoid putTmpdir(java.lang.String hostname,
java.lang.String tmpDir)
Put the attribute tmpdir for hostname.
hostname - the hostnametmpDir - the tmpDirvoid setDefaultTmpdir(java.lang.String tmpDir)
tmpDir attribute for the default
hostname (@/).tmpDir - the tmpDir attributejava.lang.String removeTmpdir(java.lang.String hostname)
remove the attribute tmpdir for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllTmpdir()
Remove the attribute tmpdir for all hostnames.
boolean isSetTmpdir()
true if the tmpdir attribute is setjava.lang.String getDefaultShell()
Get the default value of the attribute shell.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getShell(java.lang.String hostname)
Get the shell attribute for hostname.
hostname - the hostnamehostname or the
default value of shelljava.util.Set<java.lang.String> getShellKeys()
hostnames which have the attribute shell set.hostnamesint getShellCount()
boolean isSetShell(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the shell attribute is setvoid putShell(java.lang.String hostname,
java.lang.String shell)
Put the attribute shell for hostname.
hostname - the hostnameshell - the shellvoid setDefaultShell(java.lang.String shell)
shell attribute for the default
hostname (@/).shell - the shell attributejava.lang.String removeShell(java.lang.String hostname)
remove the attribute shell for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllShell()
Remove the attribute shell for all hostnames.
boolean isSetShell()
true if the shell attribute is setjava.lang.String getDefaultCalendar()
Get the default value of the attribute calendar.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getCalendar(java.lang.String hostname)
Get the calendar attribute for hostname.
hostname - the hostnamehostname or the
default value of calendarjava.util.Set<java.lang.String> getCalendarKeys()
hostnames which have the attribute calendar set.hostnamesint getCalendarCount()
boolean isSetCalendar(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the calendar attribute is setvoid putCalendar(java.lang.String hostname,
java.lang.String calendar)
Put the attribute calendar for hostname.
hostname - the hostnamecalendar - the calendarvoid setDefaultCalendar(java.lang.String calendar)
calendar attribute for the default
hostname (@/).calendar - the calendar attributejava.lang.String removeCalendar(java.lang.String hostname)
remove the attribute calendar for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllCalendar()
Remove the attribute calendar for all hostnames.
boolean isSetCalendar()
true if the calendar attribute is setjava.lang.String getDefaultPriority()
Get the default value of the attribute priority.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getPriority(java.lang.String hostname)
Get the priority attribute for hostname.
hostname - the hostnamehostname or the
default value of priorityjava.util.Set<java.lang.String> getPriorityKeys()
hostnames which have the attribute priority set.hostnamesint getPriorityCount()
boolean isSetPriority(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the priority attribute is setvoid putPriority(java.lang.String hostname,
java.lang.String priority)
Put the attribute priority for hostname.
hostname - the hostnamepriority - the priorityvoid setDefaultPriority(java.lang.String priority)
priority attribute for the default
hostname (@/).priority - the priority attributejava.lang.String removePriority(java.lang.String hostname)
remove the attribute priority for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllPriority()
Remove the attribute priority for all hostnames.
boolean isSetPriority()
true if the priority attribute is setjava.lang.String getDefaultProcessors()
Get the default value of the attribute processors.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getProcessors(java.lang.String hostname)
Get the processors attribute for hostname.
hostname - the hostnamehostname or the
default value of processorsjava.util.Set<java.lang.String> getProcessorsKeys()
hostnames which have the attribute processors set.hostnamesint getProcessorsCount()
boolean isSetProcessors(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the processors attribute is setvoid putProcessors(java.lang.String hostname,
java.lang.String processors)
Put the attribute processors for hostname.
hostname - the hostnameprocessors - the processorsvoid setDefaultProcessors(java.lang.String processors)
processors attribute for the default
hostname (@/).processors - the processors attributejava.lang.String removeProcessors(java.lang.String hostname)
remove the attribute processors for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllProcessors()
Remove the attribute processors for all hostnames.
boolean isSetProcessors()
true if the processors attribute is setjava.lang.String getDefaultProlog()
Get the default value of the attribute prolog.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getProlog(java.lang.String hostname)
Get the prolog attribute for hostname.
hostname - the hostnamehostname or the
default value of prologjava.util.Set<java.lang.String> getPrologKeys()
hostnames which have the attribute prolog set.hostnamesint getPrologCount()
boolean isSetProlog(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the prolog attribute is setvoid putProlog(java.lang.String hostname,
java.lang.String prolog)
Put the attribute prolog for hostname.
hostname - the hostnameprolog - the prologvoid setDefaultProlog(java.lang.String prolog)
prolog attribute for the default
hostname (@/).prolog - the prolog attributejava.lang.String removeProlog(java.lang.String hostname)
remove the attribute prolog for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllProlog()
Remove the attribute prolog for all hostnames.
boolean isSetProlog()
true if the prolog attribute is setjava.lang.String getDefaultEpilog()
Get the default value of the attribute epilog.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getEpilog(java.lang.String hostname)
Get the epilog attribute for hostname.
hostname - the hostnamehostname or the
default value of epilogjava.util.Set<java.lang.String> getEpilogKeys()
hostnames which have the attribute epilog set.hostnamesint getEpilogCount()
boolean isSetEpilog(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the epilog attribute is setvoid putEpilog(java.lang.String hostname,
java.lang.String epilog)
Put the attribute epilog for hostname.
hostname - the hostnameepilog - the epilogvoid setDefaultEpilog(java.lang.String epilog)
epilog attribute for the default
hostname (@/).epilog - the epilog attributejava.lang.String removeEpilog(java.lang.String hostname)
remove the attribute epilog for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllEpilog()
Remove the attribute epilog for all hostnames.
boolean isSetEpilog()
true if the epilog attribute is setjava.lang.String getDefaultShellStartMode()
Get the default value of the attribute shellStartMode.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getShellStartMode(java.lang.String hostname)
Get the shellStartMode attribute for hostname.
hostname - the hostnamehostname or the
default value of shellStartModejava.util.Set<java.lang.String> getShellStartModeKeys()
hostnames which have the attribute shellStartMode set.hostnamesint getShellStartModeCount()
boolean isSetShellStartMode(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the shellStartMode attribute is setvoid putShellStartMode(java.lang.String hostname,
java.lang.String shellStartMode)
Put the attribute shellStartMode for hostname.
hostname - the hostnameshellStartMode - the shellStartModevoid setDefaultShellStartMode(java.lang.String shellStartMode)
shellStartMode attribute for the default
hostname (@/).shellStartMode - the shellStartMode attributejava.lang.String removeShellStartMode(java.lang.String hostname)
remove the attribute shellStartMode for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllShellStartMode()
Remove the attribute shellStartMode for all hostnames.
boolean isSetShellStartMode()
true if the shellStartMode attribute is setjava.lang.String getDefaultStarterMethod()
Get the default value of the attribute starterMethod.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getStarterMethod(java.lang.String hostname)
Get the starterMethod attribute for hostname.
hostname - the hostnamehostname or the
default value of starterMethodjava.util.Set<java.lang.String> getStarterMethodKeys()
hostnames which have the attribute starterMethod set.hostnamesint getStarterMethodCount()
boolean isSetStarterMethod(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the starterMethod attribute is setvoid putStarterMethod(java.lang.String hostname,
java.lang.String starterMethod)
Put the attribute starterMethod for hostname.
hostname - the hostnamestarterMethod - the starterMethodvoid setDefaultStarterMethod(java.lang.String starterMethod)
starterMethod attribute for the default
hostname (@/).starterMethod - the starterMethod attributejava.lang.String removeStarterMethod(java.lang.String hostname)
remove the attribute starterMethod for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllStarterMethod()
Remove the attribute starterMethod for all hostnames.
boolean isSetStarterMethod()
true if the starterMethod attribute is setjava.lang.String getDefaultSuspendMethod()
Get the default value of the attribute suspendMethod.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getSuspendMethod(java.lang.String hostname)
Get the suspendMethod attribute for hostname.
hostname - the hostnamehostname or the
default value of suspendMethodjava.util.Set<java.lang.String> getSuspendMethodKeys()
hostnames which have the attribute suspendMethod set.hostnamesint getSuspendMethodCount()
boolean isSetSuspendMethod(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the suspendMethod attribute is setvoid putSuspendMethod(java.lang.String hostname,
java.lang.String suspendMethod)
Put the attribute suspendMethod for hostname.
hostname - the hostnamesuspendMethod - the suspendMethodvoid setDefaultSuspendMethod(java.lang.String suspendMethod)
suspendMethod attribute for the default
hostname (@/).suspendMethod - the suspendMethod attributejava.lang.String removeSuspendMethod(java.lang.String hostname)
remove the attribute suspendMethod for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllSuspendMethod()
Remove the attribute suspendMethod for all hostnames.
boolean isSetSuspendMethod()
true if the suspendMethod attribute is setjava.lang.String getDefaultResumeMethod()
Get the default value of the attribute resumeMethod.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getResumeMethod(java.lang.String hostname)
Get the resumeMethod attribute for hostname.
hostname - the hostnamehostname or the
default value of resumeMethodjava.util.Set<java.lang.String> getResumeMethodKeys()
hostnames which have the attribute resumeMethod set.hostnamesint getResumeMethodCount()
boolean isSetResumeMethod(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the resumeMethod attribute is setvoid putResumeMethod(java.lang.String hostname,
java.lang.String resumeMethod)
Put the attribute resumeMethod for hostname.
hostname - the hostnameresumeMethod - the resumeMethodvoid setDefaultResumeMethod(java.lang.String resumeMethod)
resumeMethod attribute for the default
hostname (@/).resumeMethod - the resumeMethod attributejava.lang.String removeResumeMethod(java.lang.String hostname)
remove the attribute resumeMethod for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllResumeMethod()
Remove the attribute resumeMethod for all hostnames.
boolean isSetResumeMethod()
true if the resumeMethod attribute is setjava.lang.String getDefaultTerminateMethod()
Get the default value of the attribute terminateMethod.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getTerminateMethod(java.lang.String hostname)
Get the terminateMethod attribute for hostname.
hostname - the hostnamehostname or the
default value of terminateMethodjava.util.Set<java.lang.String> getTerminateMethodKeys()
hostnames which have the attribute terminateMethod set.hostnamesint getTerminateMethodCount()
boolean isSetTerminateMethod(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the terminateMethod attribute is setvoid putTerminateMethod(java.lang.String hostname,
java.lang.String terminateMethod)
Put the attribute terminateMethod for hostname.
hostname - the hostnameterminateMethod - the terminateMethodvoid setDefaultTerminateMethod(java.lang.String terminateMethod)
terminateMethod attribute for the default
hostname (@/).terminateMethod - the terminateMethod attributejava.lang.String removeTerminateMethod(java.lang.String hostname)
remove the attribute terminateMethod for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllTerminateMethod()
Remove the attribute terminateMethod for all hostnames.
boolean isSetTerminateMethod()
true if the terminateMethod attribute is setjava.lang.String getDefaultInitialState()
Get the default value of the attribute initialState.
java.lang.IllegalStateException - if the default value is not setjava.lang.String getInitialState(java.lang.String hostname)
Get the initialState attribute for hostname.
hostname - the hostnamehostname or the
default value of initialStatejava.util.Set<java.lang.String> getInitialStateKeys()
hostnames which have the attribute initialState set.hostnamesint getInitialStateCount()
boolean isSetInitialState(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the initialState attribute is setvoid putInitialState(java.lang.String hostname,
java.lang.String initialState)
Put the attribute initialState for hostname.
hostname - the hostnameinitialState - the initialStatevoid setDefaultInitialState(java.lang.String initialState)
initialState attribute for the default
hostname (@/).initialState - the initialState attributejava.lang.String removeInitialState(java.lang.String hostname)
remove the attribute initialState for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllInitialState()
Remove the attribute initialState for all hostnames.
boolean isSetInitialState()
true if the initialState attribute is setjava.lang.String getPe(java.lang.String hostname,
int index)
hostname at index.hostname - the hostnameindex - the indexint getPeCount(java.lang.String hostname)
hostnamehostname - the hostnamejava.util.Set<java.lang.String> getPeKeys()
java.lang.String getDefaultPe(int index)
Get the default value of the attribute pe. (@/)
java.lang.IllegalStateException - if the default value is not setint getDefaultPeCount()
hostname
(@/).java.util.List<java.lang.String> getPeList(java.lang.String hostname)
hostname.hostname - the hostnamevoid addPe(java.lang.String hostname,
java.lang.String pe)
pe attribute to hostname.hostname - the hostnamepe - the pe attributevoid addEmptyPe(java.lang.String hostname)
pe attribute for a hostname
with an empty list.hostname - the hostnamevoid setPe(java.lang.String hostname,
int index,
java.lang.String pe)
pe attribute for hostname.hostname - the hostnameindex - index of the pe attributepe - the pe attributejava.lang.Object removePeAt(java.lang.String hostname,
int index)
pe attribute for hostname.hostname - the hostnameindex - the index of the pe attributenull
if the attribute has not been foundboolean removePe(java.lang.String hostname,
java.lang.String pe)
pe attribute for hostname.hostname - the hostnamepe - the pe) attributetrue if the attribute has been removedvoid removeAllPe(java.lang.String hostname)
pe attributes for hostname.hostname - the hostnamevoid addDefaultPe(java.lang.String pe)
pe attribute to
the default hostname (@/).pe - the pe attributevoid setDefaultPe(int index,
java.lang.String pe)
pe attribute for the default
hostname (@/).index - index of the pe attributepe - the pe attributejava.lang.Object removeDefaultPeAt(java.lang.String hostname,
int index)
pe attribute for the
default hostname (@/).hostname - the hostnameindex - the index of the pe attributenull
if the attribute has not been foundboolean removeDefaultPe(java.lang.String hostname,
java.lang.String pe)
pe attribute from the
default hostname (@/).pe - the pe) attributetrue if the attribute has been removedvoid removeAllDefaultPe()
hostname (@/).void removeAllPe()
boolean isSetPe()
true if the pe attribute is setjava.lang.String getCkpt(java.lang.String hostname,
int index)
hostname at index.hostname - the hostnameindex - the indexint getCkptCount(java.lang.String hostname)
hostnamehostname - the hostnamejava.util.Set<java.lang.String> getCkptKeys()
java.lang.String getDefaultCkpt(int index)
Get the default value of the attribute ckpt. (@/)
java.lang.IllegalStateException - if the default value is not setint getDefaultCkptCount()
hostname
(@/).java.util.List<java.lang.String> getCkptList(java.lang.String hostname)
hostname.hostname - the hostnamevoid addCkpt(java.lang.String hostname,
java.lang.String checkpoint)
checkpoint attribute to hostname.hostname - the hostnamecheckpoint - the checkpoint attributevoid addEmptyCkpt(java.lang.String hostname)
checkpoint attribute for a hostname
with an empty list.hostname - the hostnamevoid setCkpt(java.lang.String hostname,
int index,
java.lang.String checkpoint)
checkpoint attribute for hostname.hostname - the hostnameindex - index of the checkpoint attributecheckpoint - the checkpoint attributejava.lang.Object removeCkptAt(java.lang.String hostname,
int index)
checkpoint attribute for hostname.hostname - the hostnameindex - the index of the checkpoint attributenull
if the attribute has not been foundboolean removeCkpt(java.lang.String hostname,
java.lang.String checkpoint)
checkpoint attribute for hostname.hostname - the hostnamecheckpoint - the checkpoint) attributetrue if the attribute has been removedvoid removeAllCkpt(java.lang.String hostname)
checkpoint attributes for hostname.hostname - the hostnamevoid addDefaultCkpt(java.lang.String checkpoint)
checkpoint attribute to
the default hostname (@/).checkpoint - the checkpoint attributevoid setDefaultCkpt(int index,
java.lang.String checkpoint)
checkpoint attribute for the default
hostname (@/).index - index of the checkpoint attributecheckpoint - the checkpoint attributejava.lang.Object removeDefaultCkptAt(java.lang.String hostname,
int index)
checkpoint attribute for the
default hostname (@/).hostname - the hostnameindex - the index of the checkpoint attributenull
if the attribute has not been foundboolean removeDefaultCkpt(java.lang.String hostname,
java.lang.String checkpoint)
checkpoint attribute from the
default hostname (@/).checkpoint - the checkpoint) attributetrue if the attribute has been removedvoid removeAllDefaultCkpt()
hostname (@/).void removeAllCkpt()
boolean isSetCkpt()
true if the ckpt attribute is setUserSet getOwner(java.lang.String hostname, int index)
hostname at index.hostname - the hostnameindex - the indexint getOwnerCount(java.lang.String hostname)
hostnamehostname - the hostnamejava.util.Set<java.lang.String> getOwnerKeys()
UserSet getDefaultOwner(int index)
Get the default value of the attribute owner. (@/)
java.lang.IllegalStateException - if the default value is not setint getDefaultOwnerCount()
hostname
(@/).java.util.List<java.lang.String> getOwnerList(java.lang.String hostname)
hostname.hostname - the hostnamevoid addOwner(java.lang.String hostname,
UserSet owner)
owner attribute to hostname.hostname - the hostnameowner - the owner attributevoid addEmptyOwner(java.lang.String hostname)
owner attribute for a hostname
with an empty list.hostname - the hostnamevoid setOwner(java.lang.String hostname,
int index,
UserSet owner)
owner attribute for hostname.hostname - the hostnameindex - index of the owner attributeowner - the owner attributejava.lang.Object removeOwnerAt(java.lang.String hostname,
int index)
owner attribute for hostname.hostname - the hostnameindex - the index of the owner attributenull
if the attribute has not been foundboolean removeOwner(java.lang.String hostname,
UserSet owner)
owner attribute for hostname.hostname - the hostnameowner - the owner) attributetrue if the attribute has been removedvoid removeAllOwner(java.lang.String hostname)
owner attributes for hostname.hostname - the hostnamevoid addDefaultOwner(UserSet owner)
owner attribute to
the default hostname (@/).owner - the owner attributevoid setDefaultOwner(int index,
UserSet owner)
owner attribute for the default
hostname (@/).index - index of the owner attributeowner - the owner attributejava.lang.Object removeDefaultOwnerAt(java.lang.String hostname,
int index)
owner attribute for the
default hostname (@/).hostname - the hostnameindex - the index of the owner attributenull
if the attribute has not been foundboolean removeDefaultOwner(java.lang.String hostname,
UserSet owner)
owner attribute from the
default hostname (@/).owner - the owner) attributetrue if the attribute has been removedvoid removeAllDefaultOwner()
hostname (@/).void removeAllOwner()
boolean isSetOwner()
true if the owner attribute is setUserSet getAcl(java.lang.String hostname, int index)
hostname at index.hostname - the hostnameindex - the indexint getAclCount(java.lang.String hostname)
hostnamehostname - the hostnamejava.util.Set<java.lang.String> getAclKeys()
UserSet getDefaultAcl(int index)
Get the default value of the attribute acl. (@/)
java.lang.IllegalStateException - if the default value is not setint getDefaultAclCount()
hostname
(@/).java.util.List<java.lang.String> getAclList(java.lang.String hostname)
hostname.hostname - the hostnamevoid addAcl(java.lang.String hostname,
UserSet acl)
acl attribute to hostname.hostname - the hostnameacl - the acl attributevoid addEmptyAcl(java.lang.String hostname)
acl attribute for a hostname
with an empty list.hostname - the hostnamevoid setAcl(java.lang.String hostname,
int index,
UserSet acl)
acl attribute for hostname.hostname - the hostnameindex - index of the acl attributeacl - the acl attributejava.lang.Object removeAclAt(java.lang.String hostname,
int index)
acl attribute for hostname.hostname - the hostnameindex - the index of the acl attributenull
if the attribute has not been foundboolean removeAcl(java.lang.String hostname,
UserSet acl)
acl attribute for hostname.hostname - the hostnameacl - the acl) attributetrue if the attribute has been removedvoid removeAllAcl(java.lang.String hostname)
acl attributes for hostname.hostname - the hostnamevoid addDefaultAcl(UserSet acl)
acl attribute to
the default hostname (@/).acl - the acl attributevoid setDefaultAcl(int index,
UserSet acl)
acl attribute for the default
hostname (@/).index - index of the acl attributeacl - the acl attributejava.lang.Object removeDefaultAclAt(java.lang.String hostname,
int index)
acl attribute for the
default hostname (@/).hostname - the hostnameindex - the index of the acl attributenull
if the attribute has not been foundboolean removeDefaultAcl(java.lang.String hostname,
UserSet acl)
acl attribute from the
default hostname (@/).acl - the acl) attributetrue if the attribute has been removedvoid removeAllDefaultAcl()
hostname (@/).void removeAllAcl()
boolean isSetAcl()
true if the acl attribute is setUserSet getXacl(java.lang.String hostname, int index)
hostname at index.hostname - the hostnameindex - the indexint getXaclCount(java.lang.String hostname)
hostnamehostname - the hostnamejava.util.Set<java.lang.String> getXaclKeys()
UserSet getDefaultXacl(int index)
Get the default value of the attribute xacl. (@/)
java.lang.IllegalStateException - if the default value is not setint getDefaultXaclCount()
hostname
(@/).java.util.List<java.lang.String> getXaclList(java.lang.String hostname)
hostname.hostname - the hostnamevoid addXacl(java.lang.String hostname,
UserSet acl)
acl attribute to hostname.hostname - the hostnameacl - the acl attributevoid addEmptyXacl(java.lang.String hostname)
acl attribute for a hostname
with an empty list.hostname - the hostnamevoid setXacl(java.lang.String hostname,
int index,
UserSet acl)
acl attribute for hostname.hostname - the hostnameindex - index of the acl attributeacl - the acl attributejava.lang.Object removeXaclAt(java.lang.String hostname,
int index)
acl attribute for hostname.hostname - the hostnameindex - the index of the acl attributenull
if the attribute has not been foundboolean removeXacl(java.lang.String hostname,
UserSet acl)
acl attribute for hostname.hostname - the hostnameacl - the acl) attributetrue if the attribute has been removedvoid removeAllXacl(java.lang.String hostname)
acl attributes for hostname.hostname - the hostnamevoid addDefaultXacl(UserSet acl)
acl attribute to
the default hostname (@/).acl - the acl attributevoid setDefaultXacl(int index,
UserSet acl)
acl attribute for the default
hostname (@/).index - index of the acl attributeacl - the acl attributejava.lang.Object removeDefaultXaclAt(java.lang.String hostname,
int index)
acl attribute for the
default hostname (@/).hostname - the hostnameindex - the index of the acl attributenull
if the attribute has not been foundboolean removeDefaultXacl(java.lang.String hostname,
UserSet acl)
acl attribute from the
default hostname (@/).acl - the acl) attributetrue if the attribute has been removedvoid removeAllDefaultXacl()
hostname (@/).void removeAllXacl()
boolean isSetXacl()
true if the xacl attribute is setProject getProjects(java.lang.String hostname, int index)
hostname at index.hostname - the hostnameindex - the indexint getProjectsCount(java.lang.String hostname)
hostnamehostname - the hostnamejava.util.Set<java.lang.String> getProjectsKeys()
Project getDefaultProjects(int index)
Get the default value of the attribute projects. (@/)
java.lang.IllegalStateException - if the default value is not setint getDefaultProjectsCount()
hostname
(@/).java.util.List<java.lang.String> getProjectsList(java.lang.String hostname)
hostname.hostname - the hostnamevoid addProjects(java.lang.String hostname,
Project project)
project attribute to hostname.hostname - the hostnameproject - the project attributevoid addEmptyProjects(java.lang.String hostname)
project attribute for a hostname
with an empty list.hostname - the hostnamevoid setProjects(java.lang.String hostname,
int index,
Project project)
project attribute for hostname.hostname - the hostnameindex - index of the project attributeproject - the project attributejava.lang.Object removeProjectsAt(java.lang.String hostname,
int index)
project attribute for hostname.hostname - the hostnameindex - the index of the project attributenull
if the attribute has not been foundboolean removeProjects(java.lang.String hostname,
Project project)
project attribute for hostname.hostname - the hostnameproject - the project) attributetrue if the attribute has been removedvoid removeAllProjects(java.lang.String hostname)
project attributes for hostname.hostname - the hostnamevoid addDefaultProjects(Project project)
project attribute to
the default hostname (@/).project - the project attributevoid setDefaultProjects(int index,
Project project)
project attribute for the default
hostname (@/).index - index of the project attributeproject - the project attributejava.lang.Object removeDefaultProjectsAt(java.lang.String hostname,
int index)
project attribute for the
default hostname (@/).hostname - the hostnameindex - the index of the project attributenull
if the attribute has not been foundboolean removeDefaultProjects(java.lang.String hostname,
Project project)
project attribute from the
default hostname (@/).project - the project) attributetrue if the attribute has been removedvoid removeAllDefaultProjects()
hostname (@/).void removeAllProjects()
boolean isSetProjects()
true if the projects attribute is setProject getXprojects(java.lang.String hostname, int index)
hostname at index.hostname - the hostnameindex - the indexint getXprojectsCount(java.lang.String hostname)
hostnamehostname - the hostnamejava.util.Set<java.lang.String> getXprojectsKeys()
Project getDefaultXprojects(int index)
Get the default value of the attribute xprojects. (@/)
java.lang.IllegalStateException - if the default value is not setint getDefaultXprojectsCount()
hostname
(@/).java.util.List<java.lang.String> getXprojectsList(java.lang.String hostname)
hostname.hostname - the hostnamevoid addXprojects(java.lang.String hostname,
Project project)
project attribute to hostname.hostname - the hostnameproject - the project attributevoid addEmptyXprojects(java.lang.String hostname)
project attribute for a hostname
with an empty list.hostname - the hostnamevoid setXprojects(java.lang.String hostname,
int index,
Project project)
project attribute for hostname.hostname - the hostnameindex - index of the project attributeproject - the project attributejava.lang.Object removeXprojectsAt(java.lang.String hostname,
int index)
project attribute for hostname.hostname - the hostnameindex - the index of the project attributenull
if the attribute has not been foundboolean removeXprojects(java.lang.String hostname,
Project project)
project attribute for hostname.hostname - the hostnameproject - the project) attributetrue if the attribute has been removedvoid removeAllXprojects(java.lang.String hostname)
project attributes for hostname.hostname - the hostnamevoid addDefaultXprojects(Project project)
project attribute to
the default hostname (@/).project - the project attributevoid setDefaultXprojects(int index,
Project project)
project attribute for the default
hostname (@/).index - index of the project attributeproject - the project attributejava.lang.Object removeDefaultXprojectsAt(java.lang.String hostname,
int index)
project attribute for the
default hostname (@/).hostname - the hostnameindex - the index of the project attributenull
if the attribute has not been foundboolean removeDefaultXprojects(java.lang.String hostname,
Project project)
project attribute from the
default hostname (@/).project - the project) attributetrue if the attribute has been removedvoid removeAllDefaultXprojects()
hostname (@/).void removeAllXprojects()
boolean isSetXprojects()
true if the xprojects attribute is setComplexEntry getLoadThresholds(java.lang.String hostname, int index)
hostname at index.hostname - the hostnameindex - the indexint getLoadThresholdsCount(java.lang.String hostname)
hostnamehostname - the hostnamejava.util.Set<java.lang.String> getLoadThresholdsKeys()
ComplexEntry getDefaultLoadThresholds(int index)
Get the default value of the attribute loadThresholds. (@/)
java.lang.IllegalStateException - if the default value is not setint getDefaultLoadThresholdsCount()
hostname
(@/).java.util.List<java.lang.String> getLoadThresholdsList(java.lang.String hostname)
hostname.hostname - the hostnamevoid addLoadThresholds(java.lang.String hostname,
ComplexEntry loadThreshold)
loadThreshold attribute to hostname.hostname - the hostnameloadThreshold - the loadThreshold attributevoid addEmptyLoadThresholds(java.lang.String hostname)
loadThreshold attribute for a hostname
with an empty list.hostname - the hostnamevoid setLoadThresholds(java.lang.String hostname,
int index,
ComplexEntry loadThreshold)
loadThreshold attribute for hostname.hostname - the hostnameindex - index of the loadThreshold attributeloadThreshold - the loadThreshold attributejava.lang.Object removeLoadThresholdsAt(java.lang.String hostname,
int index)
loadThreshold attribute for hostname.hostname - the hostnameindex - the index of the loadThreshold attributenull
if the attribute has not been foundboolean removeLoadThresholds(java.lang.String hostname,
ComplexEntry loadThreshold)
loadThreshold attribute for hostname.hostname - the hostnameloadThreshold - the loadThreshold) attributetrue if the attribute has been removedvoid removeAllLoadThresholds(java.lang.String hostname)
loadThreshold attributes for hostname.hostname - the hostnamevoid addDefaultLoadThresholds(ComplexEntry loadThreshold)
loadThreshold attribute to
the default hostname (@/).loadThreshold - the loadThreshold attributevoid setDefaultLoadThresholds(int index,
ComplexEntry loadThreshold)
loadThreshold attribute for the default
hostname (@/).index - index of the loadThreshold attributeloadThreshold - the loadThreshold attributejava.lang.Object removeDefaultLoadThresholdsAt(java.lang.String hostname,
int index)
loadThreshold attribute for the
default hostname (@/).hostname - the hostnameindex - the index of the loadThreshold attributenull
if the attribute has not been foundboolean removeDefaultLoadThresholds(java.lang.String hostname,
ComplexEntry loadThreshold)
loadThreshold attribute from the
default hostname (@/).loadThreshold - the loadThreshold) attributetrue if the attribute has been removedvoid removeAllDefaultLoadThresholds()
hostname (@/).void removeAllLoadThresholds()
boolean isSetLoadThresholds()
true if the loadThresholds attribute is setComplexEntry getSuspendThresholds(java.lang.String hostname, int index)
hostname at index.hostname - the hostnameindex - the indexint getSuspendThresholdsCount(java.lang.String hostname)
hostnamehostname - the hostnamejava.util.Set<java.lang.String> getSuspendThresholdsKeys()
ComplexEntry getDefaultSuspendThresholds(int index)
Get the default value of the attribute suspendThresholds. (@/)
java.lang.IllegalStateException - if the default value is not setint getDefaultSuspendThresholdsCount()
hostname
(@/).java.util.List<java.lang.String> getSuspendThresholdsList(java.lang.String hostname)
hostname.hostname - the hostnamevoid addSuspendThresholds(java.lang.String hostname,
ComplexEntry suspendThreshold)
suspendThreshold attribute to hostname.hostname - the hostnamesuspendThreshold - the suspendThreshold attributevoid addEmptySuspendThresholds(java.lang.String hostname)
suspendThreshold attribute for a hostname
with an empty list.hostname - the hostnamevoid setSuspendThresholds(java.lang.String hostname,
int index,
ComplexEntry suspendThreshold)
suspendThreshold attribute for hostname.hostname - the hostnameindex - index of the suspendThreshold attributesuspendThreshold - the suspendThreshold attributejava.lang.Object removeSuspendThresholdsAt(java.lang.String hostname,
int index)
suspendThreshold attribute for hostname.hostname - the hostnameindex - the index of the suspendThreshold attributenull
if the attribute has not been foundboolean removeSuspendThresholds(java.lang.String hostname,
ComplexEntry suspendThreshold)
suspendThreshold attribute for hostname.hostname - the hostnamesuspendThreshold - the suspendThreshold) attributetrue if the attribute has been removedvoid removeAllSuspendThresholds(java.lang.String hostname)
suspendThreshold attributes for hostname.hostname - the hostnamevoid addDefaultSuspendThresholds(ComplexEntry suspendThreshold)
suspendThreshold attribute to
the default hostname (@/).suspendThreshold - the suspendThreshold attributevoid setDefaultSuspendThresholds(int index,
ComplexEntry suspendThreshold)
suspendThreshold attribute for the default
hostname (@/).index - index of the suspendThreshold attributesuspendThreshold - the suspendThreshold attributejava.lang.Object removeDefaultSuspendThresholdsAt(java.lang.String hostname,
int index)
suspendThreshold attribute for the
default hostname (@/).hostname - the hostnameindex - the index of the suspendThreshold attributenull
if the attribute has not been foundboolean removeDefaultSuspendThresholds(java.lang.String hostname,
ComplexEntry suspendThreshold)
suspendThreshold attribute from the
default hostname (@/).suspendThreshold - the suspendThreshold) attributetrue if the attribute has been removedvoid removeAllDefaultSuspendThresholds()
hostname (@/).void removeAllSuspendThresholds()
boolean isSetSuspendThresholds()
true if the suspendThresholds attribute is setComplexEntry getConsumableConfig(java.lang.String hostname, int index)
hostname at index.hostname - the hostnameindex - the indexint getConsumableConfigCount(java.lang.String hostname)
hostnamehostname - the hostnamejava.util.Set<java.lang.String> getConsumableConfigKeys()
ComplexEntry getDefaultConsumableConfig(int index)
Get the default value of the attribute consumableConfig. (@/)
java.lang.IllegalStateException - if the default value is not setint getDefaultConsumableConfigCount()
hostname
(@/).java.util.List<java.lang.String> getConsumableConfigList(java.lang.String hostname)
hostname.hostname - the hostnamevoid addConsumableConfig(java.lang.String hostname,
ComplexEntry consumable)
consumable attribute to hostname.hostname - the hostnameconsumable - the consumable attributevoid addEmptyConsumableConfig(java.lang.String hostname)
consumable attribute for a hostname
with an empty list.hostname - the hostnamevoid setConsumableConfig(java.lang.String hostname,
int index,
ComplexEntry consumable)
consumable attribute for hostname.hostname - the hostnameindex - index of the consumable attributeconsumable - the consumable attributejava.lang.Object removeConsumableConfigAt(java.lang.String hostname,
int index)
consumable attribute for hostname.hostname - the hostnameindex - the index of the consumable attributenull
if the attribute has not been foundboolean removeConsumableConfig(java.lang.String hostname,
ComplexEntry consumable)
consumable attribute for hostname.hostname - the hostnameconsumable - the consumable) attributetrue if the attribute has been removedvoid removeAllConsumableConfig(java.lang.String hostname)
consumable attributes for hostname.hostname - the hostnamevoid addDefaultConsumableConfig(ComplexEntry consumable)
consumable attribute to
the default hostname (@/).consumable - the consumable attributevoid setDefaultConsumableConfig(int index,
ComplexEntry consumable)
consumable attribute for the default
hostname (@/).index - index of the consumable attributeconsumable - the consumable attributejava.lang.Object removeDefaultConsumableConfigAt(java.lang.String hostname,
int index)
consumable attribute for the
default hostname (@/).hostname - the hostnameindex - the index of the consumable attributenull
if the attribute has not been foundboolean removeDefaultConsumableConfig(java.lang.String hostname,
ComplexEntry consumable)
consumable attribute from the
default hostname (@/).consumable - the consumable) attributetrue if the attribute has been removedvoid removeAllDefaultConsumableConfig()
hostname (@/).void removeAllConsumableConfig()
boolean isSetConsumableConfig()
true if the consumableConfig attribute is setSubordinate getSubordinate(java.lang.String hostname, int index)
hostname at index.hostname - the hostnameindex - the indexint getSubordinateCount(java.lang.String hostname)
hostnamehostname - the hostnamejava.util.Set<java.lang.String> getSubordinateKeys()
Subordinate getDefaultSubordinate(int index)
Get the default value of the attribute subordinate. (@/)
java.lang.IllegalStateException - if the default value is not setint getDefaultSubordinateCount()
hostname
(@/).java.util.List<java.lang.String> getSubordinateList(java.lang.String hostname)
hostname.hostname - the hostnamevoid addSubordinate(java.lang.String hostname,
Subordinate subordinate)
subordinate attribute to hostname.hostname - the hostnamesubordinate - the subordinate attributevoid addEmptySubordinate(java.lang.String hostname)
subordinate attribute for a hostname
with an empty list.hostname - the hostnamevoid setSubordinate(java.lang.String hostname,
int index,
Subordinate subordinate)
subordinate attribute for hostname.hostname - the hostnameindex - index of the subordinate attributesubordinate - the subordinate attributejava.lang.Object removeSubordinateAt(java.lang.String hostname,
int index)
subordinate attribute for hostname.hostname - the hostnameindex - the index of the subordinate attributenull
if the attribute has not been foundboolean removeSubordinate(java.lang.String hostname,
Subordinate subordinate)
subordinate attribute for hostname.hostname - the hostnamesubordinate - the subordinate) attributetrue if the attribute has been removedvoid removeAllSubordinate(java.lang.String hostname)
subordinate attributes for hostname.hostname - the hostnamevoid addDefaultSubordinate(Subordinate subordinate)
subordinate attribute to
the default hostname (@/).subordinate - the subordinate attributevoid setDefaultSubordinate(int index,
Subordinate subordinate)
subordinate attribute for the default
hostname (@/).index - index of the subordinate attributesubordinate - the subordinate attributejava.lang.Object removeDefaultSubordinateAt(java.lang.String hostname,
int index)
subordinate attribute for the
default hostname (@/).hostname - the hostnameindex - the index of the subordinate attributenull
if the attribute has not been foundboolean removeDefaultSubordinate(java.lang.String hostname,
Subordinate subordinate)
subordinate attribute from the
default hostname (@/).subordinate - the subordinate) attributetrue if the attribute has been removedvoid removeAllDefaultSubordinate()
hostname (@/).void removeAllSubordinate()
boolean isSetSubordinate()
true if the subordinate attribute is setint getDefaultQtype()
Get the default value of the attribute qtype.
java.lang.IllegalStateException - if the default value is not setint getQtype(java.lang.String hostname)
Get the qtype attribute for hostname.
hostname - the hostnamehostname or the
default value of qtypejava.util.Set<java.lang.String> getQtypeKeys()
hostnames which have the attribute qtype set.hostnamesint getQtypeCount()
boolean isSetQtype(java.lang.String hostname)
hostname is sethostname - the hostnametrue if the qtype attribute is setvoid putQtype(java.lang.String hostname,
int qType)
Put the attribute qtype for hostname.
hostname - the hostnameqType - the qTypevoid setDefaultQtype(int qType)
qType attribute for the default
hostname (@/).qType - the qType attributejava.lang.Integer removeQtype(java.lang.String hostname)
remove the attribute qtype for hostname.
hostname - The hostnamehostname or null
if the attribute was not defined for hostname.void removeAllQtype()
Remove the attribute qtype for all hostnames.
boolean isSetQtype()
true if the qtype attribute is setvoid setTag(int aTag)
aTag - the new value for the tag attributeint getTag()
boolean isSetTag()
true if the tag attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.