org.globus.mds.glue
Class LoadType

java.lang.Object
  extended byorg.globus.mds.glue.LoadType
All Implemented Interfaces:
AnyContentType, Serializable

public class LoadType
extends Object
implements Serializable, AnyContentType

Represents the unix-style CPU load-average multiplied by 100.

See Also:
Serialized Form

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

LoadType

public LoadType()

LoadType

public LoadType(MessageElement[] _any,
                int last1Min,
                int last5Min,
                int last15Min)
Method Detail

get_any

public MessageElement[] get_any()
Gets the _any value for this LoadType.

Specified by:
get_any in interface AnyContentType
Returns:
_any

set_any

public void set_any(MessageElement[] _any)
Sets the _any value for this LoadType.

Specified by:
set_any in interface AnyContentType
Parameters:
_any -

getLast1Min

public int getLast1Min()
Gets the last1Min value for this LoadType.

Returns:
last1Min

setLast1Min

public void setLast1Min(int last1Min)
Sets the last1Min value for this LoadType.

Parameters:
last1Min -

getLast5Min

public int getLast5Min()
Gets the last5Min value for this LoadType.

Returns:
last5Min

setLast5Min

public void setLast5Min(int last5Min)
Sets the last5Min value for this LoadType.

Parameters:
last5Min -

getLast15Min

public int getLast15Min()
Gets the last15Min value for this LoadType.

Returns:
last15Min

setLast15Min

public void setLast15Min(int last15Min)
Sets the last15Min value for this LoadType.

Parameters:
last15Min -

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

getTypeDesc

public static TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static Serializer getSerializer(String mechType,
                                       Class _javaType,
                                       QName _xmlType)
Get Custom Serializer


getDeserializer

public static Deserializer getDeserializer(String mechType,
                                           Class _javaType,
                                           QName _xmlType)
Get Custom Deserializer



Copyright © 1999-2006 University of Chicago. All rights reserved.