AmiSession()
Constructor
Declaration
AmiSession(ami_TraceCode traceLevel,
AmiProperty amiProperty,
const char * name,
const char * display,
const char * help,
ami_TraceHandler traceHandler,
const void * userData );
Purpose
This constructor creates an instance of AmiSession
. Each instance corresponds to an independent microagent.
Parameters
Parameter |
Description |
|
AMI trace levels for this AMI session. Levels can be:
|
|
Object of AmiProperty Class class. |
|
Internal name of the microagent. |
|
User friendly name for the microagent. This name appears in the TIBCO Hawk Console. |
|
Help text for describing the functions of this microagent. |
|
Error callback function used for this AMI session. |
|
User data for this AMI session. |