org.exist.util.serializer
Class SerializerPool
java.lang.Object
StackKeyedObjectPool
org.exist.util.serializer.SerializerPool
- public class SerializerPool
- extends StackKeyedObjectPool
- Author:
- wolf
- See Also:
- Serialized Form
|
Constructor Summary |
SerializerPool(KeyedPoolableObjectFactory factory,
int max,
int init)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializerPool
public SerializerPool(KeyedPoolableObjectFactory factory,
int max,
int init)
getInstance
public static final SerializerPool getInstance()
borrowObject
public java.lang.Object borrowObject(java.lang.Object key)
borrowDOMStreamer
public DOMStreamer borrowDOMStreamer(Serializer delegate)
returnObject
public void returnObject(java.lang.Object obj)
<oXygen/>
XML Editor
provides support for editing and debugging XQuery
expressions against the eXist XML Database.