|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.glue.StateType
| Field Summary | |
private Object |
__equalsCalc
|
private boolean |
__hashCodeCalc
|
private MessageElement[] |
_any
|
private int |
estimatedResponseTime
|
private int |
freeCPUs
|
private int |
runningJobs
|
private String |
status
|
private int |
totalJobs
|
private static TypeDesc |
typeDesc
|
private int |
waitingJobs
|
private int |
worstResponseTime
|
| Constructor Summary | |
StateType()
|
|
StateType(MessageElement[] _any,
String status,
int totalJobs,
int runningJobs,
int waitingJobs,
int worstResponseTime,
int estimatedResponseTime,
int freeCPUs)
|
|
| Method Summary | |
boolean |
equals(Object obj)
|
MessageElement[] |
get_any()
Gets the _any value for this StateType. |
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
int |
getEstimatedResponseTime()
Gets the estimatedResponseTime value for this StateType. |
int |
getFreeCPUs()
Gets the freeCPUs value for this StateType. |
int |
getRunningJobs()
Gets the runningJobs value for this StateType. |
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
String |
getStatus()
Gets the status value for this StateType. |
int |
getTotalJobs()
Gets the totalJobs value for this StateType. |
static TypeDesc |
getTypeDesc()
Return type metadata object |
int |
getWaitingJobs()
Gets the waitingJobs value for this StateType. |
int |
getWorstResponseTime()
Gets the worstResponseTime value for this StateType. |
int |
hashCode()
|
void |
set_any(MessageElement[] _any)
Sets the _any value for this StateType. |
void |
setEstimatedResponseTime(int estimatedResponseTime)
Sets the estimatedResponseTime value for this StateType. |
void |
setFreeCPUs(int freeCPUs)
Sets the freeCPUs value for this StateType. |
void |
setRunningJobs(int runningJobs)
Sets the runningJobs value for this StateType. |
void |
setStatus(String status)
Sets the status value for this StateType. |
void |
setTotalJobs(int totalJobs)
Sets the totalJobs value for this StateType. |
void |
setWaitingJobs(int waitingJobs)
Sets the waitingJobs value for this StateType. |
void |
setWorstResponseTime(int worstResponseTime)
Sets the worstResponseTime value for this StateType. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private MessageElement[] _any
private String status
private int totalJobs
private int runningJobs
private int waitingJobs
private int worstResponseTime
private int estimatedResponseTime
private int freeCPUs
private Object __equalsCalc
private boolean __hashCodeCalc
private static TypeDesc typeDesc
| Constructor Detail |
public StateType()
public StateType(MessageElement[] _any,
String status,
int totalJobs,
int runningJobs,
int waitingJobs,
int worstResponseTime,
int estimatedResponseTime,
int freeCPUs)
| Method Detail |
public MessageElement[] get_any()
get_any in interface AnyContentTypepublic void set_any(MessageElement[] _any)
set_any in interface AnyContentType_any - public String getStatus()
public void setStatus(String status)
status - public int getTotalJobs()
public void setTotalJobs(int totalJobs)
totalJobs - public int getRunningJobs()
public void setRunningJobs(int runningJobs)
runningJobs - public int getWaitingJobs()
public void setWaitingJobs(int waitingJobs)
waitingJobs - public int getWorstResponseTime()
public void setWorstResponseTime(int worstResponseTime)
worstResponseTime - public int getEstimatedResponseTime()
public void setEstimatedResponseTime(int estimatedResponseTime)
estimatedResponseTime - public int getFreeCPUs()
public void setFreeCPUs(int freeCPUs)
freeCPUs - 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 | ||||||||||