public interface IRecorderPacketReference
IRecorderPacketReference.getRecorderPacket()
is
invoked, and keeps it in memory until IRecorderPacketReference.unload()
is invoked.Modifier and Type | Method and Description |
---|---|
IRecorderPacket |
getRecorderPacket()
Returns the recorder packet, loading it from its persisted state if necessary.
|
IRecorderPacketReferenceSource |
getSource()
Returns the source that issued the reference.
|
void |
unload()
Unloads the recorder packet from memory.
|
void unload()
IRecorderPacket getRecorderPacket()
IRecorderPacketReferenceSource getSource()
© Copyright IBM Corp. 2013. All rights reserved.