Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved


Chapter 4 AMI API : AMI Parameter Classes

AMI Parameter Classes
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.
AmiParameter Class
Class
Declaration
class AmiParameter;
Purpose
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.
Remarks
The methods use these boolean definitions:
AMI_FALSE = 0
AMI_TRUE = 1
Member Summary
 

Copyright © Cloud Software Group, Inc. All Rights Reserved
Copyright © Cloud Software Group, Inc. All Rights Reserved