public class ConnectionPoolListenerAdapter extends Object implements ConnectionPoolListener
ConnectionPoolListener interface.| Constructor and Description |
|---|
ConnectionPoolListenerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
connectionAdded(ConnectionPoolEvent event)
Called when a new connection is created.
|
void |
connectionPoolAdded(ConnectionPoolEvent event)
Called when a new connection pool is created.
|
void |
connectionPoolRemoved(ConnectionPoolEvent event)
Called when a connection pool removed.
|
void |
connectionRemoved(ConnectionPoolEvent event)
Called when a connection pool is removed.
|
public void connectionPoolAdded(ConnectionPoolEvent event)
ConnectionPoolListenerconnectionPoolAdded in interface ConnectionPoolListenerevent - encapsulates the information about the event.public void connectionPoolRemoved(ConnectionPoolEvent event)
ConnectionPoolListenerconnectionPoolRemoved in interface ConnectionPoolListenerevent - encapsulates the information about the event.public void connectionAdded(ConnectionPoolEvent event)
ConnectionPoolListenerconnectionAdded in interface ConnectionPoolListenerevent - encapsulates the information about the event.public void connectionRemoved(ConnectionPoolEvent event)
ConnectionPoolListenerconnectionRemoved in interface ConnectionPoolListenerevent - encapsulates the information about the event.Copyright © 2005-2019 JPPF Team.