org.logicalcobwebs.proxool.admin.jmx
Class ConnectionPoolMBeanTest.TestNotificationListener

java.lang.Object
  extended by org.logicalcobwebs.proxool.admin.jmx.ConnectionPoolMBeanTest.TestNotificationListener
All Implemented Interfaces:
java.util.EventListener, javax.management.NotificationListener
Enclosing class:
ConnectionPoolMBeanTest

private class ConnectionPoolMBeanTest.TestNotificationListener
extends java.lang.Object
implements javax.management.NotificationListener


Constructor Summary
private ConnectionPoolMBeanTest.TestNotificationListener()
           
 
Method Summary
 void handleNotification(javax.management.Notification notification, java.lang.Object handBack)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionPoolMBeanTest.TestNotificationListener

private ConnectionPoolMBeanTest.TestNotificationListener()
Method Detail

handleNotification

public void handleNotification(javax.management.Notification notification,
                               java.lang.Object handBack)
Specified by:
handleNotification in interface javax.management.NotificationListener