Class XMLStore


  • public class XMLStore
    extends Object
    Represents a store of object data encoded in XML. This store only allows one datastore transaction to proceed at a time. File I/O errors can put this store into an invalid state.
    • Constructor Detail

      • XMLStore

        public XMLStore​(XMLConfiguration conf)
        Constructor; supply configuration.
    • Method Detail

      • getData

        public ObjectData[] getData​(ClassMetaData meta)
        Return all datas for the base class of the given type.
      • beginTransaction

        public void beginTransaction()
        Begin a datastore transaction. Obtains an exclusive write lock on the store.