TIBCO Adapter SDK C++ Reference
Up | Next
MHawkMicroAgent::addMethod
MHawkMicroAgent
Add a method, which will be registered with TIBCO Hawk. Return false if a method with the same name has already been registered.

The caller should not delete this method until after all Hawk microagents in which this method has been registered are terminated.

Parameters
Parameters Description
MHawkMethod* pMethod Pointer to the method to add to the MHawkMicroagent.
Declaration
Mboolean addMethod(MHawkMethod* pMethod);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.