|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.iplanet.trustbase.initiator.dsms.MessageData
Convenience class to hold a raw message and the transactionID that was used in the message
Constructor Summary | |
MessageData(byte[] message,
byte[] txID)
Create a MessageData |
Method Summary | |
byte[] |
getMessage()
|
byte[] |
getTxID()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MessageData(byte[] message, byte[] txID)
message
- the raw messagetxID
- the transaction IDMethod Detail |
public byte[] getMessage()
public byte[] getTxID()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |