org.exist.dom
Class PoolableNodeObjectFactory

java.lang.Object
  extended by org.apache.commons.pool.BaseKeyedPoolableObjectFactory
      extended by org.exist.dom.PoolableNodeObjectFactory
All Implemented Interfaces:
KeyedPoolableObjectFactory

public class PoolableNodeObjectFactory
extends BaseKeyedPoolableObjectFactory

Author:
wolf

Constructor Summary
PoolableNodeObjectFactory()
           
 
Method Summary
 Object makeObject(Object key)
           
 
Methods inherited from class org.apache.commons.pool.BaseKeyedPoolableObjectFactory
activateObject, destroyObject, passivateObject, validateObject
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PoolableNodeObjectFactory

public PoolableNodeObjectFactory()
Method Detail

makeObject

public Object makeObject(Object key)
                  throws Exception
Specified by:
makeObject in interface KeyedPoolableObjectFactory
Specified by:
makeObject in class BaseKeyedPoolableObjectFactory
Throws:
Exception


Copyright (C) Wolfgang Meier. All rights reserved.