public interface Configuration extends GEObject
Warning: The Configuration class will not be compatible with future Sun™ Grid Engine releases.
Modifier and Type | Method and Description |
---|---|
void |
addEntries(ConfigurationElement aentries)
Add a com.sun.grid.jgdi.configuration.ConfigurationElement attribute.
|
java.lang.String |
dump() |
ConfigurationElement |
getEntries(int index)
Get a com.sun.grid.jgdi.configuration.ConfigurationElement attribute at an index.
|
int |
getEntriesCount()
Get the number of com.sun.grid.jgdi.configuration.ConfigurationElement attributes.
|
java.util.List<ConfigurationElement> |
getEntriesList()
Get a unmodifiable list of all com.sun.grid.jgdi.configuration.ConfigurationElement attributes.
|
java.lang.String |
getName()
Get the value of the name attribute.
|
boolean |
isSetEntries()
Determine if any entries attribute is set
|
boolean |
isSetName()
Determine if any name attribute is set
|
void |
removeAllEntries()
Remove all com.sun.grid.jgdi.configuration.ConfigurationElement attributes.
|
boolean |
removeEntries(ConfigurationElement aentries)
Remote a specific com.sun.grid.jgdi.configuration.ConfigurationElement attribute.
|
ConfigurationElement |
removeEntries(int index)
Remote a com.sun.grid.jgdi.configuration.ConfigurationElement attribute at an index.
|
void |
setEntries(int index,
ConfigurationElement aentries)
Set a com.sun.grid.jgdi.configuration.ConfigurationElement attribute.
|
void |
setName(java.lang.String aName)
Set the name 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 setjava.util.List<ConfigurationElement> getEntriesList()
int getEntriesCount()
ConfigurationElement getEntries(int index)
index
- the index of the com.sun.grid.jgdi.configuration.ConfigurationElement attribute which should be
removedvoid addEntries(ConfigurationElement aentries)
aentries
- the new com.sun.grid.jgdi.configuration.ConfigurationElement attributevoid setEntries(int index, ConfigurationElement aentries)
index
- index of the com.sun.grid.jgdi.configuration.ConfigurationElement attributeaentries
- the new com.sun.grid.jgdi.configuration.ConfigurationElement attributevoid removeAllEntries()
ConfigurationElement removeEntries(int index)
index
- the index of the com.sun.grid.jgdi.configuration.ConfigurationElement attribute which should be
removednull
if
no attribute at this index is storedboolean removeEntries(ConfigurationElement aentries)
aentries
- the com.sun.grid.jgdi.configuration.ConfigurationElement attribute which should be
removedtrue
if the com.sun.grid.jgdi.configuration.ConfigurationElement attribute has been removedboolean isSetEntries()
true
if the entries attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.