|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ecma.csta.binding.types.LocalConnectionState
public class LocalConnectionState
Indicates the state of a connection. Valid values are: null, initiated, alerting, connected, hold, queued, fail. If you are using the Java API, you can compare a LocalConnectionState state object with static constants (e.g. LocalConnectionState.ALERTING) using the equals() method.
Field Summary | |
---|---|
static LocalConnectionState |
ALERTING
The instance of the alerting type |
static int |
ALERTING_TYPE
The alerting type |
static LocalConnectionState |
CONNECTED
The instance of the connected type |
static int |
CONNECTED_TYPE
The connected type |
static LocalConnectionState |
FAIL
The instance of the fail type |
static int |
FAIL_TYPE
The fail type |
static LocalConnectionState |
HOLD
The instance of the hold type |
static int |
HOLD_TYPE
The hold type |
static LocalConnectionState |
INITIATED
The instance of the initiated type |
static int |
INITIATED_TYPE
The initiated type |
static LocalConnectionState |
NULL
The instance of the null type |
static int |
NULL_TYPE
The null type |
static LocalConnectionState |
QUEUED
The instance of the queued type |
static int |
QUEUED_TYPE
The queued type |
Method Summary | |
---|---|
static java.util.Enumeration |
enumerate()
Method enumerate Returns an enumeration of all possible instances of LocalConnectionState |
int |
getType()
Method getType Returns the type of this LocalConnectionState |
java.lang.String |
toString()
Method toString Returns the String representation of this LocalConnectionState |
static LocalConnectionState |
valueOf(java.lang.String string)
Method valueOf Returns a new LocalConnectionState based on the given String value. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int NULL_TYPE
public static final LocalConnectionState NULL
public static final int INITIATED_TYPE
public static final LocalConnectionState INITIATED
public static final int ALERTING_TYPE
public static final LocalConnectionState ALERTING
public static final int CONNECTED_TYPE
public static final LocalConnectionState CONNECTED
public static final int HOLD_TYPE
public static final LocalConnectionState HOLD
public static final int QUEUED_TYPE
public static final LocalConnectionState QUEUED
public static final int FAIL_TYPE
public static final LocalConnectionState FAIL
Method Detail |
---|
public static java.util.Enumeration enumerate()
public int getType()
public java.lang.String toString()
toString
in class java.lang.Object
public static LocalConnectionState valueOf(java.lang.String string)
string
-
|
4.1.0.610 20071213 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |