TIBCO Adapter SDK C++ Reference
MRvSink::write
MRvSink
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.
Parameters
Parameters Description
const MString& rsMessage Message to send to this rvSink.

const MTree& rmTree MTree to send to this rvSink.
Exceptions
Declaration
virtual void write(const MString& rsMessage, const MTree& rmTree) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.