| Package | Description |
|---|---|
| org.jppf.client |
| Modifier and Type | Method and Description |
|---|---|
List<JPPFConnectionPool> |
JPPFClient.awaitConnectionPools(long timeout,
ConnectionPoolFilter<JPPFConnectionPool> filter)
Wait until there is at least one connection pool where at least one connections passes the specified filter,
or until the specified timeout expires, whichever happens first.
|
List<JPPFConnectionPool> |
AbstractJPPFClient.findConnectionPools(ConnectionPoolFilter<JPPFConnectionPool> filter)
Find the connection pools that pass the specified filter.
|
Copyright © 2005-2019 JPPF Team.