TIBCO Adapter SDK C++ Reference
MDispatcher
Class Hierarchy | C++ Classes and Methods | Members | Methods
This class allows applications to create a platform independent event dispatcher for a specified MApp instance and session.

Programs can dispatch events explicitly by calling nextEvent() for a session or an MApp instance. They can also allow the SDK event handler to dispatch all events. This class allows for a third alternative: applications can create a dispatcher for a specified MApp and MSession and stop the dispatcher as needed. This is particularly useful for multithreading applications.

See "Multithreaded Adapters" in TIBCO Adapter SDK Programmer's Guide.

Declaration
class MDispatcher;
Class Hierarchy
MDispatcher
File
MDispatcher.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.