com.sun.grid.jgdi.configuration
public interface ResourceQuotaRuleFilter extends GEObject
Warning: The ResourceQuotaRuleFilter class will not be compatible with future Sun™ Grid Engine releases.
Modifier and Type | Method and Description |
---|---|
void |
addScope(java.lang.String ascope)
Add a java.lang.String attribute.
|
void |
addXscope(java.lang.String axscope)
Add a java.lang.String attribute.
|
java.lang.String |
dump() |
java.lang.String |
getScope(int index)
Get a java.lang.String attribute at an index.
|
int |
getScopeCount()
Get the number of java.lang.String attributes.
|
java.util.List<java.lang.String> |
getScopeList()
Get a unmodifiable list of all java.lang.String attributes.
|
java.lang.String |
getXscope(int index)
Get a java.lang.String attribute at an index.
|
int |
getXscopeCount()
Get the number of java.lang.String attributes.
|
java.util.List<java.lang.String> |
getXscopeList()
Get a unmodifiable list of all java.lang.String attributes.
|
boolean |
isExpand()
Get the value of the expand attribute.
|
boolean |
isSetExpand()
Determine if any expand attribute is set
|
boolean |
isSetScope()
Determine if any scope attribute is set
|
boolean |
isSetXscope()
Determine if any xscope attribute is set
|
void |
removeAllScope()
Remove all java.lang.String attributes.
|
void |
removeAllXscope()
Remove all java.lang.String attributes.
|
java.lang.String |
removeScope(int index)
Remote a java.lang.String attribute at an index.
|
boolean |
removeScope(java.lang.String ascope)
Remote a specific java.lang.String attribute.
|
java.lang.String |
removeXscope(int index)
Remote a java.lang.String attribute at an index.
|
boolean |
removeXscope(java.lang.String axscope)
Remote a specific java.lang.String attribute.
|
void |
setExpand(boolean aExpand)
Set the expand attribute.
|
void |
setScope(int index,
java.lang.String ascope)
Set a java.lang.String attribute.
|
void |
setXscope(int index,
java.lang.String axscope)
Set a java.lang.String attribute.
|
equalsCompletely, getName, getParent
void setExpand(boolean aExpand)
aExpand
- the new value for the expand attributeboolean isExpand()
boolean isSetExpand()
true
if the expand attribute is setjava.util.List<java.lang.String> getScopeList()
int getScopeCount()
java.lang.String getScope(int index)
index
- the index of the java.lang.String attribute which should be
removedvoid addScope(java.lang.String ascope)
ascope
- the new java.lang.String attributevoid setScope(int index, java.lang.String ascope)
index
- index of the java.lang.String attributeascope
- the new java.lang.String attributevoid removeAllScope()
java.lang.String removeScope(int index)
index
- the index of the java.lang.String attribute which should be
removednull
if
no attribute at this index is storedboolean removeScope(java.lang.String ascope)
ascope
- the java.lang.String attribute which should be
removedtrue
if the java.lang.String attribute has been removedboolean isSetScope()
true
if the scope attribute is setjava.util.List<java.lang.String> getXscopeList()
int getXscopeCount()
java.lang.String getXscope(int index)
index
- the index of the java.lang.String attribute which should be
removedvoid addXscope(java.lang.String axscope)
axscope
- the new java.lang.String attributevoid setXscope(int index, java.lang.String axscope)
index
- index of the java.lang.String attributeaxscope
- the new java.lang.String attributevoid removeAllXscope()
java.lang.String removeXscope(int index)
index
- the index of the java.lang.String attribute which should be
removednull
if
no attribute at this index is storedboolean removeXscope(java.lang.String axscope)
axscope
- the java.lang.String attribute which should be
removedtrue
if the java.lang.String attribute has been removedboolean isSetXscope()
true
if the xscope attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.