TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
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
MException
Declaration
virtual
void
write(
const
MString
& rsMessage,
const
MTree
& rmTree)
throw
(
MException
);
Links
MRvSink
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference