public class PooledConnectionJugglingPin<P extends PooledConnection> extends AbstractJugglingPin<P>
| Constructor and Description |
|---|
PooledConnectionJugglingPin(ConnectionPoolDataSource dataSource,
Class<P> pooledConnectionClass) |
| Modifier and Type | Method and Description |
|---|---|
String |
describe() |
P |
obtain() |
boolean |
recover() |
public PooledConnectionJugglingPin(ConnectionPoolDataSource dataSource, Class<P> pooledConnectionClass)
public P obtain() throws JugglerResourceException
JugglerResourceExceptionpublic boolean recover()
public String describe()
Copyright © 2017. All rights reserved.