| Package | Description |
|---|---|
| org.jppf.client | |
| org.jppf.client.event |
Support for connection pool events,
connection status notifications,
job lifecycle events
and job queue events in the JPPF client.
|
| org.jppf.client.monitoring.topology |
Classes supporting the monitoring and refreshing of the JPPF grid topology.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractJPPFClient.addConnectionPoolListener(ConnectionPoolListener listener)
Add a listener to the list of listeners to this client.
|
void |
AbstractJPPFClient.removeConnectionPoolListener(ConnectionPoolListener listener)
Remove a listener from the list of listeners to this client.
|
| Constructor and Description |
|---|
AbstractGenericClient(String uuid,
org.jppf.utils.TypedProperties configuration,
ConnectionPoolListener... listeners)
Initialize this client with a specified application UUID.
|
JPPFClient(ConnectionPoolListener... listeners)
Initialize this client with an automatically generated application UUID.
|
JPPFClient(String uuid,
ConnectionPoolListener... listeners)
Initialize this client with the specified application UUID and new connection listeners.
|
JPPFClient(String uuid,
org.jppf.utils.TypedProperties config,
ConnectionPoolListener... listeners)
Initialize this client with the specified application UUID and new connection listeners.
|
JPPFClient(org.jppf.utils.TypedProperties config,
ConnectionPoolListener... listeners)
Initialize this client with the specified configuration and connection listeners.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ConnectionPoolListenerAdapter
This adapter class provides an empty implementation of each method in the
ConnectionPoolListener interface. |
| Modifier and Type | Class and Description |
|---|---|
class |
TopologyManager
Instances of this class discover and maintain a representation of a JPPF grid topology.
|
Copyright © 2005-2019 JPPF Team.