TIBCO Adapter SDK C++ Reference
MDataEvent Members
MDataEvent | Legend
Members
Methods
Method Description
clone Clones this MDataEvent.
confirm Perform explicit confirmation that event is consumed. This is required when MSubscriber::noAutoConfirm() is called for certified listeners.
downCast Safe cast operation for MDataEvent subclasses.
downCast Safe cast operation for MDataEvent subclasses.
getData Return the data for this event in MTree format. Do not change or delete the MTree returned by this method.
getDestinationName Return the destination name for this event.
getGUID Deprecated in TIBCO Adapter SDK 5.0.0.
getJmsCorrelationId  
getJmsMessageId  
getJmsPriority  
getReplyDestinationName Return the reply destination name.
getReplySender Deprecated in TIBCO Adapter SDK 5.0.0

 

Return the MPublisher associated with this data event.

getReplySubject Deprecated in TIBCO Adapter SDK 5.0.0

 

Use MDataEvent::getReplyDestinationName().

getSender Deprecated in TIBCO Adapter SDK 5.0.0

 

Use MDataEvent::sendReply().

getSequenceNumber Return the RVCM sequence number associated with this event. Return 0 if this is not an RVCM message.
getSubject Deprecated in TIBCO Adapter SDK 5.0.0

 

Use MDataEvent::getDestinationName().

getType Return the type of the data encapsulated by this MDataEvent.
sendReply Send message back to the publisher.

Copyright (c) 2010 TIBCO Software Inc. All rights reserved.