public class SubjectMessage extends Message
Constructor and Description |
---|
SubjectMessage() |
SubjectMessage(MessageType msgType)
Create message of the given message type.
|
SubjectMessage(MessageType msgType,
OID oid)
Create message of the given message type and subject.
|
Modifier and Type | Method and Description |
---|---|
OID |
getSubject()
Get the message subject.
|
void |
setSubject(OID oid)
Set the message subject OID.
|
java.lang.String |
toString() |
getEnqueueTime, getMsgId, getMsgInstanceOid, getMsgType, getSenderName, isRPC, setEnqueueTime, setEnqueueTime, setMsgInstanceOid, setMsgType, toBytes, ToString
protected OID oid
public SubjectMessage()
public SubjectMessage(MessageType msgType)
public SubjectMessage(MessageType msgType, OID oid)