TIBCO Adapter SDK C++ Reference
MRvSink
Class Hierarchy | C++ Classes and Methods | Members | Methods
An MRvSink allows applications to send on trace messages as TIBCO Rendezvous messages.
Remarks
If you send a trace to an MRvSink, it is sent in aeRvmsg format. If you want to use RvMsg format, you have to create a subclass of MRvSink and overwrite the write() method.
Declaration
class MRvSink : public MSink;
Class Hierarchy
MObject
    MComponent
        MSink
            MRvSink
File
MRvSink.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.