Searched refs:ConnectionPoolInterface (Results 1 – 7 of 7) sorted by relevance
18 interface ConnectionPoolInterface interface
12 class SimpleConnectionPool extends AbstractConnectionPool implements ConnectionPoolInterface
21 abstract class AbstractConnectionPool implements ConnectionPoolInterface
13 class StaticNoPingConnectionPool extends AbstractConnectionPool implements ConnectionPoolInterface
13 class StaticConnectionPool extends AbstractConnectionPool implements ConnectionPoolInterface
14 class SniffingConnectionPool extends AbstractConnectionPool implements ConnectionPoolInterface
100 … to implement your own custom Connection Pool, your class must implement `ConnectionPoolInterface`:104 class MyCustomConnectionPool implements ConnectionPoolInterface144 class MyCustomConnectionPool extends AbstractConnectionPool implements ConnectionPoolInterface