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

 

Member

Description

Page

AmiParameter::addChoice()

Sets the value choices for this AmiParameter.

AmiParameter::addChoice()

AmiParameter::addLegal()

Sets the legal choices for AmiParameter.

AmiParameter::addLegal()

AmiParameter::getStatus()

Checks if the parameter object was created correctly.

AmiParameter::getStatus()