com.sun.grid.jgdi.configuration
public interface JobSchedulingMessage extends GEObject
Warning: The JobSchedulingMessage class will not be compatible with future Sun™ Grid Engine releases.
Modifier and Type | Method and Description |
---|---|
void |
addJobNumber(ULNG ajobNumber)
Add a com.sun.grid.jgdi.configuration.ULNG attribute.
|
java.lang.String |
dump() |
ULNG |
getJobNumber(int index)
Get a com.sun.grid.jgdi.configuration.ULNG attribute at an index.
|
int |
getJobNumberCount()
Get the number of com.sun.grid.jgdi.configuration.ULNG attributes.
|
java.util.List<ULNG> |
getJobNumberList()
Get a unmodifiable list of all com.sun.grid.jgdi.configuration.ULNG attributes.
|
java.lang.String |
getMessage()
Get the value of the message attribute.
|
int |
getMessageNumber()
Get the value of the messageNumber attribute.
|
boolean |
isSetJobNumber()
Determine if any jobNumber attribute is set
|
boolean |
isSetMessage()
Determine if any message attribute is set
|
boolean |
isSetMessageNumber()
Determine if any messageNumber attribute is set
|
void |
removeAllJobNumber()
Remove all com.sun.grid.jgdi.configuration.ULNG attributes.
|
ULNG |
removeJobNumber(int index)
Remote a com.sun.grid.jgdi.configuration.ULNG attribute at an index.
|
boolean |
removeJobNumber(ULNG ajobNumber)
Remote a specific com.sun.grid.jgdi.configuration.ULNG attribute.
|
void |
setJobNumber(int index,
ULNG ajobNumber)
Set a com.sun.grid.jgdi.configuration.ULNG attribute.
|
void |
setMessage(java.lang.String aMessage)
Set the message attribute.
|
void |
setMessageNumber(int aMessageNumber)
Set the messageNumber attribute.
|
equalsCompletely, getName, getParent
java.util.List<ULNG> getJobNumberList()
int getJobNumberCount()
ULNG getJobNumber(int index)
index
- the index of the com.sun.grid.jgdi.configuration.ULNG attribute which should be
removedvoid addJobNumber(ULNG ajobNumber)
ajobNumber
- the new com.sun.grid.jgdi.configuration.ULNG attributevoid setJobNumber(int index, ULNG ajobNumber)
index
- index of the com.sun.grid.jgdi.configuration.ULNG attributeajobNumber
- the new com.sun.grid.jgdi.configuration.ULNG attributevoid removeAllJobNumber()
ULNG removeJobNumber(int index)
index
- the index of the com.sun.grid.jgdi.configuration.ULNG attribute which should be
removednull
if
no attribute at this index is storedboolean removeJobNumber(ULNG ajobNumber)
ajobNumber
- the com.sun.grid.jgdi.configuration.ULNG attribute which should be
removedtrue
if the com.sun.grid.jgdi.configuration.ULNG attribute has been removedboolean isSetJobNumber()
true
if the jobNumber attribute is setvoid setMessageNumber(int aMessageNumber)
aMessageNumber
- the new value for the messageNumber attributeint getMessageNumber()
boolean isSetMessageNumber()
true
if the messageNumber attribute is setvoid setMessage(java.lang.String aMessage)
aMessage
- the new value for the message attributejava.lang.String getMessage()
boolean isSetMessage()
true
if the message attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.