Configuration Platform SDK 7.6 API Reference

com.genesyslab.platform.commons.connection
Class ConnectionClosedEvent

java.lang.Object
  extended byjava.util.EventObject
      extended bycom.genesyslab.platform.commons.connection.ConnectionClosedEvent
All Implemented Interfaces:
java.io.Serializable

public class ConnectionClosedEvent
extends java.util.EventObject

See Also:
Serialized Form

Constructor Summary
ConnectionClosedEvent(java.lang.Object source, java.lang.Throwable cause)
          Constructs an event about closed connection.
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionClosedEvent

public ConnectionClosedEvent(java.lang.Object source,
                             java.lang.Throwable cause)
Constructs an event about closed connection. The source of the event is connection itself.

Parameters:
source - The object on which the Event initially occurred.
Method Detail

getCause

public java.lang.Throwable getCause()

Configuration Platform SDK 7.6 API Reference

Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunication Laboratories, Inc. All rights reserved.