E - the type of connection pools handled by this filter.public interface ConnectionPoolFilter<E extends ConnectionPool<?>>
connection pools.| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(E pool)
Determine whether this filter accepts the specified connection pool.
|
boolean accepts(E pool)
pool - the connection pool to check.true if the connection pool is accepted, false otherwise.Copyright © 2005-2019 JPPF Team.