Uses of Interface
org.apache.avalon.cornerstone.services.store.ObjectRepository

Packages that use ObjectRepository
org.apache.avalon.cornerstone.blocks.masterstore Default implementation of a sockets manager. 
org.apache.avalon.cornerstone.blocks.masterstore.xml XML file persistence repository. 
 

Uses of ObjectRepository in org.apache.avalon.cornerstone.blocks.masterstore
 

Classes in org.apache.avalon.cornerstone.blocks.masterstore that implement ObjectRepository
 class File_Persistent_Object_Repository
          This is a simple implementation of persistent object store using object serialization on the file system.
 

Uses of ObjectRepository in org.apache.avalon.cornerstone.blocks.masterstore.xml
 

Classes in org.apache.avalon.cornerstone.blocks.masterstore.xml that implement ObjectRepository
 class XMLFilePersistentObjectRepository
          This is a simple implementation of persistent object store using XML serialization from JDK 1.4 to a file system.
 



Copyright © Apache Software Foundation. All Rights Reserved.