public class MRvDataEvent extends MDataEvent
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
m_listener
Deprecated.
|
protected com.tibco.tibrv.TibrvMsg |
m_originalMsg
Deprecated.
|
m_data, m_marshaller, m_replySender, m_subscriber
Constructor and Description |
---|
MRvDataEvent(java.lang.Object p_rvMsg,
MSubscriberEventSource source)
Deprecated.
|
MRvDataEvent(com.tibco.tibrv.TibrvMsg p_rvMsg,
java.lang.Object p_listener,
MSubscriberEventSource source,
MTree data,
MPublisher replySender,
MGUID guid)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
confirm()
Deprecated.
Confirm that an event has been consumed.
|
protected void |
confirmCm()
Deprecated.
|
java.lang.String |
getDestinationName()
Deprecated.
Returns the destination name for this event.
|
MGUID |
getGUID()
Deprecated.
as of version 5.0
|
com.tibco.tibrv.TibrvMsg |
getOriginalMsg()
Deprecated.
|
java.lang.String |
getSubject()
Deprecated.
as of TIBCO Adapter SDK 5.0.0
|
void |
sendReply(MTree p_tree)
Deprecated.
return true in case of RVTX events
|
getCorrelationId, getData, getJmsCorrelationId, getJmsMessageId, getJmsPriority, getMessageId, getReplyDestinationName, getReplySender, getSender, getSenderCMName, getSequenceNumber
protected com.tibco.tibrv.TibrvMsg m_originalMsg
protected java.lang.Object m_listener
public MRvDataEvent(com.tibco.tibrv.TibrvMsg p_rvMsg, java.lang.Object p_listener, MSubscriberEventSource source, MTree data, MPublisher replySender, MGUID guid)
public MRvDataEvent(java.lang.Object p_rvMsg, MSubscriberEventSource source)
public void confirm() throws MException
MDataEvent
confirm
in class MDataEvent
MException
public java.lang.String getDestinationName() throws MException
MDataEvent
getDestinationName
in class MDataEvent
MException
public java.lang.String getSubject()
getSubject
in class MDataEvent
public MGUID getGUID()
getGUID
in class MDataEvent
public void sendReply(MTree p_tree) throws MException
sendReply
in class MDataEvent
p_tree
- The MTree
to be sent to the publisherMException
public com.tibco.tibrv.TibrvMsg getOriginalMsg()
protected void confirmCm() throws MException
MException