|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConnectionClosedEvent | |
---|---|
com.genesyslab.platform.commons.connection | Provides facilities for communicating with Genesys servers using the ConnectionManager factory class. |
com.genesyslab.platform.commons.protocol | Contains classes that support the Protocol objects
used by applications developed with the Platform SDKs. |
com.genesyslab.platform.configuration.protocol | This package contains the Protocol classes that your applications
can use to set up communication with Configuration Server. |
com.genesyslab.platform.management.protocol | This package contains the Protocol classes that your applications
can use to set up communication with Genesys Solution Control Server, Message
Server and Local Control Agents (LCAs). |
com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime | This package is used internally by the protocol. |
com.genesyslab.platform.openmedia.protocol | This package contains the Protocol classes that your applications
can use to set up communication with Interaction Server. |
com.genesyslab.platform.reporting.protocol |
This package contains the StatServerProtocol class that you can use this class to set up communication with Stat Server. |
com.genesyslab.platform.routing.protocol |
This package contains the
UrsCustomProtocol ,
UrsCustomProtocolListener and
RoutingServerProtocol classes. |
com.genesyslab.platform.voice.protocol.runtime | This package is used internally by the protocol. |
com.genesyslab.platform.webmedia.protocol | This package contains the Protocol classes that allow you to create applications that integrate with Genesys non-voice media servers. |
Uses of ConnectionClosedEvent in com.genesyslab.platform.commons.connection |
---|
Methods in com.genesyslab.platform.commons.connection with parameters of type ConnectionClosedEvent | |
---|---|
void |
ConnectionHandler.onConnectionClosed(ConnectionClosedEvent event)
Fired when connection has been closed. |
Constructors in com.genesyslab.platform.commons.connection with parameters of type ConnectionClosedEvent | |
---|---|
ConnectionClosedEvent(ConnectionClosedEvent event,
java.lang.Throwable cause)
Constructs same event as passed but with different cause. |
Uses of ConnectionClosedEvent in com.genesyslab.platform.commons.protocol |
---|
Methods in com.genesyslab.platform.commons.protocol that return ConnectionClosedEvent | |
---|---|
protected ConnectionClosedEvent |
DuplexChannel.createConnectionClosedEvent(java.lang.Throwable e)
|
Methods in com.genesyslab.platform.commons.protocol with parameters of type ConnectionClosedEvent | |
---|---|
protected void |
DuplexChannel.onClose(ConnectionClosedEvent event)
|
protected void |
DuplexChannel.processClose(ConnectionClosedEvent event)
|
protected void |
DuplexChannel.processCloseAll(ConnectionClosedEvent event)
|
void |
MessageCorrelator.releaseWaiters(ConnectionClosedEvent event)
Release all waiters. |
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 ConnectionClosedEvent | |
---|---|
ChannelClosedEvent(Channel source,
ConnectionClosedEvent ccEvent,
ChannelState prevState)
Constructs an Event. |
Uses of ConnectionClosedEvent in com.genesyslab.platform.configuration.protocol |
---|
Methods in com.genesyslab.platform.configuration.protocol with parameters of type ConnectionClosedEvent | |
---|---|
protected void |
ConfServerProtocol.onClose(ConnectionClosedEvent event)
|
Uses of ConnectionClosedEvent in com.genesyslab.platform.management.protocol |
---|
Methods in com.genesyslab.platform.management.protocol with parameters of type ConnectionClosedEvent | |
---|---|
protected void |
LocalControlAgentProtocol.onClose(ConnectionClosedEvent event)
|
Uses of ConnectionClosedEvent in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime |
---|
Methods in com.genesyslab.platform.management.protocol.localcontrolagentheartbeat.runtime with parameters of type ConnectionClosedEvent | |
---|---|
protected void |
LcaUdpHeartbeatInternalProtocol.setState(ChannelState state,
ConnectionClosedEvent closedEvent)
|
Uses of ConnectionClosedEvent in com.genesyslab.platform.openmedia.protocol |
---|
Methods in com.genesyslab.platform.openmedia.protocol with parameters of type ConnectionClosedEvent | |
---|---|
protected void |
InteractionServerProtocol.onClose(ConnectionClosedEvent event)
|
Uses of ConnectionClosedEvent in com.genesyslab.platform.reporting.protocol |
---|
Methods in com.genesyslab.platform.reporting.protocol with parameters of type ConnectionClosedEvent | |
---|---|
protected void |
StatServerProtocol.onClose(ConnectionClosedEvent event)
|
Uses of ConnectionClosedEvent in com.genesyslab.platform.routing.protocol |
---|
Methods in com.genesyslab.platform.routing.protocol with parameters of type ConnectionClosedEvent | |
---|---|
protected void |
RoutingServerProtocol.onClose(ConnectionClosedEvent event)
|
Uses of ConnectionClosedEvent in com.genesyslab.platform.voice.protocol.runtime |
---|
Methods in com.genesyslab.platform.voice.protocol.runtime with parameters of type ConnectionClosedEvent | |
---|---|
protected void |
AbstractConnState.closeHAConnection(ConnectionClosedEvent event)
|
void |
StatePrimaryClosing.onConnectionClosed(ConnectionClosedEvent event)
|
void |
StateOpening.onConnectionClosed(ConnectionClosedEvent event)
|
void |
StateNotAvailable.onConnectionClosed(ConnectionClosedEvent event)
|
void |
StateBackupDropping.onConnectionClosed(ConnectionClosedEvent event)
|
void |
StateBackupClosing.onConnectionClosed(ConnectionClosedEvent event)
|
void |
PrimaryState.onConnectionClosed(ConnectionClosedEvent event)
|
void |
BackupState.onConnectionClosed(ConnectionClosedEvent event)
|
void |
AbstractConnState.onConnectionClosed(ConnectionClosedEvent event)
|
Constructors in com.genesyslab.platform.voice.protocol.runtime with parameters of type ConnectionClosedEvent | |
---|---|
StateWaitingSwitchover(ConnectionProxy proxy,
ConnectionClosedEvent closedEvent)
|
Uses of ConnectionClosedEvent in com.genesyslab.platform.webmedia.protocol |
---|
Methods in com.genesyslab.platform.webmedia.protocol with parameters of type ConnectionClosedEvent | |
---|---|
protected void |
FlexChatProtocol.onClose(ConnectionClosedEvent event)
|
protected void |
BasicChatProtocol.onClose(ConnectionClosedEvent event)
|
|
Platform SDK Java 8.5 API Reference | |||||||||
PREV NEXT | FRAMES NO FRAMES |