TIBCO Adapter SDK C++ Reference
|
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. |
MIODescriptorSource(MApp* pMApp, const MString& rsName, const MString& rsSessionName, int iDescriptor, MIOEventType ioEventType) throw(MException);