|
JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jain.protocol.ip.mgcp.message.Constants
Constants used in package jain.protocol.ip.mgcp.message
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 |
public static final int CMD_AUDIT_CONNECTION
public static final int CMD_AUDIT_ENDPOINT
public static final int CMD_CREATE_CONNECTION
public static final int CMD_DELETE_CONNECTION
public static final int CMD_ENDPOINT_CONFIGURATION
public static final int CMD_MODIFY_CONNECTION
public static final int CMD_NOTIFICATION_REQUEST
public static final int CMD_NOTIFY
public static final int CMD_RESP_UNKNOWN
public static final int CMD_RESTART_IN_PROGRESS
public static final int RESP_AUDIT_CONNECTION
public static final int RESP_AUDIT_ENDPOINT
public static final int RESP_CREATE_CONNECTION
public static final int RESP_DELETE_CONNECTION
public static final int RESP_ENDPOINT_CONFIGURATION
public static final int RESP_MODIFY_CONNECTION
public static final int RESP_NOTIFICATION_REQUEST
public static final int RESP_NOTIFY
public static final int RESP_RESTART_IN_PROGRESS
|
JAINTM MGCP API (DRAFT FOR PUBLIC REVIEW) - Version 0.9 - 16 NOVEMBER 2000 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |