| Package | Description |
|---|---|
| org.jppf.client |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConnectionPoolFilter<E extends ConnectionPool<?>>
Interface for filtering
connection pools. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClientConnectionPool
Instances of this class manage a list of client connections with the same pool name, priority and remote driver.
|
class |
AbstractConnectionPool<E extends AutoCloseable>
An abstract implementation of the
ConnectionPool interface. |
class |
JPPFConnectionPool
Instances of this class manage a list of client connections with the same pool name, priority and remote driver.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionPool<?> |
AbstractJPPFClient.findConnectionPool(int priority,
int poolId)
Find the connection pool with the specified priority and id.
|
Copyright © 2005-2019 JPPF Team.