AmiMethod::onInvoke()
Method
Declaration
virtual AmiStatus onInvoke(AmiSubscription * context,
AmiParameterListIn * argsIn
AmiParameterListOut * argsOut) = 0;
Purpose
This is a callback method invoked by the C++ API whenever a method invocation message arrives from the monitoring agent.
Remarks
Programmers must implement this method to implement the actions to be performed by the application.
Parameters
Parameter |
Description |
|
AMI context associated with invocation. |
|
Input parameters list from the TIBCO Hawk agent. |
|
Output parameters list |