Platform SDK Java 8.5 API Reference

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

Packages that use ChannelState
com.genesyslab.platform.clusterprotocol Cluster Protocol Application Block 
com.genesyslab.platform.commons.protocol Contains classes that support the Protocol objects used by applications developed with the Platform SDKs. 
com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime This package is used internally by the protocol. 
 

Uses of ChannelState in com.genesyslab.platform.clusterprotocol
 

Methods in com.genesyslab.platform.clusterprotocol that return ChannelState
 ChannelState ClusterProtocolImpl.getState()
           
 

Methods in com.genesyslab.platform.clusterprotocol with parameters of type ChannelState
protected  void ClusterProtocolImpl.setState(ChannelState newState, java.lang.Throwable cause)
           
 

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

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

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

Methods in com.genesyslab.platform.commons.protocol with parameters of type ChannelState
protected  ChannelClosedEvent DuplexChannel.createChannelClosedEvent(ChannelState prevState, java.lang.Throwable cause)
           
protected  ChannelClosedEvent AbstractChannel.createChannelClosedEvent(ChannelState prevState, java.lang.Throwable cause)
           
protected  void AbstractChannel.fireClosed(java.lang.Throwable reason, ChannelState prevState)
           
protected  void AbstractChannel.setState(ChannelState state)
           
protected  void DuplexChannel.setState(ChannelState state, ConnectionClosedEvent closedEvent)
           
protected  void ClientChannel.setState(ChannelState newState, ConnectionClosedEvent closedEvent)
           
protected  void AbstractChannel.setState(ChannelState newState, ConnectionClosedEvent closedEvent)
           
 

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

Uses of ChannelState in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime
 

Methods in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime with parameters of type ChannelState
protected  void LcaUdpHeartbeatInternalProtocol.setState(ChannelState state, ConnectionClosedEvent closedEvent)
           
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.