|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||
java.lang.Objectjava.lang.Enum<AccSessionState>
com.aol.acc.AccSessionState
public enum AccSessionState
Values for the State property.
| Enum Constant Summary | |
|---|---|
Challenging
|
|
Connecting
Establishing connection |
|
Disconnected
Unintentionally disconnected |
|
Negotiating
|
|
Offline
Offline |
|
Online
Online |
|
Paused
Pause session, e.g. |
|
SecurId
Checking securid |
|
SecurIdNextKey
Checking securid, next key |
|
Shutdown
Normal signoff initiated |
|
Starting
Performing initialization |
|
Transferring
Transferring to BOS ball |
|
UNKNOWNVALUE
|
|
Validating
Checking authorization |
|
| Method Summary | |
|---|---|
boolean |
equals(int i)
|
static AccSessionState |
intToEnum(int value)
|
AccSessionState |
or(AccSessionState val)
|
int |
value()
|
static AccSessionState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AccSessionState[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AccSessionState UNKNOWNVALUE
public static final AccSessionState Offline
public static final AccSessionState Disconnected
public static final AccSessionState Connecting
public static final AccSessionState Challenging
public static final AccSessionState Validating
public static final AccSessionState SecurId
public static final AccSessionState SecurIdNextKey
public static final AccSessionState Transferring
public static final AccSessionState Negotiating
public static final AccSessionState Starting
public static final AccSessionState Online
public static final AccSessionState Shutdown
public static final AccSessionState Paused
| Method Detail |
|---|
public static final AccSessionState[] values()
for(AccSessionState c : AccSessionState.values())
System.out.println(c);
public static AccSessionState valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified namepublic final int value()
value in interface AccEnumpublic final boolean equals(int i)
public final AccSessionState or(AccSessionState val)
public static AccSessionState intToEnum(int value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||