TIBCO Adapter SDK C++ Reference
MApp
Class Hierarchy | C++ Classes and Methods | Members | Methods
The purpose of this class is to:

  • Manage start-up configuration and initialization

  • Manage termination

  • Provide logic that binds the application components together
Remarks
MApp is an abstract class; applications create a subclass and instantiate it.

Adapter developers must create a subclass of MApp, define the two required methods onInitialization() and onTermination(), and add or modify other methods as needed.

Every adapter must implement onInitialization() and onTermination(). These methods are protected and should only be callable from the SDK itself.

Applications can run multiple instances of the same adapter. See Multiple Adapter Instances in TIBCO Adapter SDK Programmer's Guide.

MApp can start multiple sessions.

Deprecated Methods
The getHawkMicroAgent() and getHawkMicroAgents() methods are deprecated.
Declaration
class MApp;
Class Hierarchy
MApp
File
MApp.h
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.