| Package | Description |
|---|---|
| org.jppf.client.event |
Support for connection pool events,
connection status notifications,
job lifecycle events
and job queue events in the JPPF client.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionPoolListenerAdapter.connectionAdded(ConnectionPoolEvent event) |
void |
ConnectionPoolListener.connectionAdded(ConnectionPoolEvent event)
Called when a new connection is created.
|
void |
ConnectionPoolListenerAdapter.connectionPoolAdded(ConnectionPoolEvent event) |
void |
ConnectionPoolListener.connectionPoolAdded(ConnectionPoolEvent event)
Called when a new connection pool is created.
|
void |
ConnectionPoolListenerAdapter.connectionPoolRemoved(ConnectionPoolEvent event) |
void |
ConnectionPoolListener.connectionPoolRemoved(ConnectionPoolEvent event)
Called when a connection pool removed.
|
void |
ConnectionPoolListenerAdapter.connectionRemoved(ConnectionPoolEvent event) |
void |
ConnectionPoolListener.connectionRemoved(ConnectionPoolEvent event)
Called when a connection pool is removed.
|
Copyright © 2005-2019 JPPF Team.