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 AbstractFilePersistentObjectRepository
           
 class CDIFilePersistentObjectRepository
          This is a simple implementation of persistent object store using object serialization on the file system.
 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 CDIXMLFilePersistentObjectRepository
          This is a simple implementation of persistent object store using XML serialization from JDK 1.4 to a file system.
 class XMLFilePersistentObjectRepository
          This is a simple implementation of persistent object store using XML serialization from JDK 1.4 to a file system.
 



Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.