Platform SDK Java 8.5 API Reference

com.genesyslab.platform.standby.events
Class WSOpenedEvent

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

public final class WSOpenedEvent
extends java.util.EventObject

WSOpenedEvent is used in warm standby handler.

See Also:
WSHandler.onChannelOpened(WSOpenedEvent), Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
WSOpenedEvent(WarmStandby warmStandby, ChannelOpenedEvent event)
          Creates a WSOpenedEvent instance.
 
Method Summary
 ChannelOpenedEvent getChannelOpenedEvent()
          Gets the channel opened 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

WSOpenedEvent

public WSOpenedEvent(WarmStandby warmStandby,
                     ChannelOpenedEvent event)
Creates a WSOpenedEvent instance.

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

getChannelOpenedEvent

public ChannelOpenedEvent getChannelOpenedEvent()
Gets the channel opened event.

Returns:
the channel opened 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.