TIBCO Adapter SDK C++ Reference
MSink Methods
MSink | Legend
Methods
Method Description
downCast Performs safe cast operation. See MComponent::downCast() for a detailed explanation and example.
downCast Performs safe cast operation. See MComponent::downCast() for a detailed explanation and example.
getClassName Return the char* “MSink” if called for an instance of MSink.
getSinkName Return the sink name for this sink.
write Write the specified message to this sink. This method writes the specified message.
write Write the specified message to this sink.

The behavior of this method depends on the type of sink: If the method is called in an MRvSink, the tree is published as an RvMsg. For other sinks, the tree is serialized to an MString and printed.

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