TIBCO Adapter SDK C++ Reference
MIODescriptorSource::MIODescriptorSource
MIODescriptorSource
Constructor for creating MIODescriptorSource instances. This constructor allows you to explicitly specify a session.
Parameters
Parameters Description
MApp* pMApp Adapter application for which this MIODescriptorSource is being created.
const MString& rsName Name of this MIODescriptorSource.
const MString& rsSessionName Name of the TIBCO Rendezvous session to which this I/O descriptor source will belong.
int iDescriptor Descriptor for this MIODescriptorSource. Typically a file descriptor, socket descriptor, or pipe descriptor.
MIOEventType ioEventType Event type for this MIODescriptorSource; read, write, or exception.
Declaration
MIODescriptorSource(MApp* pMApp, const MString& rsName, const MString& rsSessionName, int iDescriptor, MIOEventType ioEventType) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.