JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000

Package jain.protocol.ip.mgcp.message

This package contains the Event classes needed to represent JAIN MGCP command and response primitives.

See:
          Description

Class Summary
AuditConnection An MGCP AuditConnection command, expressed as an event object, sent by a Call Agent to a Media Gateway to request the Gateway to send parameters of a connection.
AuditConnectionResponse The acknowledgment to an MGCP AuditConnection command.
AuditEndpoint An MGCP AuditEndpoint command, expressed as an event object, sent by a Call Agent to a Media Gateway to request the Gateway to send status information about one or more endpoints.
AuditEndpointResponse The acknowledgment to an MGCP AuditEndpoint command.
Constants Constants used in package jain.protocol.ip.mgcp.message
CreateConnection An MGCP CreateConnection command, expressed as an event object, sent by a Call Agent to a Media Gateway to request the Gateway to create a connection between two endpoints.
CreateConnectionResponse The acknowledgment to an MGCP CreateConnection command.
DeleteConnection An MGCP DeleteConnection command.
DeleteConnectionResponse The acknowledgment to an MGCP DeleteConnection command.
EndpointConfiguration The MGCP EndpointConfiguration command, expressed as an event object, sent by a Call Agent to a Media Gateway to request configuration of an endpoint.
EndpointConfigurationResponse The acknowledgment to an MGCP EndpointConfiguration command, expressed as an event object.
ModifyConnection An MGCP ModifyConnection command, expressed as an event object, sent by a Call Agent to a Media Gateway to request the Gateway to modify a connection between two endpoints.
ModifyConnectionResponse The acknowledgment to an MGCP ModifyConnection command.
NotificationRequest An MGCP NotificationRequest command, expressed as an event object, sent by a Call Agent to a Media Gateway to request the Gateway to notify the Call Agent of specified events, to apply signals to designated endpoints, to handle "quarantined" events in specified ways, to detect events during a "quarantine" period, and to configure designated endpoints.
NotificationRequestResponse The acknowledgment to an MGCP NotificationRequest command.
Notify An MGCP Notify command, expressed as an event object, sent by a Media Gateway to a Call Agent to notify the latter of events that have been detected by the Gateway.
NotifyResponse The acknowledgment to an MGCP Notify command.
RestartInProgress An MGCP RestartInProgress command.
RestartInProgressResponse The acknowledgment to an MGCP RestartInProgress command.
 

Package jain.protocol.ip.mgcp.message Description

This package contains the Event classes needed to represent JAIN MGCP command and response primitives. The Event classes are organized as a hierarchy, with a JainMgcpEvent class as the root base class from which all JAIN MGCP Event classes are derived. From the root base class are derived the JainMgcpCommandEvent and the JainMgcpResponseEvent classes. These serve as base classes for JAIN MGCP Command Events and JAIN MGCP Response Events, respectively. Each JAIN MGCP Command Event, named using the MGCP command nomenclature, has a corresponding JAIN MGCP Response Event. To support asynchronous operation, each Response Event class contains a reference to the Command Event Object (or a clone thereof) that elicited the Response Event. This reference is intended to serve as a means for the handler of the Response Event to associate the Response Event with the Command Event that elicited it.


JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000

Copyright © 2000 Sun Microsystems, Inc.