com.sun.grid.jgdi.configuration
public interface Subordinate extends GEObject
Warning: The Subordinate class will not be compatible with future Sun™ Grid Engine releases.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dump() |
int |
getAction()
Get the value of the action attribute.
|
java.lang.String |
getName()
Get the value of the name attribute.
|
int |
getSeqNo()
Get the value of the seqNo attribute.
|
int |
getSlotsSum()
Get the value of the slotsSum attribute.
|
int |
getThreshold()
Get the value of the threshold attribute.
|
boolean |
isSetAction()
Determine if any action attribute is set
|
boolean |
isSetName()
Determine if any name attribute is set
|
boolean |
isSetSeqNo()
Determine if any seqNo attribute is set
|
boolean |
isSetSlotsSum()
Determine if any slotsSum attribute is set
|
boolean |
isSetThreshold()
Determine if any threshold attribute is set
|
void |
setAction(int aAction)
Set the action attribute.
|
void |
setName(java.lang.String aName)
Set the name attribute.
|
void |
setSeqNo(int aSeqNo)
Set the seqNo attribute.
|
void |
setSlotsSum(int aSlotsSum)
Set the slotsSum attribute.
|
void |
setThreshold(int aThreshold)
Set the threshold attribute.
|
equalsCompletely, getParent
void setName(java.lang.String aName)
aName
- the new value for the name attributejava.lang.String getName()
boolean isSetName()
true
if the name attribute is setvoid setThreshold(int aThreshold)
aThreshold
- the new value for the threshold attributeint getThreshold()
boolean isSetThreshold()
true
if the threshold attribute is setvoid setSlotsSum(int aSlotsSum)
aSlotsSum
- the new value for the slotsSum attributeint getSlotsSum()
boolean isSetSlotsSum()
true
if the slotsSum attribute is setvoid setSeqNo(int aSeqNo)
aSeqNo
- the new value for the seqNo attributeint getSeqNo()
boolean isSetSeqNo()
true
if the seqNo attribute is setvoid setAction(int aAction)
aAction
- the new value for the action attributeint getAction()
boolean isSetAction()
true
if the action attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.