| com.tc.net.protocol.tcm.TCMessage
All known Subclasses: com.tc.net.protocol.tcm.TCMessageImpl,
TCMessage | public interface TCMessage extends EventContext(Code) | | Base interface for application level messages sent through the TC messaging stack
|
dehydrate | public void dehydrate()(Code) | | |
getLocalSessionID | public SessionID getLocalSessionID()(Code) | | The local session id is the session on the local side of the message bus. E.g., if this is a client, then it's the
client session id; likewise, if this is a server, then its the server session id.
|
getTotalLength | public int getTotalLength()(Code) | | |
|
|