org.globus.wsrf.types.profiling
Class Timestamp

java.lang.Object
  extended byorg.globus.wsrf.types.profiling.Timestamp
All Implemented Interfaces:
java.io.Serializable

public class Timestamp
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  long availableMemory
           
private  long endTime
           
private  java.lang.String messageContextHash
           
private  int messageType
           
private  java.lang.String operation
           
private  int originType
           
private  java.lang.String serviceURL
           
private  long startTime
           
private  java.lang.String threadID
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Constructor Summary
Timestamp()
           
Timestamp(long availableMemory, long endTime, java.lang.String messageContextHash, int messageType, java.lang.String operation, int originType, java.lang.String serviceURL, long startTime, java.lang.String threadID)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 long getAvailableMemory()
          Gets the availableMemory value for this Timestamp.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 long getEndTime()
          Gets the endTime value for this Timestamp.
 java.lang.String getMessageContextHash()
          Gets the messageContextHash value for this Timestamp.
 int getMessageType()
          Gets the messageType value for this Timestamp.
 java.lang.String getOperation()
          Gets the operation value for this Timestamp.
 int getOriginType()
          Gets the originType value for this Timestamp.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 java.lang.String getServiceURL()
          Gets the serviceURL value for this Timestamp.
 long getStartTime()
          Gets the startTime value for this Timestamp.
 java.lang.String getThreadID()
          Gets the threadID value for this Timestamp.
static org.apache.axis.description.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(java.lang.String messageContextHash)
          Sets the messageContextHash value for this Timestamp.
 void setMessageType(int messageType)
          Sets the messageType value for this Timestamp.
 void setOperation(java.lang.String operation)
          Sets the operation value for this Timestamp.
 void setOriginType(int originType)
          Sets the originType value for this Timestamp.
 void setServiceURL(java.lang.String serviceURL)
          Sets the serviceURL value for this Timestamp.
 void setStartTime(long startTime)
          Sets the startTime value for this Timestamp.
 void setThreadID(java.lang.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
 

Field Detail

startTime

private long startTime

availableMemory

private long availableMemory

threadID

private java.lang.String threadID

messageContextHash

private java.lang.String messageContextHash

serviceURL

private java.lang.String serviceURL

operation

private java.lang.String operation

originType

private int originType

messageType

private int messageType

endTime

private long endTime

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

Timestamp

public Timestamp()

Timestamp

public Timestamp(long availableMemory,
                 long endTime,
                 java.lang.String messageContextHash,
                 int messageType,
                 java.lang.String operation,
                 int originType,
                 java.lang.String serviceURL,
                 long startTime,
                 java.lang.String threadID)
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 java.lang.String getThreadID()
Gets the threadID value for this Timestamp.

Returns:
threadID

setThreadID

public void setThreadID(java.lang.String threadID)
Sets the threadID value for this Timestamp.

Parameters:
threadID -

getMessageContextHash

public java.lang.String getMessageContextHash()
Gets the messageContextHash value for this Timestamp.

Returns:
messageContextHash

setMessageContextHash

public void setMessageContextHash(java.lang.String messageContextHash)
Sets the messageContextHash value for this Timestamp.

Parameters:
messageContextHash -

getServiceURL

public java.lang.String getServiceURL()
Gets the serviceURL value for this Timestamp.

Returns:
serviceURL

setServiceURL

public void setServiceURL(java.lang.String serviceURL)
Sets the serviceURL value for this Timestamp.

Parameters:
serviceURL -

getOperation

public java.lang.String getOperation()
Gets the operation value for this Timestamp.

Returns:
operation

setOperation

public void setOperation(java.lang.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(java.lang.Object obj)

hashCode

public int hashCode()

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer