| 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 |
|---|---|
JPPFClientConnection |
JPPFConnectionPool.awaitActiveConnection()
Wait for the a connection to be in the
ACTIVE status. |
JPPFClientConnection |
JPPFConnectionPool.awaitConnection(JPPFClientConnectionStatus... statuses)
Wait for a connection to be in one of the specified states.
|
JPPFClientConnection |
JPPFConnectionPool.awaitWorkingConnection()
|
JPPFClientConnection |
AbstractJPPFClient.getClientConnection(int priority,
JPPFClientConnectionStatus... statuses)
Get a connection with the specified priority that matches one of the specified statuses.
|
JPPFClientConnection |
AbstractClientConnectionPool.getConnection() |
| Modifier and Type | Method and Description |
|---|---|
List<JPPFClientConnection> |
JPPFConnectionPool.awaitActiveConnections(org.jppf.utils.ComparisonOperator operator,
int nbConnections)
Wait for the specified number of connections to be in the
ACTIVE status. |
List<JPPFClientConnection> |
JPPFConnectionPool.awaitConnections(org.jppf.utils.ComparisonOperator operator,
int nbConnections,
JPPFClientConnectionStatus... statuses)
Wait for the specified number of connections to be in one of the specified states.
|
List<JPPFClientConnection> |
JPPFConnectionPool.awaitConnections(org.jppf.utils.ComparisonOperator operator,
int nbConnections,
long timeout,
JPPFClientConnectionStatus... statuses)
Wait for the specified number of connections to be in one of the specified states, or the specified timeout to expire, whichever happens first.
|
List<JPPFClientConnection> |
JPPFConnectionPool.awaitWorkingConnections(org.jppf.utils.ComparisonOperator operator,
int nbConnections)
|
List<JPPFClientConnection> |
AbstractClientConnectionPool.getConnections(JPPFClientConnectionStatus... statuses)
Get a list of connections held by this pool whose status is one of the specified statuses.
|
| Modifier and Type | Method and Description |
|---|---|
JPPFClientConnection |
ClientConnectionStatusEvent.getClientConnection()
Get the source of this event.
|
JPPFClientConnection |
JobEvent.getConnection()
Get the remote driver connection through which the job dispatch was sent.
|
JPPFClientConnection |
ConnectionPoolEvent.getConnection()
Get the connection that triggered this event.
|
| Constructor and Description |
|---|
ClientConnectionStatusEvent(JPPFClientConnection source,
JPPFClientConnectionStatus oldStatus)
Initialize this event with a client connection as source.
|
| Modifier and Type | Method and Description |
|---|---|
JPPFClientConnection |
TopologyDriver.getConnection()
Get the driver connection.
|
Copyright © 2005-2019 JPPF Team.