com.sun.grid.jgdi.configuration
public interface JobSchedulingInfo extends GEObject
Warning: The JobSchedulingInfo class will not be compatible with future Sun™ Grid Engine releases.
Modifier and Type | Method and Description |
---|---|
java.lang.String |
dump() |
JobSchedulingMessage |
getGlobalMessage(int index)
Get a com.sun.grid.jgdi.configuration.JobSchedulingMessage attribute at an index.
|
int |
getGlobalMessageCount()
Get the number of com.sun.grid.jgdi.configuration.JobSchedulingMessage attributes.
|
java.util.List<JobSchedulingMessage> |
getGlobalMessageList()
Get a unmodifiable list of all com.sun.grid.jgdi.configuration.JobSchedulingMessage attributes.
|
JobSchedulingMessage |
getMessage(int index)
Get a com.sun.grid.jgdi.configuration.JobSchedulingMessage attribute at an index.
|
int |
getMessageCount()
Get the number of com.sun.grid.jgdi.configuration.JobSchedulingMessage attributes.
|
java.util.List<JobSchedulingMessage> |
getMessageList()
Get a unmodifiable list of all com.sun.grid.jgdi.configuration.JobSchedulingMessage attributes.
|
boolean |
isSetGlobalMessage()
Determine if any globalMessage attribute is set
|
boolean |
isSetMessage()
Determine if any message attribute is set
|
equalsCompletely, getName, getParent
java.util.List<JobSchedulingMessage> getMessageList()
int getMessageCount()
JobSchedulingMessage getMessage(int index)
index
- the index of the com.sun.grid.jgdi.configuration.JobSchedulingMessage attribute which should be
removedboolean isSetMessage()
true
if the message attribute is setjava.util.List<JobSchedulingMessage> getGlobalMessageList()
int getGlobalMessageCount()
JobSchedulingMessage getGlobalMessage(int index)
index
- the index of the com.sun.grid.jgdi.configuration.JobSchedulingMessage attribute which should be
removedboolean isSetGlobalMessage()
true
if the globalMessage attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.