public class MAdvisoryEvent extends MRvDataEvent
MAdvisoryEvent
that is handled by the MAdvisoryListener
.Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
m_RoleName |
protected java.lang.String |
m_subject |
m_listener, m_originalMsg
m_data, m_marshaller, m_replySender, m_subscriber
Constructor and Description |
---|
MAdvisoryEvent(com.tibco.tibrv.TibrvMsg p_rvMsg,
MSubscriberEventSource p_source,
java.lang.String p_subject,
MTree data)
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
java.lang.String |
getRoleName()
Parse the advisory subject contained in this event and return only the role name.
|
java.lang.String |
getSubject()
Return the subject name on which data was received
|
confirm, confirmCm, getDestinationName, getGUID, getOriginalMsg, sendReply
getCorrelationId, getData, getJmsCorrelationId, getJmsMessageId, getJmsPriority, getMessageId, getReplyDestinationName, getReplySender, getSender, getSenderCMName, getSequenceNumber
protected java.lang.String m_RoleName
protected java.lang.String m_subject
public MAdvisoryEvent(com.tibco.tibrv.TibrvMsg p_rvMsg, MSubscriberEventSource p_source, java.lang.String p_subject, MTree data)
public java.lang.String getRoleName()
public java.lang.String getSubject()
getSubject
in class MRvDataEvent
public java.lang.String getMessage()