|
BEA Systems, Inc. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.connecterra.ale.reader.ChannelManager.State
public static final class ChannelManager.State
The manager implements a state machine which has these states.
Field Summary | |
---|---|
static ChannelManager.State |
ACTIVATING
The manager is in the process of activating the channels and initializing the proxy. |
static ChannelManager.State |
ACTIVE
Communications with the device are online, that is, the channels are active and proxy initialization has completed. |
static ChannelManager.State |
DEACTIVATING
The manager is shutting down communications. |
static ChannelManager.State |
INACTIVE
Communications with the device are offline. |
static ChannelManager.State |
OFFLINE
The manager enters this state after a failure. |
static ChannelManager.State |
TERMINATED
The manager enters this state when the system is being shut down. |
Method Summary | |
---|---|
static ChannelManager.State |
valueOf(String name)
|
static ChannelManager.State[] |
values()
|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final ChannelManager.State INACTIVE
public static final ChannelManager.State ACTIVATING
public static final ChannelManager.State ACTIVE
public static final ChannelManager.State DEACTIVATING
ChannelManager.reactivateChannels()
process.
public static final ChannelManager.State OFFLINE
public static final ChannelManager.State TERMINATED
Method Detail |
---|
public static final ChannelManager.State[] values()
public static ChannelManager.State valueOf(String name)
|
Documentation is available at ${DOCSWEBROOT} Copyright 2007 BEA Systems Inc. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |