类 DatabendConnectionFactory
java.lang.Object
com.databend.jdbc.examples.DatabendConnectionFactory
- 所有已实现的接口:
org.apache.commons.pool2.PooledObjectFactory<DatabendConnection>
public class DatabendConnectionFactory
extends Object
implements org.apache.commons.pool2.PooledObjectFactory<DatabendConnection>
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidactivateObject(org.apache.commons.pool2.PooledObject<DatabendConnection> p) voiddestroyObject(org.apache.commons.pool2.PooledObject<DatabendConnection> p) org.apache.commons.pool2.PooledObject<DatabendConnection> voidpassivateObject(org.apache.commons.pool2.PooledObject<DatabendConnection> p) booleanvalidateObject(org.apache.commons.pool2.PooledObject<DatabendConnection> p) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.apache.commons.pool2.PooledObjectFactory
destroyObject
-
构造器详细资料
-
DatabendConnectionFactory
-
-
方法详细资料
-
makeObject
- 指定者:
makeObject在接口中org.apache.commons.pool2.PooledObjectFactory<DatabendConnection>- 抛出:
Exception
-
destroyObject
public void destroyObject(org.apache.commons.pool2.PooledObject<DatabendConnection> p) throws Exception - 指定者:
destroyObject在接口中org.apache.commons.pool2.PooledObjectFactory<DatabendConnection>- 抛出:
Exception
-
validateObject
- 指定者:
validateObject在接口中org.apache.commons.pool2.PooledObjectFactory<DatabendConnection>
-
activateObject
public void activateObject(org.apache.commons.pool2.PooledObject<DatabendConnection> p) throws Exception - 指定者:
activateObject在接口中org.apache.commons.pool2.PooledObjectFactory<DatabendConnection>- 抛出:
Exception
-
passivateObject
public void passivateObject(org.apache.commons.pool2.PooledObject<DatabendConnection> p) throws Exception - 指定者:
passivateObject在接口中org.apache.commons.pool2.PooledObjectFactory<DatabendConnection>- 抛出:
Exception
-