|
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.parms.InfoCode
Defines the information codes that are used to indicate which parameters are to be returned by responses to the audit commands (AuditEndpoint and AuditConnection). The RequestedInfo parameter passed by these commands is a list of these information codes.
Field Summary | |
static int |
BEARER_INFORMATION
Signifies that Bearer Information is requested. |
static InfoCode |
BearerInformation
Encapsulates the Bearer Information constant. |
static int |
CALL_IDENTIFIER
Signifies that CallIdentifier information is requested. |
static InfoCode |
CallIdentifier
Encapsulates the CallIdentifier constant. |
static InfoCode |
Capabilities
Encapsulates the Capabilities constant. |
static int |
CAPABILITIES
Signifies that Capabilities information is requested. |
static int |
CONNECTION_IDENTIFIER
Signifies that ConnectionIdentifier information is requested. |
static int |
CONNECTION_MODE
Signifies that ConnectionMode information is requested. |
static int |
CONNECTION_PARAMETERS
Signifies that ConnectionParameters information is requested. |
static InfoCode |
ConnectionIdentifier
Encapsulates the ConnectionIdentifier constant. |
static InfoCode |
ConnectionMode
Encapsulates the ConnectionMode constant. |
static InfoCode |
ConnectionParameters
Encapsulates the ConnectionParameters constant. |
static int |
DETECT_EVENTS
Signifies that DetectEvents information is requested. |
static InfoCode |
DetectEvents
Encapsulates the DetectEvents constant. |
static int |
DIGIT_MAP
Signifies that DigitMap information is requested. |
static InfoCode |
DigitMap
Encapsulates the DigitMap constant. |
static int |
EVENT_STATES
Signifies that EventStates information is requested. |
static InfoCode |
EventStates
Encapsulates the EventStates constant. |
static int |
LOCAL_CONNECTION_DESCRIPTOR
Signifies that LocalConnectionDescriptor information is requested. |
static int |
LOCAL_CONNECTION_OPTIONS
Signifies that LocalConnectionOptions information is requested. |
static InfoCode |
LocalConnectionDescriptor
Encapsulates the LocalConnectionDescriptor constant. |
static InfoCode |
LocalConnectionOptions
Encapsulates the LocalConnectionOptions constant. |
static int |
NOTIFIED_ENTITY
Signifies that NotifiedEntity information is requested. |
static InfoCode |
NotifiedEntity
Encapsulates the NotifiedEntity constant. |
static int |
OBSERVED_EVENTS
Signifies that ObservedEvents information is requested. |
static InfoCode |
ObservedEvents
Encapsulates the ObservedEvents constant. |
static int |
QUARANTINE_HANDLING
Signifies that QuarantineHandling information is requested. |
static InfoCode |
QuarantineHandling
Encapsulates the QuarantineHandling constant. |
static int |
REASON_CODE
Signifies that ReasonCode information is requested. |
static InfoCode |
ReasonCode
Encapsulates the ReasonCode constant. |
static int |
REMOTE_CONNECTION_DESCRIPTOR
Signifies that RemoteConnectionDescriptor information is requested. |
static InfoCode |
RemoteConnectionDescriptor
Encapsulates the RemoteConnectionDescriptor constant. |
static int |
REQUEST_IDENTIFIER
Signifies that RequestIdentifier information is requested. |
static int |
REQUESTED_EVENTS
Signifies that RequestedEvents information is requested. |
static InfoCode |
RequestedEvents
Encapsulates the RequestedEvents constant. |
static InfoCode |
RequestIdentifier
Encapsulates the RequestIdentifier constant. |
static int |
RESTART_DELAY
Signifies that RestartDelay information is requested. |
static int |
RESTART_METHOD
Signifies that RestartMethod information is requested. |
static InfoCode |
RestartDelay
Encapsulates the RestartDelay constant. |
static InfoCode |
RestartMethod
Encapsulates the RestartMethod constant. |
static int |
SIGNAL_REQUESTS
Signifies that SignalRequests information is requested. |
static InfoCode |
SignalRequests
Encapsulates the SignalRequests constant. |
static int |
SPECIFIC_ENDPOINT_ID
Signifies that SpecificEndpointID information is requested. |
static InfoCode |
SpecificEndpointID
Encapsulates the SpecificEndpointID constant. |
Method Summary | |
int |
getInfoCode()
Get the integer constant that corresponds to this information code. |
java.lang.String |
toString()
Returns the one- or two-character code name of the parameter that this information code represents. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int BEARER_INFORMATION
public static final InfoCode BearerInformation
public static final int CALL_IDENTIFIER
public static final InfoCode CallIdentifier
public static final InfoCode Capabilities
public static final int CAPABILITIES
public static final int CONNECTION_IDENTIFIER
public static final int CONNECTION_MODE
public static final int CONNECTION_PARAMETERS
public static final InfoCode ConnectionIdentifier
public static final InfoCode ConnectionMode
public static final InfoCode ConnectionParameters
public static final int DETECT_EVENTS
public static final InfoCode DetectEvents
public static final int DIGIT_MAP
public static final InfoCode DigitMap
public static final int EVENT_STATES
public static final InfoCode EventStates
public static final int LOCAL_CONNECTION_DESCRIPTOR
public static final int LOCAL_CONNECTION_OPTIONS
public static final InfoCode LocalConnectionDescriptor
public static final InfoCode LocalConnectionOptions
public static final int NOTIFIED_ENTITY
public static final InfoCode NotifiedEntity
public static final int OBSERVED_EVENTS
public static final InfoCode ObservedEvents
public static final int QUARANTINE_HANDLING
public static final InfoCode QuarantineHandling
public static final int REASON_CODE
public static final InfoCode ReasonCode
public static final int REMOTE_CONNECTION_DESCRIPTOR
public static final InfoCode RemoteConnectionDescriptor
public static final int REQUEST_IDENTIFIER
public static final int REQUESTED_EVENTS
public static final InfoCode RequestedEvents
public static final InfoCode RequestIdentifier
public static final int RESTART_DELAY
public static final int RESTART_METHOD
public static final InfoCode RestartDelay
public static final InfoCode RestartMethod
public static final int SIGNAL_REQUESTS
public static final InfoCode SignalRequests
public static final int SPECIFIC_ENDPOINT_ID
public static final InfoCode SpecificEndpointID
Method Detail |
public int getInfoCode()
public java.lang.String toString()
toString
in class java.lang.Object
|
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 |