org.exist.util.serializer
Class SerializerPool

java.lang.Object
  extended byStackKeyedObjectPool
      extended byorg.exist.util.serializer.SerializerPool

public class SerializerPool
extends StackKeyedObjectPool

Author:
wolf
See Also:
Serialized Form

Constructor Summary
SerializerPool(KeyedPoolableObjectFactory factory, int max, int init)
           
 
Method Summary
 DOMStreamer borrowDOMStreamer(Serializer delegate)
           
 java.lang.Object borrowObject(java.lang.Object key)
           
static SerializerPool getInstance()
           
 void returnObject(java.lang.Object obj)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializerPool

public SerializerPool(KeyedPoolableObjectFactory factory,
                      int max,
                      int init)
Method Detail

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.