public interface ConnectionPoolListener extends EventListener
| 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.
|
void connectionPoolAdded(ConnectionPoolEvent event)
event - encapsulates the information about the event.void connectionPoolRemoved(ConnectionPoolEvent event)
event - encapsulates the information about the event.void connectionAdded(ConnectionPoolEvent event)
event - encapsulates the information about the event.void connectionRemoved(ConnectionPoolEvent event)
event - encapsulates the information about the event.Copyright © 2005-2019 JPPF Team.