Configuration Platform SDK 7.6 API Reference

Uses of Class
com.genesyslab.platform.commons.protocol.ChannelState

Packages that use ChannelState
com.genesyslab.platform.commons.protocol Contains classes that support the Protocol objects used by applications developed with the Platform SDKs. 
 

Uses of ChannelState in com.genesyslab.platform.commons.protocol
 

Fields in com.genesyslab.platform.commons.protocol declared as ChannelState
static ChannelState ChannelState.Opening
           
static ChannelState ChannelState.Opened
           
static ChannelState ChannelState.Closing
           
static ChannelState ChannelState.Closed
           
 

Methods in com.genesyslab.platform.commons.protocol that return ChannelState
 ChannelState AbstractChannel.getState()
           
 ChannelState AsyncChannel.getState()
          Return channel state.
 ChannelState ChannelClosedEvent.getPreviousChannelState()
          Return channel state before close operation triggered.
 

Constructors in com.genesyslab.platform.commons.protocol with parameters of type ChannelState
ChannelClosedEvent(Channel source, java.lang.Throwable cause, ChannelState prevState)
          Constructs an event about closed channel.
ChannelClosedEvent(Channel source, ConnectionClosedEvent ccEvent, ChannelState prevState)
          Constructs an Event.
 


Configuration Platform SDK 7.6 API Reference

Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunication Laboratories, Inc. All rights reserved.