org.smallmind.quorum.pool.connection.event
Class ConnectionPoolEvent<C>

java.lang.Object
  extended by java.util.EventObject
      extended by org.smallmind.quorum.pool.connection.event.ConnectionPoolEvent<C>
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ErrorReportingConnectionPoolEvent, LeaseTimeReportingConnectionPoolEvent

public abstract class ConnectionPoolEvent<C>
extends EventObject

See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
ConnectionPoolEvent(ConnectionPool<C> connectionPool)
           
 
Method Summary
 
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

ConnectionPoolEvent

public ConnectionPoolEvent(ConnectionPool<C> connectionPool)


Copyright © 2011. All Rights Reserved.