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

Packages that use Repository
org.apache.avalon.cornerstone.blocks.masterstore Default implementation of a sockets manager. 
org.apache.avalon.cornerstone.blocks.masterstore.xml XML file persistence repository. 
org.apache.avalon.cornerstone.services.store Defintion of the sockets service. 
 

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

Classes in org.apache.avalon.cornerstone.blocks.masterstore that implement Repository
 class AbstractFilePersistentObjectRepository
           
 class AbstractFilePersistentStreamRepository
           
 class AbstractFileRepository
          This an abstract class implementing functionality for creating a file-store.
 class CDIFilePersistentObjectRepository
          This is a simple implementation of persistent object store using object serialization on the file system.
 class CDIFilePersistentStreamRepository
          Implementation of a StreamRepository to a File.
 class File_Persistent_Object_Repository
          This is a simple implementation of persistent object store using object serialization on the file system.
 class File_Persistent_Stream_Repository
          Implementation of a StreamRepository to a File.
 

Methods in org.apache.avalon.cornerstone.blocks.masterstore that return Repository
 Repository AbstractFileRepository.getChildRepository(java.lang.String childName)
           
 

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

Classes in org.apache.avalon.cornerstone.blocks.masterstore.xml that implement Repository
 class AbstractXMLFilePersistentObjectRepository
           
 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.
 

Uses of Repository in org.apache.avalon.cornerstone.services.store
 

Subinterfaces of Repository in org.apache.avalon.cornerstone.services.store
 interface ObjectRepository
          Repository for Serializable Objects.
 interface StreamRepository
          Repository for Streams
 

Methods in org.apache.avalon.cornerstone.services.store that return Repository
 Repository Repository.getChildRepository(java.lang.String childName)
           
 



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