| Constructor and Description |
|---|
POPTracking() |
POPTracking(POPRemoteCaller caller) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
deserialize(POPBuffer buffer)
Deserialize an object from the buffer
|
POPRemoteCaller |
getCaller() |
java.util.List<POPTrackingMethod> |
getCalls() |
boolean |
serialize(POPBuffer buffer)
Serialize an object into the buffer
|
java.lang.String |
toString() |
void |
track(java.lang.String method,
long time,
int inputSize,
int outputSize) |
public POPTracking()
public POPTracking(POPRemoteCaller caller)
public POPRemoteCaller getCaller()
public java.util.List<POPTrackingMethod> getCalls()
public void track(java.lang.String method,
long time,
int inputSize,
int outputSize)
public boolean serialize(POPBuffer buffer)
IPOPBasepublic boolean deserialize(POPBuffer buffer)
IPOPBasedeserialize in interface IPOPBasebuffer - The buffer to deserialize frompublic java.lang.String toString()
toString in class java.lang.Object