public interface QueueInstanceMessage extends GEObject
Warning: The QueueInstanceMessage class will not be compatible with future Sun™ Grid Engine releases.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dump() |
java.lang.String |
getMessage()
Get the value of the message attribute.
|
int |
getType()
Get the value of the type attribute.
|
boolean |
isSetMessage()
Determine if any message attribute is set
|
boolean |
isSetType()
Determine if any type attribute is set
|
void |
setMessage(java.lang.String aMessage)
Set the message attribute.
|
void |
setType(int aType)
Set the type attribute.
|
equalsCompletely, getName, getParent
void setType(int aType)
aType
- the new value for the type attributeint getType()
boolean isSetType()
true
if the type 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.