public interface IRecorderPacket extends Serializable
Modifier and Type | Method and Description |
---|---|
long |
getEndTimestamp()
Returns the time (in the recording framework clock) when the packet information was completely
captured.
|
String |
getPacketType()
Returns the packet type id that this class implements.
|
int |
getPacketVersion()
Returns the packet version.
|
short |
getRecorderId()
Returns the unique (within the session) id of the recorder that issued the packet.
|
long |
getSize()
Returns a size estimate (in bytes) of the piece of information captured by the packet.
|
long |
getStartTimestamp()
Returns the time (in the recording framework clock) when the packet information started being
captured.
|
long getStartTimestamp()
long getEndTimestamp()
long getSize()
String getPacketType()
int getPacketVersion()
short getRecorderId()
© Copyright IBM Corp. 2013. All rights reserved.