public interface CalendarQueueState extends GEObject
Warning: The CalendarQueueState class will not be compatible with future Sun™ Grid Engine releases.
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
dump() |
int |
getState()
Get the value of the state attribute.
|
int |
getTill()
Get the value of the till attribute.
|
boolean |
isSetState()
Determine if any state attribute is set
|
boolean |
isSetTill()
Determine if any till attribute is set
|
void |
setState(int aState)
Set the state attribute.
|
void |
setTill(int aTill)
Set the till attribute.
|
equalsCompletely, getName, getParentvoid setState(int aState)
aState - the new value for the state attributeint getState()
boolean isSetState()
true if the state attribute is setvoid setTill(int aTill)
aTill - the new value for the till attributeint getTill()
boolean isSetTill()
true if the till attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.