Platform SDK Java 8.5 API Reference

com.genesyslab.platform.standby.events
Class WSDisconnectedEvent

java.lang.Object
  extended by java.util.EventObject
      extended by com.genesyslab.platform.standby.events.WSDisconnectedEvent
All Implemented Interfaces:
java.io.Serializable

public final class WSDisconnectedEvent
extends java.util.EventObject

WSDisconnectedEvent is used in warm standby handler.

See Also:
WSHandler.onChannelDisconnected(WSDisconnectedEvent), Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WSDisconnectedEvent(WarmStandby warmStandby, ChannelClosedEvent event)
          Creates a instance of WSDisconnectedEvent.
 
Method Summary
 java.lang.Throwable getCause()
          Gets cause of the event.
 ChannelClosedEvent getChannelClosedEvent()
          Gets the channel closed event.
 Endpoint getEndpoint()
          Gets endpoint related to the event.
 WarmStandby getWarmStandby()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSDisconnectedEvent

public WSDisconnectedEvent(WarmStandby warmStandby,
                           ChannelClosedEvent event)
Creates a instance of WSDisconnectedEvent.

Parameters:
warmStandby - warm standby.
event - provides event specific information.
Method Detail

getChannelClosedEvent

public ChannelClosedEvent getChannelClosedEvent()
Gets the channel closed event.

Returns:
the channel closed event.

getCause

public java.lang.Throwable getCause()
Gets cause of the event.

Returns:
cause of the event.

getEndpoint

public Endpoint getEndpoint()
Gets endpoint related to the event.

Returns:
endpoint related to the event.

getWarmStandby

public WarmStandby getWarmStandby()

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.