IWSHandler
AbstractClusterChannel.IntWsHandler
public abstract class WSHandler extends java.lang.Object implements IWSHandler
NOTE: the warmstandby starts to make decision what to do next only after handler events processing will be completed in case when there is a assigned handler.
NOTE: the warmstandby's logic and handler notification run in warmstandby's invoker.
Constructor | Description |
---|---|
WSHandler() |
Modifier and Type | Method | Description |
---|---|---|
void |
onAllEndpointsTriedUnsuccessfully(WSAllTriedUnsuccessfullyEvent event) |
It is called when all endpoints have been checked unsuccessfully (all
servers have been unavaliable) or the endpoint pool is empty.
|
void |
onChannelDisconnected(WSDisconnectedEvent event) |
It is called when the channel disconnection occurs.
|
void |
onChannelOpened(WSOpenedEvent event) |
It is called when the channel has been opened.
|
void |
onEndpointTriedUnsuccessfully(WSTriedUnsuccessfullyEvent event) |
It is called when the channel hasn't been opened due to some error.
|
public void onChannelOpened(WSOpenedEvent event)
IWSHandler
onChannelOpened
in interface IWSHandler
event
- provides additional information about the event.public void onChannelDisconnected(WSDisconnectedEvent event)
IWSHandler
onChannelDisconnected
in interface IWSHandler
event
- provides additional information about channel closing.public void onEndpointTriedUnsuccessfully(WSTriedUnsuccessfullyEvent event)
IWSHandler
onEndpointTriedUnsuccessfully
in interface IWSHandler
event
- provides additional information about the fail.public void onAllEndpointsTriedUnsuccessfully(WSAllTriedUnsuccessfullyEvent event)
IWSHandler
onAllEndpointsTriedUnsuccessfully
in interface IWSHandler
event
- provides additional information about the fail.Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.