com.ibm.websphere.fabric.da
Class InvocationSummary
java.lang.Object
com.ibm.websphere.fabric.da.InvocationSummary
- All Implemented Interfaces:
- java.io.Serializable
public abstract class InvocationSummary
- extends java.lang.Object
- implements java.io.Serializable
- Version:
- $Id: $
- Author:
- dranatunga
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InvocationSummary
public InvocationSummary()
getContextId
public abstract java.io.Serializable getContextId()
getErrorMessage
public abstract java.lang.String getErrorMessage()
isInvocationSuccess
public abstract boolean isInvocationSuccess()
getInvocationTime
public abstract Moment getInvocationTime()
getMeasuredTime
public abstract Duration getMeasuredTime()
getRootContextId
public abstract java.io.Serializable getRootContextId()
getAddress
public abstract java.lang.String getAddress()
getEndpointId
public abstract java.lang.String getEndpointId()
getContractualResponseTime
public abstract Duration getContractualResponseTime()
getAdvertisedResponseTime
public abstract Duration getAdvertisedResponseTime()
Copyright © 2002-2009 IBM. All Rights Reserved.