com.sun.grid.jgdi.configuration
public interface ShareTree extends GEObject
Warning: The ShareTree class will not be compatible with future Sun™ Grid Engine releases.
Modifier and Type | Method and Description |
---|---|
void |
addChildren(ShareTree achildren)
Add a com.sun.grid.jgdi.configuration.ShareTree attribute.
|
java.lang.String |
dump() |
double |
getActualProportion()
Get the value of the actualProportion attribute.
|
ShareTree |
getChildren(int index)
Get a com.sun.grid.jgdi.configuration.ShareTree attribute at an index.
|
int |
getChildrenCount()
Get the number of com.sun.grid.jgdi.configuration.ShareTree attributes.
|
java.util.List<ShareTree> |
getChildrenList()
Get a unmodifiable list of all com.sun.grid.jgdi.configuration.ShareTree attributes.
|
int |
getId()
Get the value of the id attribute.
|
double |
getMShare()
Get the value of the mShare attribute.
|
java.lang.String |
getName()
Get the value of the name attribute.
|
int |
getShares()
Get the value of the shares attribute.
|
int |
getTemp()
Get the value of the temp attribute.
|
int |
getType()
Get the value of the type attribute.
|
boolean |
isSetActualProportion()
Determine if any actualProportion attribute is set
|
boolean |
isSetChildren()
Determine if any children attribute is set
|
boolean |
isSetId()
Determine if any id attribute is set
|
boolean |
isSetMShare()
Determine if any mShare attribute is set
|
boolean |
isSetName()
Determine if any name attribute is set
|
boolean |
isSetShares()
Determine if any shares attribute is set
|
boolean |
isSetTemp()
Determine if any temp attribute is set
|
boolean |
isSetType()
Determine if any type attribute is set
|
void |
removeAllChildren()
Remove all com.sun.grid.jgdi.configuration.ShareTree attributes.
|
ShareTree |
removeChildren(int index)
Remote a com.sun.grid.jgdi.configuration.ShareTree attribute at an index.
|
boolean |
removeChildren(ShareTree achildren)
Remote a specific com.sun.grid.jgdi.configuration.ShareTree attribute.
|
void |
setChildren(int index,
ShareTree achildren)
Set a com.sun.grid.jgdi.configuration.ShareTree attribute.
|
void |
setId(int aId)
Set the id attribute.
|
void |
setName(java.lang.String aName)
Set the name attribute.
|
void |
setShares(int aShares)
Set the shares attribute.
|
void |
setType(int aType)
Set the type 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 setType(int aType)
aType
- the new value for the type attributeint getType()
boolean isSetType()
true
if the type attribute is setvoid setId(int aId)
aId
- the new value for the id attributeint getId()
boolean isSetId()
true
if the id attribute is setvoid setShares(int aShares)
aShares
- the new value for the shares attributeint getShares()
boolean isSetShares()
true
if the shares attribute is setjava.util.List<ShareTree> getChildrenList()
int getChildrenCount()
ShareTree getChildren(int index)
index
- the index of the com.sun.grid.jgdi.configuration.ShareTree attribute which should be
removedvoid addChildren(ShareTree achildren)
achildren
- the new com.sun.grid.jgdi.configuration.ShareTree attributevoid setChildren(int index, ShareTree achildren)
index
- index of the com.sun.grid.jgdi.configuration.ShareTree attributeachildren
- the new com.sun.grid.jgdi.configuration.ShareTree attributevoid removeAllChildren()
ShareTree removeChildren(int index)
index
- the index of the com.sun.grid.jgdi.configuration.ShareTree attribute which should be
removednull
if
no attribute at this index is storedboolean removeChildren(ShareTree achildren)
achildren
- the com.sun.grid.jgdi.configuration.ShareTree attribute which should be
removedtrue
if the com.sun.grid.jgdi.configuration.ShareTree attribute has been removedboolean isSetChildren()
true
if the children attribute is setdouble getActualProportion()
boolean isSetActualProportion()
true
if the actualProportion attribute is setdouble getMShare()
boolean isSetMShare()
true
if the mShare attribute is setint getTemp()
boolean isSetTemp()
true
if the temp attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.