TIBCO Adapter SDK C++ Reference
MRvSession
Class Hierarchy | C++ Classes and Methods | Members | Methods
Encapsulate a TIBCO Rendezvous session (transport, queue, or queue group).
Remarks
MRvSession instances are created by the SDK upon start-up according to the configuration information given in the adapter instance description object. Applications can specify multiple sessions, including multiple sessions of any given type.

To access an MRvSession, call MApp::getComponentByName.

All MEventSource instances can be explicitly assigned to an MRvSession if you specify the session name in the constructor.

See TIBCO Adapter SDK Concepts for information on, which session you must create for which type of publisher or, subscriber.

Declaration
class MRvSession : public MSession;
Class Hierarchy
MObject
    MComponent
        MSession
            MRvSession
File
MRvSession.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.