public interface MessageTraceManager
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Discard all messages accumulated since the last call to
clear.
|
void |
enable(boolean flag)
Called with flag=true to enable capture of messages.
|
byte[][] |
getDataReceived()
Return an array of messages (represented as byte[]) for the
message(s) received since the last call to clear().
|
byte[][] |
getDataSent()
Return an array of messages (represented as byte[]) for the
message(s) sent on this thread since the last call to clear().
|
boolean |
isEnabled()
Returns true if messages are to be captured on this thread, otherwise
false.
|
void |
recordDataSent(ByteBuffer message) |
void clear()
boolean isEnabled()
void enable(boolean flag)
byte[][] getDataSent()
byte[][] getDataReceived()
void recordDataSent(ByteBuffer message)
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.