TIBCO Adapter SDK C++ Reference
|
Information about the method (including its name) must be available in the adapter instance description object.
It is the application’s responsibility to free the MHawkMethod instance. However, the application must wait until after the TIBCO Hawk session terminates to free the instance.
Parameters | Description |
const MString& sMethodName | Name of the method. |
MHawkMicroAgent& refHawkMicroAgent | The TIBCO Hawk microagent to which this method will belong. The microagent determines, among other things, where the method will appear in the TIBCO Hawk display. The two microagents introduced by the SDK are called COM.TIBCO.ADAPTER and COM.TIBCO.ADAPTER.appname, where appname is the name of the application. For additional microagent names, see the TIBCO Hawk documentation. |
MHawkMethod(const MString& sMethodName, MHawkMicroAgent& refHawkMicroAgent) throw(MException);