org.nakedobjects.persistence.file
Class XmlObjectStore

java.lang.Object
  extended byorg.nakedobjects.object.AbstractNakedObjectStore
      extended byorg.nakedobjects.persistence.file.FileObjectStore
          extended byorg.nakedobjects.persistence.file.XmlObjectStore
All Implemented Interfaces:
DebugInfo, NakedObjectStore

public class XmlObjectStore
extends FileObjectStore


Constructor Summary
XmlObjectStore()
           
XmlObjectStore(java.lang.String directory)
           
 
Methods inherited from class org.nakedobjects.persistence.file.FileObjectStore
abortTransaction, addElement, containsElement, destroyObject, endTransaction, getNextElements, getNextInstances, getObject, getPreviousElements, getPreviousInstances, hasInstances, isFirstElement, isFirstInstance, isLastElement, isLastInstance, makePersistent, name, numberOfElements, numberOfInstances, removeElement, resolve, save, serialNumber, startTransaction
 
Methods inherited from class org.nakedobjects.object.AbstractNakedObjectStore
areObjectsDistributed, areObjectsProxied, broadcastAddUpdate, broadcastObjectUpdate, broadcastRemoveUpdate, classes, createInstance, getCachedObject, getDebugData, getDebugTitle, getLog, init, isLoaded, loaded, log, log, persistenceType, restart, setLog, setUpdateNotifier, shutdown, unloaded
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlObjectStore

public XmlObjectStore()

XmlObjectStore

public XmlObjectStore(java.lang.String directory)