|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectStackObjectPool
org.exist.util.XMLReaderPool
Maintains a pool of XMLReader objects. The pool is available through
BrokerPool.getParserPool().
| Constructor Summary | |
XMLReaderPool(PoolableObjectFactory factory,
int maxIdle,
int initIdleCapacity)
|
|
| Method Summary | |
org.xml.sax.XMLReader |
borrowXMLReader()
|
void |
returnXMLReader(org.xml.sax.XMLReader reader)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public XMLReaderPool(PoolableObjectFactory factory,
int maxIdle,
int initIdleCapacity)
| Method Detail |
public org.xml.sax.XMLReader borrowXMLReader()
public void returnXMLReader(org.xml.sax.XMLReader reader)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||