public class LRMIMethodMonitoringDetailsImpl extends Object implements SmartExternalizable, LRMIMethodMonitoringDetails
LRMIServiceClientMonitoringDetailsImpl, 
Serialized Form| Constructor and Description | 
|---|
| LRMIMethodMonitoringDetailsImpl() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | addTrackingDetails(long thisInvocationGeneratedTraffic,
                  long thisInvocationReceivedTraffic) | 
| void | addTrackingDetails(LRMIMethodMonitoringDetails methodTrackingDetails) | 
| long | getGeneratedTraffic()Gets the total network traffic that was sent as a response to this method invocation | 
| long | getInvocationCount()Gets the number of time this method was invoked | 
| long | getReceivedTraffic()Gets the total network traffic that was received for this method invocation | 
| void | readExternal(ObjectInput in) | 
| String | toString() | 
| void | writeExternal(ObjectOutput out) | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitenabledSmartExternalizableWithReferencepublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void addTrackingDetails(long thisInvocationGeneratedTraffic,
                               long thisInvocationReceivedTraffic)
public long getInvocationCount()
LRMIMethodMonitoringDetailsgetInvocationCount in interface LRMIMethodMonitoringDetailspublic long getGeneratedTraffic()
LRMIMethodMonitoringDetailsgetGeneratedTraffic in interface LRMIMethodMonitoringDetailspublic long getReceivedTraffic()
LRMIMethodMonitoringDetailsgetReceivedTraffic in interface LRMIMethodMonitoringDetailspublic void addTrackingDetails(LRMIMethodMonitoringDetails methodTrackingDetails)
Copyright © GigaSpaces.