public interface UserSet extends GEObject
Warning: The UserSet class will not be compatible with future Sun™ Grid Engine releases.
Modifier and Type | Method and Description |
---|---|
void |
addEntries(java.lang.String aentries)
Add a java.lang.String attribute.
|
java.lang.String |
dump() |
java.lang.String |
getEntries(int index)
Get a java.lang.String attribute at an index.
|
int |
getEntriesCount()
Get the number of java.lang.String attributes.
|
java.util.List<java.lang.String> |
getEntriesList()
Get a unmodifiable list of all java.lang.String attributes.
|
int |
getFshare()
Get the value of the fshare attribute.
|
int |
getJobCnt()
Get the value of the jobCnt attribute.
|
java.lang.String |
getName()
Get the value of the name attribute.
|
int |
getOticket()
Get the value of the oticket attribute.
|
int |
getType()
Get the value of the type attribute.
|
boolean |
isSetEntries()
Determine if any entries attribute is set
|
boolean |
isSetFshare()
Determine if any fshare attribute is set
|
boolean |
isSetJobCnt()
Determine if any jobCnt attribute is set
|
boolean |
isSetName()
Determine if any name attribute is set
|
boolean |
isSetOticket()
Determine if any oticket attribute is set
|
boolean |
isSetType()
Determine if any type attribute is set
|
void |
removeAllEntries()
Remove all java.lang.String attributes.
|
java.lang.String |
removeEntries(int index)
Remote a java.lang.String attribute at an index.
|
boolean |
removeEntries(java.lang.String aentries)
Remote a specific java.lang.String attribute.
|
void |
setEntries(int index,
java.lang.String aentries)
Set a java.lang.String attribute.
|
void |
setFshare(int aFshare)
Set the fshare attribute.
|
void |
setJobCnt(int aJobCnt)
Set the jobCnt attribute.
|
void |
setName(java.lang.String aName)
Set the name attribute.
|
void |
setOticket(int aOticket)
Set the oticket 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 setFshare(int aFshare)
aFshare
- the new value for the fshare attributeint getFshare()
boolean isSetFshare()
true
if the fshare attribute is setvoid setOticket(int aOticket)
aOticket
- the new value for the oticket attributeint getOticket()
boolean isSetOticket()
true
if the oticket attribute is setvoid setJobCnt(int aJobCnt)
aJobCnt
- the new value for the jobCnt attributeint getJobCnt()
boolean isSetJobCnt()
true
if the jobCnt attribute is setjava.util.List<java.lang.String> getEntriesList()
int getEntriesCount()
java.lang.String getEntries(int index)
index
- the index of the java.lang.String attribute which should be
removedvoid addEntries(java.lang.String aentries)
aentries
- the new java.lang.String attributevoid setEntries(int index, java.lang.String aentries)
index
- index of the java.lang.String attributeaentries
- the new java.lang.String attributevoid removeAllEntries()
java.lang.String removeEntries(int index)
index
- the index of the java.lang.String attribute which should be
removednull
if
no attribute at this index is storedboolean removeEntries(java.lang.String aentries)
aentries
- the java.lang.String attribute which should be
removedtrue
if the java.lang.String attribute has been removedboolean isSetEntries()
true
if the entries attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.