Cisco Cisco Customer Voice Portal 8.0(1) Developer's Guide

Page of 122
Figure 14: Application Management Static Class Structure
The following list describes the elements in the figure:
AudiumManagementBeanInterface – This is a marker interface for any JMX MBeans to
load at the server startup. All the management beans must implement this interface or its
subinterfaces.
AbstractApplicationCommand – This abstract class encapsulates all the application
commands. The JMX beans that extend this class will have access to all these operations.
AbstractApplicationConfig – This class can be used to set and get application configuration
attributes.
AbstractApplicationData – MBeans that extend this class will have access to application
data and can manipulate this data by adding or removing them. Application data is typically
used to store application-specific information that is available to all calls.
AbstractGlobalCommand – This abstract class encapsulates all the global commands. The
JMX beans that extend this class will have access to all these operations.
Programming Guide for Cisco Unified CVP VXML Server and Cisco Unified Call Studio Release 8.0(1)
100
Chapter 16: Application Management API
Application Management Interfaces