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

jain.protocol.ip.mgcp.message
Class Constants

java.lang.Object
  |
  +--jain.protocol.ip.mgcp.message.Constants
All Implemented Interfaces:
java.io.Serializable

public final class Constants
extends java.lang.Object
implements java.io.Serializable

Constants used in package jain.protocol.ip.mgcp.message

See Also:
Serialized Form

Field Summary
static int CMD_AUDIT_CONNECTION
          Identifies an AuditConnection command.
static int CMD_AUDIT_ENDPOINT
          Identifies an AuditEndpoint command.
static int CMD_CREATE_CONNECTION
          Identifies a CreateConnection command.
static int CMD_DELETE_CONNECTION
          Identifies a DeleteConnection command.
static int CMD_ENDPOINT_CONFIGURATION
          Identifies an EndpointConfiguration command.
static int CMD_MODIFY_CONNECTION
          Identifies a ModifyConnection command.
static int CMD_NOTIFICATION_REQUEST
          Identifies a NotificationRequest command.
static int CMD_NOTIFY
          Identifies a Notify command.
static int CMD_RESP_UNKNOWN
          Identifies an unknown command or response.
static int CMD_RESTART_IN_PROGRESS
          Identifies a RestartInProgress command.
static int RESP_AUDIT_CONNECTION
          Identifies a response to an AuditConnection command.
static int RESP_AUDIT_ENDPOINT
          Identifies a response to an AuditEndpoint command.
static int RESP_CREATE_CONNECTION
          Identifies a response to a CreateConnection command.
static int RESP_DELETE_CONNECTION
          Identifies a response to a DeleteConnection command.
static int RESP_ENDPOINT_CONFIGURATION
          Identifies a response to an EndpointConfiguration command.
static int RESP_MODIFY_CONNECTION
          Identifies a response to a ModifyConnection command.
static int RESP_NOTIFICATION_REQUEST
          Identifies a response to a NotificationRequest command.
static int RESP_NOTIFY
          Identifies a response to a Notify command.
static int RESP_RESTART_IN_PROGRESS
          Identifies a response to a RestartInProgress command.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CMD_AUDIT_CONNECTION

public static final int CMD_AUDIT_CONNECTION
Identifies an AuditConnection command.

CMD_AUDIT_ENDPOINT

public static final int CMD_AUDIT_ENDPOINT
Identifies an AuditEndpoint command.

CMD_CREATE_CONNECTION

public static final int CMD_CREATE_CONNECTION
Identifies a CreateConnection command.

CMD_DELETE_CONNECTION

public static final int CMD_DELETE_CONNECTION
Identifies a DeleteConnection command.

CMD_ENDPOINT_CONFIGURATION

public static final int CMD_ENDPOINT_CONFIGURATION
Identifies an EndpointConfiguration command.

CMD_MODIFY_CONNECTION

public static final int CMD_MODIFY_CONNECTION
Identifies a ModifyConnection command.

CMD_NOTIFICATION_REQUEST

public static final int CMD_NOTIFICATION_REQUEST
Identifies a NotificationRequest command.

CMD_NOTIFY

public static final int CMD_NOTIFY
Identifies a Notify command.

CMD_RESP_UNKNOWN

public static final int CMD_RESP_UNKNOWN
Identifies an unknown command or response. When this value is returned by getObjectID, the implementation should ascertain the class of the object employing methods of class java.lang.Class and take implementation-specific action based on the class of the object. A possible use of JAIN MGCP command or response objects that return this object identifier is in experimental commands and responses.

CMD_RESTART_IN_PROGRESS

public static final int CMD_RESTART_IN_PROGRESS
Identifies a RestartInProgress command.

RESP_AUDIT_CONNECTION

public static final int RESP_AUDIT_CONNECTION
Identifies a response to an AuditConnection command.

RESP_AUDIT_ENDPOINT

public static final int RESP_AUDIT_ENDPOINT
Identifies a response to an AuditEndpoint command.

RESP_CREATE_CONNECTION

public static final int RESP_CREATE_CONNECTION
Identifies a response to a CreateConnection command.

RESP_DELETE_CONNECTION

public static final int RESP_DELETE_CONNECTION
Identifies a response to a DeleteConnection command.

RESP_ENDPOINT_CONFIGURATION

public static final int RESP_ENDPOINT_CONFIGURATION
Identifies a response to an EndpointConfiguration command.

RESP_MODIFY_CONNECTION

public static final int RESP_MODIFY_CONNECTION
Identifies a response to a ModifyConnection command.

RESP_NOTIFICATION_REQUEST

public static final int RESP_NOTIFICATION_REQUEST
Identifies a response to a NotificationRequest command.

RESP_NOTIFY

public static final int RESP_NOTIFY
Identifies a response to a Notify command.

RESP_RESTART_IN_PROGRESS

public static final int RESP_RESTART_IN_PROGRESS
Identifies a response to a RestartInProgress command.

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

Copyright © 2000 Sun Microsystems, Inc.