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


Chapter 4 AMI API : AMI C API Session Functions

AMI C API Session Functions
This chapter describes the AMI C API session functions. Each AMI session manifests itself as a microagent in the associated AMI manager. The AMI C API session object (ami_Session) encapsulates an AMI session. The API provides handle-based functions to create, announce, stop, and destroy session objects.
Session Functions Summary
This table summarizes the AMI C API session functions. These functions are described in the following sections.
Creates a new AMI session using transport properties.
Gets the name string of AMI session (microagent).
Get the user-friendly name string of AMI session (microagent).
Gets the descriptive text string of AMI session (microagent).
Returns the user data of the specified AMI session.
Returns data for the specified asynchronous method subscription.
Reports an error condition for the specified asynchronous method subscription.
Calls the ami_OnInvokeCallback function of the specified AMI asynchronous method once for each currently active subscription.
Send an unsolicited message to any interested subscribers.

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