org.globus.wsrf.types.profiling
Class Timestamp

java.lang.Object
  |
  +--org.globus.wsrf.types.profiling.Timestamp
All Implemented Interfaces:
Serializable

public class Timestamp
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Timestamp()
           
 
Method Summary
 boolean equals(Object obj)
           
 long getAvailableMemory()
          Gets the availableMemory value for this Timestamp.
static Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
 long getEndTime()
          Gets the endTime value for this Timestamp.
 String getMessageContextHash()
          Gets the messageContextHash value for this Timestamp.
 int getMessageType()
          Gets the messageType value for this Timestamp.
 String getOperation()
          Gets the operation value for this Timestamp.
 int getOriginType()
          Gets the originType value for this Timestamp.
static Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Serializer
 String getServiceURL()
          Gets the serviceURL value for this Timestamp.
 long getStartTime()
          Gets the startTime value for this Timestamp.
 String getThreadID()
          Gets the threadID value for this Timestamp.
static TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAvailableMemory(long availableMemory)
          Sets the availableMemory value for this Timestamp.
 void setEndTime(long endTime)
          Sets the endTime value for this Timestamp.
 void setMessageContextHash(String messageContextHash)
          Sets the messageContextHash value for this Timestamp.
 void setMessageType(int messageType)
          Sets the messageType value for this Timestamp.
 void setOperation(String operation)
          Sets the operation value for this Timestamp.
 void setOriginType(int originType)
          Sets the originType value for this Timestamp.
 void setServiceURL(String serviceURL)
          Sets the serviceURL value for this Timestamp.
 void setStartTime(long startTime)
          Sets the startTime value for this Timestamp.
 void setThreadID(String threadID)
          Sets the threadID value for this Timestamp.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Timestamp

public Timestamp()
Method Detail

getStartTime

public long getStartTime()
Gets the startTime value for this Timestamp.
Returns:
startTime

setStartTime

public void setStartTime(long startTime)
Sets the startTime value for this Timestamp.
Parameters:
startTime -  

getAvailableMemory

public long getAvailableMemory()
Gets the availableMemory value for this Timestamp.
Returns:
availableMemory

setAvailableMemory

public void setAvailableMemory(long availableMemory)
Sets the availableMemory value for this Timestamp.
Parameters:
availableMemory -  

getThreadID

public String getThreadID()
Gets the threadID value for this Timestamp.
Returns:
threadID

setThreadID

public void setThreadID(String threadID)
Sets the threadID value for this Timestamp.
Parameters:
threadID -  

getMessageContextHash

public String getMessageContextHash()
Gets the messageContextHash value for this Timestamp.
Returns:
messageContextHash

setMessageContextHash

public void setMessageContextHash(String messageContextHash)
Sets the messageContextHash value for this Timestamp.
Parameters:
messageContextHash -  

getServiceURL

public String getServiceURL()
Gets the serviceURL value for this Timestamp.
Returns:
serviceURL

setServiceURL

public void setServiceURL(String serviceURL)
Sets the serviceURL value for this Timestamp.
Parameters:
serviceURL -  

getOperation

public String getOperation()
Gets the operation value for this Timestamp.
Returns:
operation

setOperation

public void setOperation(String operation)
Sets the operation value for this Timestamp.
Parameters:
operation -  

getOriginType

public int getOriginType()
Gets the originType value for this Timestamp.
Returns:
originType

setOriginType

public void setOriginType(int originType)
Sets the originType value for this Timestamp.
Parameters:
originType -  

getMessageType

public int getMessageType()
Gets the messageType value for this Timestamp.
Returns:
messageType

setMessageType

public void setMessageType(int messageType)
Sets the messageType value for this Timestamp.
Parameters:
messageType -  

getEndTime

public long getEndTime()
Gets the endTime value for this Timestamp.
Returns:
endTime

setEndTime

public void setEndTime(long endTime)
Sets the endTime value for this Timestamp.
Parameters:
endTime -  

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

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-2003 University of Chicago and The University of Southern California. All rights reserved.