com.sun.grid.jgdi.configuration
public interface Project extends GEObject
Warning: The Project class will not be compatible with future Sun™ Grid Engine releases.
Modifier and Type | Method and Description |
---|---|
void |
addAcl(UserSet aacl)
Add a com.sun.grid.jgdi.configuration.UserSet attribute.
|
void |
addXacl(UserSet axacl)
Add a com.sun.grid.jgdi.configuration.UserSet attribute.
|
java.lang.String |
dump() |
UserSet |
getAcl(int index)
Get a com.sun.grid.jgdi.configuration.UserSet attribute at an index.
|
int |
getAclCount()
Get the number of com.sun.grid.jgdi.configuration.UserSet attributes.
|
java.util.List<UserSet> |
getAclList()
Get a unmodifiable list of all com.sun.grid.jgdi.configuration.UserSet attributes.
|
int |
getFshare()
Get the value of the fshare attribute.
|
java.lang.String |
getName()
Get the value of the name attribute.
|
int |
getOticket()
Get the value of the oticket attribute.
|
UserSet |
getXacl(int index)
Get a com.sun.grid.jgdi.configuration.UserSet attribute at an index.
|
int |
getXaclCount()
Get the number of com.sun.grid.jgdi.configuration.UserSet attributes.
|
java.util.List<UserSet> |
getXaclList()
Get a unmodifiable list of all com.sun.grid.jgdi.configuration.UserSet attributes.
|
boolean |
isSetAcl()
Determine if any acl attribute is set
|
boolean |
isSetFshare()
Determine if any fshare attribute is set
|
boolean |
isSetName()
Determine if any name attribute is set
|
boolean |
isSetOticket()
Determine if any oticket attribute is set
|
boolean |
isSetXacl()
Determine if any xacl attribute is set
|
UserSet |
removeAcl(int index)
Remote a com.sun.grid.jgdi.configuration.UserSet attribute at an index.
|
boolean |
removeAcl(UserSet aacl)
Remote a specific com.sun.grid.jgdi.configuration.UserSet attribute.
|
void |
removeAllAcl()
Remove all com.sun.grid.jgdi.configuration.UserSet attributes.
|
void |
removeAllXacl()
Remove all com.sun.grid.jgdi.configuration.UserSet attributes.
|
UserSet |
removeXacl(int index)
Remote a com.sun.grid.jgdi.configuration.UserSet attribute at an index.
|
boolean |
removeXacl(UserSet axacl)
Remote a specific com.sun.grid.jgdi.configuration.UserSet attribute.
|
void |
setAcl(int index,
UserSet aacl)
Set a com.sun.grid.jgdi.configuration.UserSet attribute.
|
void |
setFshare(int aFshare)
Set the fshare attribute.
|
void |
setName(java.lang.String aName)
Set the name attribute.
|
void |
setOticket(int aOticket)
Set the oticket attribute.
|
void |
setXacl(int index,
UserSet axacl)
Set a com.sun.grid.jgdi.configuration.UserSet 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 setOticket(int aOticket)
aOticket
- the new value for the oticket attributeint getOticket()
boolean isSetOticket()
true
if the oticket attribute is setvoid setFshare(int aFshare)
aFshare
- the new value for the fshare attributeint getFshare()
boolean isSetFshare()
true
if the fshare attribute is setjava.util.List<UserSet> getAclList()
int getAclCount()
UserSet getAcl(int index)
index
- the index of the com.sun.grid.jgdi.configuration.UserSet attribute which should be
removedvoid addAcl(UserSet aacl)
aacl
- the new com.sun.grid.jgdi.configuration.UserSet attributevoid setAcl(int index, UserSet aacl)
index
- index of the com.sun.grid.jgdi.configuration.UserSet attributeaacl
- the new com.sun.grid.jgdi.configuration.UserSet attributevoid removeAllAcl()
UserSet removeAcl(int index)
index
- the index of the com.sun.grid.jgdi.configuration.UserSet attribute which should be
removednull
if
no attribute at this index is storedboolean removeAcl(UserSet aacl)
aacl
- the com.sun.grid.jgdi.configuration.UserSet attribute which should be
removedtrue
if the com.sun.grid.jgdi.configuration.UserSet attribute has been removedboolean isSetAcl()
true
if the acl attribute is setjava.util.List<UserSet> getXaclList()
int getXaclCount()
UserSet getXacl(int index)
index
- the index of the com.sun.grid.jgdi.configuration.UserSet attribute which should be
removedvoid addXacl(UserSet axacl)
axacl
- the new com.sun.grid.jgdi.configuration.UserSet attributevoid setXacl(int index, UserSet axacl)
index
- index of the com.sun.grid.jgdi.configuration.UserSet attributeaxacl
- the new com.sun.grid.jgdi.configuration.UserSet attributevoid removeAllXacl()
UserSet removeXacl(int index)
index
- the index of the com.sun.grid.jgdi.configuration.UserSet attribute which should be
removednull
if
no attribute at this index is storedboolean removeXacl(UserSet axacl)
axacl
- the com.sun.grid.jgdi.configuration.UserSet attribute which should be
removedtrue
if the com.sun.grid.jgdi.configuration.UserSet attribute has been removedboolean isSetXacl()
true
if the xacl attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.