org.planx.xmlstore.stores
Class WriteBufferXMLStore

java.lang.Object
  extended by org.planx.xmlstore.stores.AbstractXMLStore
      extended by org.planx.xmlstore.stores.LocalXMLStore
          extended by org.planx.xmlstore.stores.WriteBufferXMLStore
All Implemented Interfaces:
XMLStore

public class WriteBufferXMLStore
extends LocalXMLStore
implements XMLStore

NOT IMPLEMENTED! It can be used, but does not add any functionality.

Bulk execution of write requests. To obtain values (still) located in buffer, read request must go through the WriteBufferXMLStore instance used to save the value.


Field Summary
 
Fields inherited from class org.planx.xmlstore.stores.AbstractXMLStore
xmlstore
 
Constructor Summary
WriteBufferXMLStore(String name)
           
 
Method Summary
 void flush()
           
 
Methods inherited from class org.planx.xmlstore.stores.LocalXMLStore
addReferenceListener, checkClosed, close, getNameServer, getRegionManager, release, removeReferenceListener, resolvedLoad, retain, save, size, toString
 
Methods inherited from class org.planx.xmlstore.stores.AbstractXMLStore
load
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.planx.xmlstore.XMLStore
close, load, save
 

Constructor Detail

WriteBufferXMLStore

public WriteBufferXMLStore(String name)
                    throws IOException
Throws:
IOException
Method Detail

flush

public void flush()
           throws IOException
Throws:
IOException


Copyright © 2010. All Rights Reserved.