The AmiParameter class is used to implement the data types to be exchanged between the C++ AMI interface and the TIBCO Hawk agent.
The AmiParameterIn class extends the
AmiParameter class to describe input parameters for the TIBCO Hawk manager’s (agent) invocation.
The AmiParameterOut class extends the
AmiParameter class to describe the result parameters returned from method invocation.
The AmiParameterList class is used to implement the data types to be exchanged between the C++ AMI interface and the TIBCO Hawk agent.
The AmiParameterListIn class lists the complete set of input parameters for an
AMI method.
The AmiParameterListOut class lists the complete set of output parameters for an
AMI method.
Implements the data types to be exchanged between the AMI application and the TIBCO Hawk agent. The parameter can be either
AmiParameterIn for input parameters from the TIBCO Hawk agent or
AmiParameterOut for result parameters from method invocations.