com.sun.grid.jgdi.configuration
public interface JobTask extends GEObject
Warning: The JobTask class will not be compatible with future Sun™ Grid Engine releases.
Modifier and Type | Method and Description |
---|---|
void |
addFinishedTask(FPET afinishedTask)
Add a com.sun.grid.jgdi.configuration.FPET attribute.
|
void |
addGrantedDestinIdentifier(JG agrantedDestinIdentifier)
Add a com.sun.grid.jgdi.configuration.JG attribute.
|
void |
addMessage(QueueInstanceMessage amessage)
Add a com.sun.grid.jgdi.configuration.QueueInstanceMessage attribute.
|
void |
addTask(PETask atask)
Add a com.sun.grid.jgdi.configuration.PETask attribute.
|
java.lang.String |
dump() |
double |
getDefaultPreviousUsage()
Get the default value of the attribute previousUsage.
|
double |
getDefaultReportedUsage()
Get the default value of the attribute reportedUsage.
|
double |
getDefaultScaledUsage()
Get the default value of the attribute scaledUsage.
|
double |
getDefaultUsage()
Get the default value of the attribute usage.
|
int |
getEndTime()
Get the value of the endTime attribute.
|
FPET |
getFinishedTask(int index)
Get a com.sun.grid.jgdi.configuration.FPET attribute at an index.
|
int |
getFinishedTaskCount()
Get the number of com.sun.grid.jgdi.configuration.FPET attributes.
|
java.util.List<FPET> |
getFinishedTaskList()
Get a unmodifiable list of all com.sun.grid.jgdi.configuration.FPET attributes.
|
int |
getFshare()
Get the value of the fshare attribute.
|
double |
getFticket()
Get the value of the fticket attribute.
|
JG |
getGrantedDestinIdentifier(int index)
Get a com.sun.grid.jgdi.configuration.JG attribute at an index.
|
int |
getGrantedDestinIdentifierCount()
Get the number of com.sun.grid.jgdi.configuration.JG attributes.
|
java.util.List<JG> |
getGrantedDestinIdentifierList()
Get a unmodifiable list of all com.sun.grid.jgdi.configuration.JG attributes.
|
java.lang.String |
getGrantedPe()
Get the value of the grantedPe attribute.
|
int |
getHold()
Get the value of the hold attribute.
|
int |
getJobRestarted()
Get the value of the jobRestarted attribute.
|
java.lang.String |
getMasterQueue()
Get the value of the masterQueue attribute.
|
QueueInstanceMessage |
getMessage(int index)
Get a com.sun.grid.jgdi.configuration.QueueInstanceMessage attribute at an index.
|
int |
getMessageCount()
Get the number of com.sun.grid.jgdi.configuration.QueueInstanceMessage attributes.
|
java.util.List<QueueInstanceMessage> |
getMessageList()
Get a unmodifiable list of all com.sun.grid.jgdi.configuration.QueueInstanceMessage attributes.
|
int |
getNextPeTaskId()
Get the value of the nextPeTaskId attribute.
|
double |
getNtix()
Get the value of the ntix attribute.
|
java.lang.String |
getOsjobid()
Get the value of the osjobid attribute.
|
double |
getOticket()
Get the value of the oticket attribute.
|
int |
getPendingSignal()
Get the value of the pendingSignal attribute.
|
int |
getPendingSignalDeliveryTime()
Get the value of the pendingSignalDeliveryTime attribute.
|
ParallelEnvironment |
getPeObject()
Get the value of the peObject attribute.
|
int |
getPid()
Get the value of the pid attribute.
|
double |
getPreviousUsage(java.lang.String key)
Get the previousUsage attribute for
key . |
int |
getPreviousUsageCount()
Get the number of keys which have the attribute previousUsage set.
|
java.util.Set<java.lang.String> |
getPreviousUsageKeys()
Get the set of
key s which have the attribute previousUsage set. |
double |
getPrio()
Get the value of the prio attribute.
|
int |
getPvmCkptPid()
Get the value of the pvmCkptPid attribute.
|
double |
getReportedUsage(java.lang.String key)
Get the reportedUsage attribute for
key . |
int |
getReportedUsageCount()
Get the number of keys which have the attribute reportedUsage set.
|
java.util.Set<java.lang.String> |
getReportedUsageKeys()
Get the set of
key s which have the attribute reportedUsage set. |
double |
getScaledUsage(java.lang.String key)
Get the scaledUsage attribute for
key . |
int |
getScaledUsageCount()
Get the number of keys which have the attribute scaledUsage set.
|
java.util.Set<java.lang.String> |
getScaledUsageKeys()
Get the set of
key s which have the attribute scaledUsage set. |
double |
getShare()
Get the value of the share attribute.
|
int |
getStartTime()
Get the value of the startTime attribute.
|
int |
getState()
Get the value of the state attribute.
|
int |
getStatus()
Get the value of the status attribute.
|
double |
getSticket()
Get the value of the sticket attribute.
|
int |
getStopInitiateTime()
Get the value of the stopInitiateTime attribute.
|
int |
getSuitable()
Get the value of the suitable attribute.
|
PETask |
getTask(int index)
Get a com.sun.grid.jgdi.configuration.PETask attribute at an index.
|
int |
getTaskCount()
Get the number of com.sun.grid.jgdi.configuration.PETask attributes.
|
java.util.List<PETask> |
getTaskList()
Get a unmodifiable list of all com.sun.grid.jgdi.configuration.PETask attributes.
|
int |
getTaskNumber()
Get the value of the taskNumber attribute.
|
double |
getTix()
Get the value of the tix attribute.
|
double |
getUsage(java.lang.String key)
Get the usage attribute for
key . |
int |
getUsageCount()
Get the number of keys which have the attribute usage set.
|
java.util.Set<java.lang.String> |
getUsageKeys()
Get the set of
key s which have the attribute usage set. |
int |
getWallclockLimit()
Get the value of the wallclockLimit attribute.
|
boolean |
isSetEndTime()
Determine if any endTime attribute is set
|
boolean |
isSetFinishedTask()
Determine if any finishedTask attribute is set
|
boolean |
isSetFshare()
Determine if any fshare attribute is set
|
boolean |
isSetFticket()
Determine if any fticket attribute is set
|
boolean |
isSetGrantedDestinIdentifier()
Determine if any grantedDestinIdentifier attribute is set
|
boolean |
isSetGrantedPe()
Determine if any grantedPe attribute is set
|
boolean |
isSetHold()
Determine if any hold attribute is set
|
boolean |
isSetJobRestarted()
Determine if any jobRestarted attribute is set
|
boolean |
isSetMasterQueue()
Determine if any masterQueue attribute is set
|
boolean |
isSetMessage()
Determine if any message attribute is set
|
boolean |
isSetNextPeTaskId()
Determine if any nextPeTaskId attribute is set
|
boolean |
isSetNtix()
Determine if any ntix attribute is set
|
boolean |
isSetOsjobid()
Determine if any osjobid attribute is set
|
boolean |
isSetOticket()
Determine if any oticket attribute is set
|
boolean |
isSetPendingSignal()
Determine if any pendingSignal attribute is set
|
boolean |
isSetPendingSignalDeliveryTime()
Determine if any pendingSignalDeliveryTime attribute is set
|
boolean |
isSetPeObject()
Determine if any peObject attribute is set
|
boolean |
isSetPid()
Determine if any pid attribute is set
|
boolean |
isSetPreviousUsage()
Determine if any previousUsage attribute is set
|
boolean |
isSetPreviousUsage(java.lang.String key)
Determine if any previousUsage attribute is for
key is set |
boolean |
isSetPrio()
Determine if any prio attribute is set
|
boolean |
isSetPvmCkptPid()
Determine if any pvmCkptPid attribute is set
|
boolean |
isSetReportedUsage()
Determine if any reportedUsage attribute is set
|
boolean |
isSetReportedUsage(java.lang.String key)
Determine if any reportedUsage attribute is for
key is set |
boolean |
isSetScaledUsage()
Determine if any scaledUsage attribute is set
|
boolean |
isSetScaledUsage(java.lang.String key)
Determine if any scaledUsage attribute is for
key is set |
boolean |
isSetShare()
Determine if any share attribute is set
|
boolean |
isSetStartTime()
Determine if any startTime attribute is set
|
boolean |
isSetState()
Determine if any state attribute is set
|
boolean |
isSetStatus()
Determine if any status attribute is set
|
boolean |
isSetSticket()
Determine if any sticket attribute is set
|
boolean |
isSetStopInitiateTime()
Determine if any stopInitiateTime attribute is set
|
boolean |
isSetSuitable()
Determine if any suitable attribute is set
|
boolean |
isSetTask()
Determine if any task attribute is set
|
boolean |
isSetTaskNumber()
Determine if any taskNumber attribute is set
|
boolean |
isSetTix()
Determine if any tix attribute is set
|
boolean |
isSetUsage()
Determine if any usage attribute is set
|
boolean |
isSetUsage(java.lang.String key)
Determine if any usage attribute is for
key is set |
boolean |
isSetWallclockLimit()
Determine if any wallclockLimit attribute is set
|
void |
putPreviousUsage(java.lang.String key,
double value)
Put the attribute previousUsage for
key . |
void |
putReportedUsage(java.lang.String key,
double value)
Put the attribute reportedUsage for
key . |
void |
putScaledUsage(java.lang.String key,
double value)
Put the attribute scaledUsage for
key . |
void |
putUsage(java.lang.String key,
double value)
Put the attribute usage for
key . |
void |
removeAllFinishedTask()
Remove all com.sun.grid.jgdi.configuration.FPET attributes.
|
void |
removeAllGrantedDestinIdentifier()
Remove all com.sun.grid.jgdi.configuration.JG attributes.
|
void |
removeAllMessage()
Remove all com.sun.grid.jgdi.configuration.QueueInstanceMessage attributes.
|
void |
removeAllPreviousUsage()
Remove the attribute previousUsage for all keys.
|
void |
removeAllReportedUsage()
Remove the attribute reportedUsage for all keys.
|
void |
removeAllScaledUsage()
Remove the attribute scaledUsage for all keys.
|
void |
removeAllTask()
Remove all com.sun.grid.jgdi.configuration.PETask attributes.
|
void |
removeAllUsage()
Remove the attribute usage for all keys.
|
boolean |
removeFinishedTask(FPET afinishedTask)
Remote a specific com.sun.grid.jgdi.configuration.FPET attribute.
|
FPET |
removeFinishedTask(int index)
Remote a com.sun.grid.jgdi.configuration.FPET attribute at an index.
|
JG |
removeGrantedDestinIdentifier(int index)
Remote a com.sun.grid.jgdi.configuration.JG attribute at an index.
|
boolean |
removeGrantedDestinIdentifier(JG agrantedDestinIdentifier)
Remote a specific com.sun.grid.jgdi.configuration.JG attribute.
|
QueueInstanceMessage |
removeMessage(int index)
Remote a com.sun.grid.jgdi.configuration.QueueInstanceMessage attribute at an index.
|
boolean |
removeMessage(QueueInstanceMessage amessage)
Remote a specific com.sun.grid.jgdi.configuration.QueueInstanceMessage attribute.
|
java.lang.Double |
removePreviousUsage(java.lang.String key)
remove the attribute previousUsage for
key . |
java.lang.Double |
removeReportedUsage(java.lang.String key)
remove the attribute reportedUsage for
key . |
java.lang.Double |
removeScaledUsage(java.lang.String key)
remove the attribute scaledUsage for
key . |
PETask |
removeTask(int index)
Remote a com.sun.grid.jgdi.configuration.PETask attribute at an index.
|
boolean |
removeTask(PETask atask)
Remote a specific com.sun.grid.jgdi.configuration.PETask attribute.
|
java.lang.Double |
removeUsage(java.lang.String key)
remove the attribute usage for
key . |
void |
setEndTime(int aEndTime)
Set the endTime attribute.
|
void |
setFinishedTask(int index,
FPET afinishedTask)
Set a com.sun.grid.jgdi.configuration.FPET attribute.
|
void |
setFshare(int aFshare)
Set the fshare attribute.
|
void |
setFticket(double aFticket)
Set the fticket attribute.
|
void |
setGrantedDestinIdentifier(int index,
JG agrantedDestinIdentifier)
Set a com.sun.grid.jgdi.configuration.JG attribute.
|
void |
setGrantedPe(java.lang.String aGrantedPe)
Set the grantedPe attribute.
|
void |
setHold(int aHold)
Set the hold attribute.
|
void |
setJobRestarted(int aJobRestarted)
Set the jobRestarted attribute.
|
void |
setMasterQueue(java.lang.String aMasterQueue)
Set the masterQueue attribute.
|
void |
setMessage(int index,
QueueInstanceMessage amessage)
Set a com.sun.grid.jgdi.configuration.QueueInstanceMessage attribute.
|
void |
setNextPeTaskId(int aNextPeTaskId)
Set the nextPeTaskId attribute.
|
void |
setNtix(double aNtix)
Set the ntix attribute.
|
void |
setOsjobid(java.lang.String aOsjobid)
Set the osjobid attribute.
|
void |
setOticket(double aOticket)
Set the oticket attribute.
|
void |
setPendingSignal(int aPendingSignal)
Set the pendingSignal attribute.
|
void |
setPendingSignalDeliveryTime(int aPendingSignalDeliveryTime)
Set the pendingSignalDeliveryTime attribute.
|
void |
setPeObject(ParallelEnvironment aPeObject)
Set the peObject attribute.
|
void |
setPid(int aPid)
Set the pid attribute.
|
void |
setPrio(double aPrio)
Set the prio attribute.
|
void |
setPvmCkptPid(int aPvmCkptPid)
Set the pvmCkptPid attribute.
|
void |
setShare(double aShare)
Set the share attribute.
|
void |
setStartTime(int aStartTime)
Set the startTime attribute.
|
void |
setState(int aState)
Set the state attribute.
|
void |
setStatus(int aStatus)
Set the status attribute.
|
void |
setSticket(double aSticket)
Set the sticket attribute.
|
void |
setStopInitiateTime(int aStopInitiateTime)
Set the stopInitiateTime attribute.
|
void |
setSuitable(int aSuitable)
Set the suitable attribute.
|
void |
setTask(int index,
PETask atask)
Set a com.sun.grid.jgdi.configuration.PETask attribute.
|
void |
setTaskNumber(int aTaskNumber)
Set the taskNumber attribute.
|
void |
setTix(double aTix)
Set the tix attribute.
|
void |
setWallclockLimit(int aWallclockLimit)
Set the wallclockLimit attribute.
|
equalsCompletely, getName, getParent
void setTaskNumber(int aTaskNumber)
aTaskNumber
- the new value for the taskNumber attributeint getTaskNumber()
boolean isSetTaskNumber()
true
if the taskNumber attribute is setvoid setStatus(int aStatus)
aStatus
- the new value for the status attributeint getStatus()
boolean isSetStatus()
true
if the status attribute is setvoid setStartTime(int aStartTime)
aStartTime
- the new value for the startTime attributeint getStartTime()
boolean isSetStartTime()
true
if the startTime attribute is setvoid setEndTime(int aEndTime)
aEndTime
- the new value for the endTime attributeint getEndTime()
boolean isSetEndTime()
true
if the endTime attribute is setvoid setHold(int aHold)
aHold
- the new value for the hold attributeint getHold()
boolean isSetHold()
true
if the hold attribute is setvoid setGrantedPe(java.lang.String aGrantedPe)
aGrantedPe
- the new value for the grantedPe attributejava.lang.String getGrantedPe()
boolean isSetGrantedPe()
true
if the grantedPe attribute is setvoid setJobRestarted(int aJobRestarted)
aJobRestarted
- the new value for the jobRestarted attributeint getJobRestarted()
boolean isSetJobRestarted()
true
if the jobRestarted attribute is setjava.util.List<JG> getGrantedDestinIdentifierList()
int getGrantedDestinIdentifierCount()
JG getGrantedDestinIdentifier(int index)
index
- the index of the com.sun.grid.jgdi.configuration.JG attribute which should be
removedvoid addGrantedDestinIdentifier(JG agrantedDestinIdentifier)
agrantedDestinIdentifier
- the new com.sun.grid.jgdi.configuration.JG attributevoid setGrantedDestinIdentifier(int index, JG agrantedDestinIdentifier)
index
- index of the com.sun.grid.jgdi.configuration.JG attributeagrantedDestinIdentifier
- the new com.sun.grid.jgdi.configuration.JG attributevoid removeAllGrantedDestinIdentifier()
JG removeGrantedDestinIdentifier(int index)
index
- the index of the com.sun.grid.jgdi.configuration.JG attribute which should be
removednull
if
no attribute at this index is storedboolean removeGrantedDestinIdentifier(JG agrantedDestinIdentifier)
agrantedDestinIdentifier
- the com.sun.grid.jgdi.configuration.JG attribute which should be
removedtrue
if the com.sun.grid.jgdi.configuration.JG attribute has been removedboolean isSetGrantedDestinIdentifier()
true
if the grantedDestinIdentifier attribute is setvoid setMasterQueue(java.lang.String aMasterQueue)
aMasterQueue
- the new value for the masterQueue attributejava.lang.String getMasterQueue()
boolean isSetMasterQueue()
true
if the masterQueue attribute is setvoid setState(int aState)
aState
- the new value for the state attributeint getState()
boolean isSetState()
true
if the state attribute is setvoid setPvmCkptPid(int aPvmCkptPid)
aPvmCkptPid
- the new value for the pvmCkptPid attributeint getPvmCkptPid()
boolean isSetPvmCkptPid()
true
if the pvmCkptPid attribute is setvoid setPendingSignal(int aPendingSignal)
aPendingSignal
- the new value for the pendingSignal attributeint getPendingSignal()
boolean isSetPendingSignal()
true
if the pendingSignal attribute is setvoid setPendingSignalDeliveryTime(int aPendingSignalDeliveryTime)
aPendingSignalDeliveryTime
- the new value for the pendingSignalDeliveryTime attributeint getPendingSignalDeliveryTime()
boolean isSetPendingSignalDeliveryTime()
true
if the pendingSignalDeliveryTime attribute is setvoid setPid(int aPid)
aPid
- the new value for the pid attributeint getPid()
boolean isSetPid()
true
if the pid attribute is setvoid setOsjobid(java.lang.String aOsjobid)
aOsjobid
- the new value for the osjobid attributejava.lang.String getOsjobid()
boolean isSetOsjobid()
true
if the osjobid attribute is setdouble getDefaultUsage()
Get the default value of the attribute usage.
java.lang.IllegalStateException
- if the default value is not setdouble getUsage(java.lang.String key)
Get the usage attribute for key
.
key
- the keykey
or the
default value of usagejava.util.Set<java.lang.String> getUsageKeys()
key
s which have the attribute usage set.key
sint getUsageCount()
boolean isSetUsage(java.lang.String key)
key
is setkey
- the keytrue
if the usage attribute is setvoid putUsage(java.lang.String key, double value)
Put the attribute usage for key
.
key
- the keyvalue
- the valuejava.lang.Double removeUsage(java.lang.String key)
remove the attribute usage for key
.
key
- The keykey
or null
if the attribute was not defined for key
.void removeAllUsage()
Remove the attribute usage for all keys.
boolean isSetUsage()
true
if the usage attribute is setdouble getDefaultScaledUsage()
Get the default value of the attribute scaledUsage.
java.lang.IllegalStateException
- if the default value is not setdouble getScaledUsage(java.lang.String key)
Get the scaledUsage attribute for key
.
key
- the keykey
or the
default value of scaledUsagejava.util.Set<java.lang.String> getScaledUsageKeys()
key
s which have the attribute scaledUsage set.key
sint getScaledUsageCount()
boolean isSetScaledUsage(java.lang.String key)
key
is setkey
- the keytrue
if the scaledUsage attribute is setvoid putScaledUsage(java.lang.String key, double value)
Put the attribute scaledUsage for key
.
key
- the keyvalue
- the valuejava.lang.Double removeScaledUsage(java.lang.String key)
remove the attribute scaledUsage for key
.
key
- The keykey
or null
if the attribute was not defined for key
.void removeAllScaledUsage()
Remove the attribute scaledUsage for all keys.
boolean isSetScaledUsage()
true
if the scaledUsage attribute is setdouble getDefaultReportedUsage()
Get the default value of the attribute reportedUsage.
java.lang.IllegalStateException
- if the default value is not setdouble getReportedUsage(java.lang.String key)
Get the reportedUsage attribute for key
.
key
- the keykey
or the
default value of reportedUsagejava.util.Set<java.lang.String> getReportedUsageKeys()
key
s which have the attribute reportedUsage set.key
sint getReportedUsageCount()
boolean isSetReportedUsage(java.lang.String key)
key
is setkey
- the keytrue
if the reportedUsage attribute is setvoid putReportedUsage(java.lang.String key, double value)
Put the attribute reportedUsage for key
.
key
- the keyvalue
- the valuejava.lang.Double removeReportedUsage(java.lang.String key)
remove the attribute reportedUsage for key
.
key
- The keykey
or null
if the attribute was not defined for key
.void removeAllReportedUsage()
Remove the attribute reportedUsage for all keys.
boolean isSetReportedUsage()
true
if the reportedUsage attribute is setvoid setFshare(int aFshare)
aFshare
- the new value for the fshare attributeint getFshare()
boolean isSetFshare()
true
if the fshare attribute is setvoid setTix(double aTix)
aTix
- the new value for the tix attributedouble getTix()
boolean isSetTix()
true
if the tix attribute is setvoid setOticket(double aOticket)
aOticket
- the new value for the oticket attributedouble getOticket()
boolean isSetOticket()
true
if the oticket attribute is setvoid setFticket(double aFticket)
aFticket
- the new value for the fticket attributedouble getFticket()
boolean isSetFticket()
true
if the fticket attribute is setvoid setSticket(double aSticket)
aSticket
- the new value for the sticket attributedouble getSticket()
boolean isSetSticket()
true
if the sticket attribute is setvoid setShare(double aShare)
aShare
- the new value for the share attributedouble getShare()
boolean isSetShare()
true
if the share attribute is setvoid setSuitable(int aSuitable)
aSuitable
- the new value for the suitable attributeint getSuitable()
boolean isSetSuitable()
true
if the suitable attribute is setjava.util.List<PETask> getTaskList()
int getTaskCount()
PETask getTask(int index)
index
- the index of the com.sun.grid.jgdi.configuration.PETask attribute which should be
removedvoid addTask(PETask atask)
atask
- the new com.sun.grid.jgdi.configuration.PETask attributevoid setTask(int index, PETask atask)
index
- index of the com.sun.grid.jgdi.configuration.PETask attributeatask
- the new com.sun.grid.jgdi.configuration.PETask attributevoid removeAllTask()
PETask removeTask(int index)
index
- the index of the com.sun.grid.jgdi.configuration.PETask attribute which should be
removednull
if
no attribute at this index is storedboolean removeTask(PETask atask)
atask
- the com.sun.grid.jgdi.configuration.PETask attribute which should be
removedtrue
if the com.sun.grid.jgdi.configuration.PETask attribute has been removedboolean isSetTask()
true
if the task attribute is setjava.util.List<FPET> getFinishedTaskList()
int getFinishedTaskCount()
FPET getFinishedTask(int index)
index
- the index of the com.sun.grid.jgdi.configuration.FPET attribute which should be
removedvoid addFinishedTask(FPET afinishedTask)
afinishedTask
- the new com.sun.grid.jgdi.configuration.FPET attributevoid setFinishedTask(int index, FPET afinishedTask)
index
- index of the com.sun.grid.jgdi.configuration.FPET attributeafinishedTask
- the new com.sun.grid.jgdi.configuration.FPET attributevoid removeAllFinishedTask()
FPET removeFinishedTask(int index)
index
- the index of the com.sun.grid.jgdi.configuration.FPET attribute which should be
removednull
if
no attribute at this index is storedboolean removeFinishedTask(FPET afinishedTask)
afinishedTask
- the com.sun.grid.jgdi.configuration.FPET attribute which should be
removedtrue
if the com.sun.grid.jgdi.configuration.FPET attribute has been removedboolean isSetFinishedTask()
true
if the finishedTask attribute is setdouble getDefaultPreviousUsage()
Get the default value of the attribute previousUsage.
java.lang.IllegalStateException
- if the default value is not setdouble getPreviousUsage(java.lang.String key)
Get the previousUsage attribute for key
.
key
- the keykey
or the
default value of previousUsagejava.util.Set<java.lang.String> getPreviousUsageKeys()
key
s which have the attribute previousUsage set.key
sint getPreviousUsageCount()
boolean isSetPreviousUsage(java.lang.String key)
key
is setkey
- the keytrue
if the previousUsage attribute is setvoid putPreviousUsage(java.lang.String key, double value)
Put the attribute previousUsage for key
.
key
- the keyvalue
- the valuejava.lang.Double removePreviousUsage(java.lang.String key)
remove the attribute previousUsage for key
.
key
- The keykey
or null
if the attribute was not defined for key
.void removeAllPreviousUsage()
Remove the attribute previousUsage for all keys.
boolean isSetPreviousUsage()
true
if the previousUsage attribute is setvoid setPeObject(ParallelEnvironment aPeObject)
aPeObject
- the new value for the peObject attributeParallelEnvironment getPeObject()
boolean isSetPeObject()
true
if the peObject attribute is setvoid setNextPeTaskId(int aNextPeTaskId)
aNextPeTaskId
- the new value for the nextPeTaskId attributeint getNextPeTaskId()
boolean isSetNextPeTaskId()
true
if the nextPeTaskId attribute is setvoid setStopInitiateTime(int aStopInitiateTime)
aStopInitiateTime
- the new value for the stopInitiateTime attributeint getStopInitiateTime()
boolean isSetStopInitiateTime()
true
if the stopInitiateTime attribute is setvoid setPrio(double aPrio)
aPrio
- the new value for the prio attributedouble getPrio()
boolean isSetPrio()
true
if the prio attribute is setvoid setNtix(double aNtix)
aNtix
- the new value for the ntix attributedouble getNtix()
boolean isSetNtix()
true
if the ntix attribute is setvoid setWallclockLimit(int aWallclockLimit)
aWallclockLimit
- the new value for the wallclockLimit attributeint getWallclockLimit()
boolean isSetWallclockLimit()
true
if the wallclockLimit attribute is setjava.util.List<QueueInstanceMessage> getMessageList()
int getMessageCount()
QueueInstanceMessage getMessage(int index)
index
- the index of the com.sun.grid.jgdi.configuration.QueueInstanceMessage attribute which should be
removedvoid addMessage(QueueInstanceMessage amessage)
amessage
- the new com.sun.grid.jgdi.configuration.QueueInstanceMessage attributevoid setMessage(int index, QueueInstanceMessage amessage)
index
- index of the com.sun.grid.jgdi.configuration.QueueInstanceMessage attributeamessage
- the new com.sun.grid.jgdi.configuration.QueueInstanceMessage attributevoid removeAllMessage()
QueueInstanceMessage removeMessage(int index)
index
- the index of the com.sun.grid.jgdi.configuration.QueueInstanceMessage attribute which should be
removednull
if
no attribute at this index is storedboolean removeMessage(QueueInstanceMessage amessage)
amessage
- the com.sun.grid.jgdi.configuration.QueueInstanceMessage attribute which should be
removedtrue
if the com.sun.grid.jgdi.configuration.QueueInstanceMessage attribute has been removedboolean isSetMessage()
true
if the message attribute is setjava.lang.String dump()
Copyright © 2007 Sun Microsystems, Inc. All rights reserved.