TIBCO Adapter SDK C++ Reference
MRvSession::MRvSession
MRvSession
Create a TIBCO Rendezvous transport for communication between components, for example, between a publisher and a subscriber.
Remarks
The TIBCO Rendezvous session that is initially created can be upgraded to RVCM, RVCMQ or RVTX session.
Parameters
Parameters Description
MApp* pMApp Pointer to the MApp with which this instance session is associated.
const MString& rsName Name of this session (to be used in the component registry as a unique key).
const MString& rsService Service for this session. The empty string "" indicates the default service.
const MString& rsNetwork Network parameter for this session. The empty string "" indicates the default network.
const MString& rsDaemon The local rvd daemon for this session. The empty string "" indicates the default daemon.
Declaration
MRvSession(MApp* pMApp, const MString& rsName, const MString& rsService, const MString& rsNetwork, const MString& rsDaemon) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.