snaq.db
Class ConnectionPoolManagerEvent

java.lang.Object
  extended by java.util.EventObject
      extended by snaq.db.ConnectionPoolManagerEvent
All Implemented Interfaces:
Serializable

public class ConnectionPoolManagerEvent
extends EventObject

Event for signalling changes in ConnectionPoolManager instances.

Author:
Giles Winstanley
See Also:
Serialized Form

Method Summary
 ConnectionPoolManager getConnectionPoolManager()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getConnectionPoolManager

public ConnectionPoolManager getConnectionPoolManager()