BEA Systems, Inc.

Uses of Class
com.connecterra.ale.reader.ChannelManager.State

Packages that use ChannelManager.State
com.connecterra.ale.reader   
 

Uses of ChannelManager.State in com.connecterra.ale.reader
 

Fields in com.connecterra.ale.reader declared as ChannelManager.State
static ChannelManager.State ChannelManager.State.ACTIVATING
          The manager is in the process of activating the channels and initializing the proxy.
static ChannelManager.State ChannelManager.State.ACTIVE
          Communications with the device are online, that is, the channels are active and proxy initialization has completed.
static ChannelManager.State ChannelManager.State.DEACTIVATING
          The manager is shutting down communications.
static ChannelManager.State ChannelManager.State.INACTIVE
          Communications with the device are offline.
static ChannelManager.State ChannelManager.State.OFFLINE
          The manager enters this state after a failure.
static ChannelManager.State ChannelManager.State.TERMINATED
          The manager enters this state when the system is being shut down.
 

Methods in com.connecterra.ale.reader that return ChannelManager.State
 ChannelManager.State AbstractPhysicalDevice.getChannelState()
           
 ChannelManager.State ChannelManager.getState()
           
static ChannelManager.State ChannelManager.State.valueOf(String name)
           
static ChannelManager.State[] ChannelManager.State.values()
           
 


Documentation is available at
${DOCSWEBROOT}
Copyright 2007 BEA Systems Inc.