org.planx.xmlstore.stores
Class WriteBufferXMLStore
java.lang.Object
org.planx.xmlstore.stores.AbstractXMLStore
org.planx.xmlstore.stores.LocalXMLStore
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.
|
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 |
WriteBufferXMLStore
public WriteBufferXMLStore(String name)
throws IOException
- Throws:
IOException
flush
public void flush()
throws IOException
- Throws:
IOException
Copyright © 2010. All Rights Reserved.