TIBCO Adapter SDK C++ Reference
MRvSink Members
MRvSink | Legend
Members
Methods
Method Description
downCast Perform safe cast operation. See MComponent::downCast() for a detailed explanation and example.
downCast Perform safe cast operation. See MComponent::downCast() for a detailed explanation and example.
getClassName Return the char* “MRvSink” when called for an instance of this class.
getDescription Return a description of this sink.
getMRvSession Return the TIBCO Rendezvous session associated with this sink.
getSinkName Return the sink name for this sink.
getSubjectName Return the subject name associated with this session.
MRvSink Constructor for creating MRvSink sinks. This constructor creates a sink using the specified name, TIBCO Rendezvous session name, and subject.

When an TIBCO Rendezvous sink is attached to a trace, all trace messages are sent out as TIBCO Rendezvous messages.

setSubjectName Set the subject name for this TIBCO Rendezvous sink.
write Write the message to the sink. When you call write() for an MRvSink, an RvMsg is published.
write Write the message to the sink. When you call write() for an MRvSink, an RvMsg is published. This method allows you to send both the message and the MTree.
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.