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

context

AMI context associated with invocation.

argsIn

Input parameters list from the TIBCO Hawk agent.

argsOut

Output parameters list

See Also

AmiParameterList Class