|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.globus.mds.glue.LoadType
Represents the unix-style CPU load-average multiplied by 100.
| Constructor Summary | |
LoadType()
|
|
LoadType(MessageElement[] _any,
int last1Min,
int last5Min,
int last15Min)
|
|
| Method Summary | |
boolean |
equals(Object obj)
|
MessageElement[] |
get_any()
Gets the _any value for this LoadType. |
static Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
int |
getLast15Min()
Gets the last15Min value for this LoadType. |
int |
getLast1Min()
Gets the last1Min value for this LoadType. |
int |
getLast5Min()
Gets the last5Min value for this LoadType. |
static Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
set_any(MessageElement[] _any)
Sets the _any value for this LoadType. |
void |
setLast15Min(int last15Min)
Sets the last15Min value for this LoadType. |
void |
setLast1Min(int last1Min)
Sets the last1Min value for this LoadType. |
void |
setLast5Min(int last5Min)
Sets the last5Min value for this LoadType. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public LoadType()
public LoadType(MessageElement[] _any,
int last1Min,
int last5Min,
int last15Min)
| Method Detail |
public MessageElement[] get_any()
get_any in interface AnyContentTypepublic void set_any(MessageElement[] _any)
set_any in interface AnyContentType_any - public int getLast1Min()
public void setLast1Min(int last1Min)
last1Min - public int getLast5Min()
public void setLast5Min(int last5Min)
last5Min - public int getLast15Min()
public void setLast15Min(int last15Min)
last15Min - 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 | ||||||||||