public class MJmsDataEvent extends MDataEvent
m_data, m_marshaller, m_replySender, m_subscriber
Constructor and Description |
---|
MJmsDataEvent(javax.jms.Message p_jmsMsg,
MSubscriberEventSource p_source,
MTree data,
MPublisher replySender)
Deprecated.
|
MJmsDataEvent(java.lang.Object p_jmsMsg,
MSubscriber p_source)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
confirm()
Deprecated.
Confirm that an event has been consumed.
|
void |
finalize()
Deprecated.
|
java.lang.String |
getDestinationName()
Deprecated.
Returns the destination name for this event.
|
java.lang.String |
getJmsCorrelationId()
Deprecated.
Return the JMS correlation ID .Applicable only to JMS transport.
|
java.lang.String |
getJmsMessageId()
Deprecated.
Return the JMS Message ID .Applicable only to JMS transport.
|
int |
getJmsPriority()
Deprecated.
|
java.lang.String |
getReplyDestinationName()
Deprecated.
Returns the reply senders destination name
|
MPublisher |
getReplySender()
Deprecated.
|
void |
sendReply(MTree p_tree)
Deprecated.
Sends reply back to the publisher
|
getCorrelationId, getData, getGUID, getMessageId, getSender, getSenderCMName, getSequenceNumber, getSubject
public MJmsDataEvent(javax.jms.Message p_jmsMsg, MSubscriberEventSource p_source, MTree data, MPublisher replySender)
public MJmsDataEvent(java.lang.Object p_jmsMsg, MSubscriber p_source)
public void confirm() throws MException
MDataEvent
confirm
in class MDataEvent
MException
public void sendReply(MTree p_tree) throws MException
MDataEvent
sendReply
in class MDataEvent
p_tree
- The MTree
to be sent to the publisherMException
public void finalize() throws java.lang.Throwable
finalize
in class java.lang.Object
java.lang.Throwable
public java.lang.String getDestinationName() throws MException
MDataEvent
getDestinationName
in class MDataEvent
MException
public java.lang.String getReplyDestinationName() throws MException
MDataEvent
getReplyDestinationName
in class MDataEvent
MException
public MPublisher getReplySender()
getReplySender
in class MDataEvent
public java.lang.String getJmsCorrelationId() throws MException
MDataEvent
getJmsCorrelationId
in class MDataEvent
MException
public java.lang.String getJmsMessageId() throws MException
MDataEvent
getJmsMessageId
in class MDataEvent
MException
public int getJmsPriority() throws MException
getJmsPriority
in class MDataEvent
MException