|
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.ConnectionMode
Defines the various connection modes in which an endpoint can operates.
Field Summary | |
static ConnectionMode |
Confrnce
A ConnectionMode object that encapsulates the CONFRNCE constant and the string equivalent, "confrnce." |
static int |
CONFRNCE
Signifies a "confrnce" connection mode. |
static ConnectionMode |
Conttest
A ConnectionMode object that encapsulates the CONTTEST constant and the string equivalent, "conttest." |
static int |
CONTTEST
Signifies a "conttest" connection mode. |
static ConnectionMode |
Data
A ConnectionMode object that encapsulates the DATA constant and the string equivalent, "data." |
static int |
DATA
Signifies a "data" connection mode. |
static ConnectionMode |
Inactive
A ConnectionMode object that encapsulates the INACTIVE constant and the string equivalent, "inactive." |
static int |
INACTIVE
Signifies an "inactive" connection mode. |
static ConnectionMode |
Loopback
A ConnectionMode object that encapsulates the LOOPBACK constant and the string equivalent, "loopback." |
static int |
LOOPBACK
Signifies a "loopback" connection mode. |
static ConnectionMode |
Netwloop
A ConnectionMode object that encapsulates the NETWLOOP constant and the string equivalent, "netwloop." |
static int |
NETWLOOP
Signifies a "netwloop" connection mode. |
static ConnectionMode |
Netwtest
A ConnectionMode object that encapsulates the NETWTEST constant and the string equivalent, "netwtest." |
static int |
NETWTEST
Signifies a "netwtest" connection mode. |
static ConnectionMode |
RecvOnly
A ConnectionMode object that encapsulates the RECVONLY constant and the string equivalent, "recvonly." |
static int |
RECVONLY
Signifies a "recvonly" connection mode. |
static ConnectionMode |
SendOnly
A ConnectionMode object that encapsulates the SENDONLY constant and the string equivalent, "sendonly." |
static int |
SENDONLY
Signifies a "sendonly" connection mode. |
static ConnectionMode |
SendRecv
A ConnectionMode object that encapsulates the SENDRECV constant and the string equivalent, "sendrecv." |
static int |
SENDRECV
Signifies a "sendrecv" connection mode. |
Method Summary | |
int |
getConnectionModeValue()
Gets the integer value associated with this Connection Mode. |
java.lang.String |
toString()
Returns the String representation of this Connection Mode. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final ConnectionMode Confrnce
public static final int CONFRNCE
public static final ConnectionMode Conttest
public static final int CONTTEST
public static final ConnectionMode Data
public static final int DATA
public static final ConnectionMode Inactive
public static final int INACTIVE
public static final ConnectionMode Loopback
public static final int LOOPBACK
public static final ConnectionMode Netwloop
public static final int NETWLOOP
public static final ConnectionMode Netwtest
public static final int NETWTEST
public static final ConnectionMode RecvOnly
public static final int RECVONLY
public static final ConnectionMode SendOnly
public static final int SENDONLY
public static final ConnectionMode SendRecv
public static final int SENDRECV
Method Detail |
public int getConnectionModeValue()
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 |