|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--org.huihoo.jfox.pool.ObjectFactorySupport
|
+--org.huihoo.jfox.pool.ProxyObjectFactory
|
+--org.huihoo.jfox.pool.connection.ConnectionFactory
| Fields inherited from class org.huihoo.jfox.pool.ProxyObjectFactory |
invokerClass |
| Fields inherited from class org.huihoo.jfox.pool.ObjectFactorySupport |
classType |
| Constructor Summary | |
ConnectionFactory(java.lang.Class classType,
java.lang.Class invokerClass)
|
|
| Method Summary | |
void |
destroyObject(PoolableObject object)
destroy the poolConnection in pool. |
PoolableObject |
makeObject()
create a new poolable object |
| Methods inherited from class org.huihoo.jfox.pool.ProxyObjectFactory |
validateObject |
| Methods inherited from class org.huihoo.jfox.pool.ObjectFactorySupport |
equals, getObjectClass, hashCode |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ConnectionFactory(java.lang.Class classType,
java.lang.Class invokerClass)
throws java.lang.Exception
| Method Detail |
public PoolableObject makeObject()
throws java.lang.Exception
ObjectFactorymakeObject in class ProxyObjectFactoryorg.huihoo.jfox.pool.ObjectFactory
public void destroyObject(PoolableObject object)
throws java.lang.Exception
destroyObject in class ProxyObjectFactoryobject - java.lang.Exception -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||