|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.glue.batchprovider.QueueType
Contains information about one queue.
| Constructor Summary | |
QueueType()
|
|
QueueType(IntUnlimitedUnknownType totalnodes,
IntUnlimitedUnknownType freenodes,
IntUnlimitedUnknownType totalJobs,
IntUnlimitedUnknownType runningJobs,
IntUnlimitedUnknownType maxtime,
IntUnlimitedUnknownType maxCPUtime,
IntUnlimitedUnknownType maxCount,
IntUnlimitedUnknownType maxReqNodes,
IntUnlimitedUnknownType maxRunningJobs,
IntUnlimitedUnknownType maxJobsInQueue,
IntUnlimitedUnknownType maxTotalMemory,
IntUnlimitedUnknownType maxSingleMemory,
IntUnlimitedUnknownType whenActive,
String status,
String dispatchType,
MessageElement[] _any,
String name)
|
|
| Method Summary | |
boolean |
equals(Object obj)
|
MessageElement[] |
get_any()
Gets the _any value for this QueueType. |
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
String |
getDispatchType()
Gets the dispatchType value for this QueueType. |
IntUnlimitedUnknownType |
getFreenodes()
Gets the freenodes value for this QueueType. |
IntUnlimitedUnknownType |
getMaxCount()
Gets the maxCount value for this QueueType. |
IntUnlimitedUnknownType |
getMaxCPUtime()
Gets the maxCPUtime value for this QueueType. |
IntUnlimitedUnknownType |
getMaxJobsInQueue()
Gets the maxJobsInQueue value for this QueueType. |
IntUnlimitedUnknownType |
getMaxReqNodes()
Gets the maxReqNodes value for this QueueType. |
IntUnlimitedUnknownType |
getMaxRunningJobs()
Gets the maxRunningJobs value for this QueueType. |
IntUnlimitedUnknownType |
getMaxSingleMemory()
Gets the maxSingleMemory value for this QueueType. |
IntUnlimitedUnknownType |
getMaxtime()
Gets the maxtime value for this QueueType. |
IntUnlimitedUnknownType |
getMaxTotalMemory()
Gets the maxTotalMemory value for this QueueType. |
String |
getName()
Gets the name value for this QueueType. |
IntUnlimitedUnknownType |
getRunningJobs()
Gets the runningJobs value for this QueueType. |
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String |
getStatus()
Gets the status value for this QueueType. |
IntUnlimitedUnknownType |
getTotalJobs()
Gets the totalJobs value for this QueueType. |
IntUnlimitedUnknownType |
getTotalnodes()
Gets the totalnodes value for this QueueType. |
static TypeDesc |
getTypeDesc()
Return type metadata object |
IntUnlimitedUnknownType |
getWhenActive()
Gets the whenActive value for this QueueType. |
int |
hashCode()
|
void |
set_any(MessageElement[] _any)
Sets the _any value for this QueueType. |
void |
setDispatchType(String dispatchType)
Sets the dispatchType value for this QueueType. |
void |
setFreenodes(IntUnlimitedUnknownType freenodes)
Sets the freenodes value for this QueueType. |
void |
setMaxCount(IntUnlimitedUnknownType maxCount)
Sets the maxCount value for this QueueType. |
void |
setMaxCPUtime(IntUnlimitedUnknownType maxCPUtime)
Sets the maxCPUtime value for this QueueType. |
void |
setMaxJobsInQueue(IntUnlimitedUnknownType maxJobsInQueue)
Sets the maxJobsInQueue value for this QueueType. |
void |
setMaxReqNodes(IntUnlimitedUnknownType maxReqNodes)
Sets the maxReqNodes value for this QueueType. |
void |
setMaxRunningJobs(IntUnlimitedUnknownType maxRunningJobs)
Sets the maxRunningJobs value for this QueueType. |
void |
setMaxSingleMemory(IntUnlimitedUnknownType maxSingleMemory)
Sets the maxSingleMemory value for this QueueType. |
void |
setMaxtime(IntUnlimitedUnknownType maxtime)
Sets the maxtime value for this QueueType. |
void |
setMaxTotalMemory(IntUnlimitedUnknownType maxTotalMemory)
Sets the maxTotalMemory value for this QueueType. |
void |
setName(String name)
Sets the name value for this QueueType. |
void |
setRunningJobs(IntUnlimitedUnknownType runningJobs)
Sets the runningJobs value for this QueueType. |
void |
setStatus(String status)
Sets the status value for this QueueType. |
void |
setTotalJobs(IntUnlimitedUnknownType totalJobs)
Sets the totalJobs value for this QueueType. |
void |
setTotalnodes(IntUnlimitedUnknownType totalnodes)
Sets the totalnodes value for this QueueType. |
void |
setWhenActive(IntUnlimitedUnknownType whenActive)
Sets the whenActive value for this QueueType. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public QueueType()
public QueueType(IntUnlimitedUnknownType totalnodes,
IntUnlimitedUnknownType freenodes,
IntUnlimitedUnknownType totalJobs,
IntUnlimitedUnknownType runningJobs,
IntUnlimitedUnknownType maxtime,
IntUnlimitedUnknownType maxCPUtime,
IntUnlimitedUnknownType maxCount,
IntUnlimitedUnknownType maxReqNodes,
IntUnlimitedUnknownType maxRunningJobs,
IntUnlimitedUnknownType maxJobsInQueue,
IntUnlimitedUnknownType maxTotalMemory,
IntUnlimitedUnknownType maxSingleMemory,
IntUnlimitedUnknownType whenActive,
String status,
String dispatchType,
MessageElement[] _any,
String name)
| Method Detail |
public IntUnlimitedUnknownType getTotalnodes()
public void setTotalnodes(IntUnlimitedUnknownType totalnodes)
totalnodes - public IntUnlimitedUnknownType getFreenodes()
public void setFreenodes(IntUnlimitedUnknownType freenodes)
freenodes - public IntUnlimitedUnknownType getTotalJobs()
public void setTotalJobs(IntUnlimitedUnknownType totalJobs)
totalJobs - * cannot be unlimitedpublic IntUnlimitedUnknownType getRunningJobs()
public void setRunningJobs(IntUnlimitedUnknownType runningJobs)
runningJobs - * cannot be unlimitedpublic IntUnlimitedUnknownType getMaxtime()
public void setMaxtime(IntUnlimitedUnknownType maxtime)
maxtime - * units: minutespublic IntUnlimitedUnknownType getMaxCPUtime()
public void setMaxCPUtime(IntUnlimitedUnknownType maxCPUtime)
maxCPUtime - * units: minutespublic IntUnlimitedUnknownType getMaxCount()
public void setMaxCount(IntUnlimitedUnknownType maxCount)
maxCount - * units: processespublic IntUnlimitedUnknownType getMaxReqNodes()
public void setMaxReqNodes(IntUnlimitedUnknownType maxReqNodes)
maxReqNodes - * units: hosts/nodes (could be multi-processor nodes)public IntUnlimitedUnknownType getMaxRunningJobs()
public void setMaxRunningJobs(IntUnlimitedUnknownType maxRunningJobs)
maxRunningJobs - * units: number of jobspublic IntUnlimitedUnknownType getMaxJobsInQueue()
public void setMaxJobsInQueue(IntUnlimitedUnknownType maxJobsInQueue)
maxJobsInQueue - * units: number of jobspublic IntUnlimitedUnknownType getMaxTotalMemory()
public void setMaxTotalMemory(IntUnlimitedUnknownType maxTotalMemory)
maxTotalMemory - * units: megabytespublic IntUnlimitedUnknownType getMaxSingleMemory()
public void setMaxSingleMemory(IntUnlimitedUnknownType maxSingleMemory)
maxSingleMemory - * units: megabytespublic IntUnlimitedUnknownType getWhenActive()
public void setWhenActive(IntUnlimitedUnknownType whenActive)
whenActive - public String getStatus()
public void setStatus(String status)
status - * Possible values are 'enabled' or 'disabled'public String getDispatchType()
public void setDispatchType(String dispatchType)
dispatchType - * stu says: I am not even sure what
dispatch type is for. All the scripts
have a hard coded "batch". maybe
this
should be removed.public MessageElement[] get_any()
get_any in interface AnyContentTypepublic void set_any(MessageElement[] _any)
set_any in interface AnyContentType_any - public String getName()
public void setName(String name)
name - public boolean equals(Object obj)
public int hashCode()
public static TypeDesc getTypeDesc()
public static Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||