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

jain.protocol.ip.mgcp.message.parms
Class InfoCode

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

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

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.

See Also:
Serialized Form

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

BEARER_INFORMATION

public static final int BEARER_INFORMATION
Signifies that Bearer Information is requested.

BearerInformation

public static final InfoCode BearerInformation
Encapsulates the Bearer Information constant.

CALL_IDENTIFIER

public static final int CALL_IDENTIFIER
Signifies that CallIdentifier information is requested.

CallIdentifier

public static final InfoCode CallIdentifier
Encapsulates the CallIdentifier constant.

Capabilities

public static final InfoCode Capabilities
Encapsulates the Capabilities constant.

CAPABILITIES

public static final int CAPABILITIES
Signifies that Capabilities information is requested.

CONNECTION_IDENTIFIER

public static final int CONNECTION_IDENTIFIER
Signifies that ConnectionIdentifier information is requested.

CONNECTION_MODE

public static final int CONNECTION_MODE
Signifies that ConnectionMode information is requested.

CONNECTION_PARAMETERS

public static final int CONNECTION_PARAMETERS
Signifies that ConnectionParameters information is requested.

ConnectionIdentifier

public static final InfoCode ConnectionIdentifier
Encapsulates the ConnectionIdentifier constant.

ConnectionMode

public static final InfoCode ConnectionMode
Encapsulates the ConnectionMode constant.

ConnectionParameters

public static final InfoCode ConnectionParameters
Encapsulates the ConnectionParameters constant.

DETECT_EVENTS

public static final int DETECT_EVENTS
Signifies that DetectEvents information is requested.

DetectEvents

public static final InfoCode DetectEvents
Encapsulates the DetectEvents constant.

DIGIT_MAP

public static final int DIGIT_MAP
Signifies that DigitMap information is requested.

DigitMap

public static final InfoCode DigitMap
Encapsulates the DigitMap constant.

EVENT_STATES

public static final int EVENT_STATES
Signifies that EventStates information is requested.

EventStates

public static final InfoCode EventStates
Encapsulates the EventStates constant.

LOCAL_CONNECTION_DESCRIPTOR

public static final int LOCAL_CONNECTION_DESCRIPTOR
Signifies that LocalConnectionDescriptor information is requested.

LOCAL_CONNECTION_OPTIONS

public static final int LOCAL_CONNECTION_OPTIONS
Signifies that LocalConnectionOptions information is requested.

LocalConnectionDescriptor

public static final InfoCode LocalConnectionDescriptor
Encapsulates the LocalConnectionDescriptor constant.

LocalConnectionOptions

public static final InfoCode LocalConnectionOptions
Encapsulates the LocalConnectionOptions constant.

NOTIFIED_ENTITY

public static final int NOTIFIED_ENTITY
Signifies that NotifiedEntity information is requested.

NotifiedEntity

public static final InfoCode NotifiedEntity
Encapsulates the NotifiedEntity constant.

OBSERVED_EVENTS

public static final int OBSERVED_EVENTS
Signifies that ObservedEvents information is requested.

ObservedEvents

public static final InfoCode ObservedEvents
Encapsulates the ObservedEvents constant.

QUARANTINE_HANDLING

public static final int QUARANTINE_HANDLING
Signifies that QuarantineHandling information is requested.

QuarantineHandling

public static final InfoCode QuarantineHandling
Encapsulates the QuarantineHandling constant.

REASON_CODE

public static final int REASON_CODE
Signifies that ReasonCode information is requested.

ReasonCode

public static final InfoCode ReasonCode
Encapsulates the ReasonCode constant.

REMOTE_CONNECTION_DESCRIPTOR

public static final int REMOTE_CONNECTION_DESCRIPTOR
Signifies that RemoteConnectionDescriptor information is requested.

RemoteConnectionDescriptor

public static final InfoCode RemoteConnectionDescriptor
Encapsulates the RemoteConnectionDescriptor constant.

REQUEST_IDENTIFIER

public static final int REQUEST_IDENTIFIER
Signifies that RequestIdentifier information is requested.

REQUESTED_EVENTS

public static final int REQUESTED_EVENTS
Signifies that RequestedEvents information is requested.

RequestedEvents

public static final InfoCode RequestedEvents
Encapsulates the RequestedEvents constant.

RequestIdentifier

public static final InfoCode RequestIdentifier
Encapsulates the RequestIdentifier constant.

RESTART_DELAY

public static final int RESTART_DELAY
Signifies that RestartDelay information is requested.

RESTART_METHOD

public static final int RESTART_METHOD
Signifies that RestartMethod information is requested.

RestartDelay

public static final InfoCode RestartDelay
Encapsulates the RestartDelay constant.

RestartMethod

public static final InfoCode RestartMethod
Encapsulates the RestartMethod constant.

SIGNAL_REQUESTS

public static final int SIGNAL_REQUESTS
Signifies that SignalRequests information is requested.

SignalRequests

public static final InfoCode SignalRequests
Encapsulates the SignalRequests constant.

SPECIFIC_ENDPOINT_ID

public static final int SPECIFIC_ENDPOINT_ID
Signifies that SpecificEndpointID information is requested.

SpecificEndpointID

public static final InfoCode SpecificEndpointID
Encapsulates the SpecificEndpointID constant.
Method Detail

getInfoCode

public int getInfoCode()
Get the integer constant that corresponds to this information code.
Returns:
One of the predefined constants that represent an information code.

toString

public java.lang.String toString()
Returns the one- or two-character code name of the parameter that this information code represents.
Overrides:
toString in class java.lang.Object

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

Copyright © 2000 Sun Microsystems, Inc.