Uses of Class
org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository

Packages that use AbstractFileRepository
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 AbstractFileRepository in org.apache.avalon.cornerstone.blocks.masterstore
 

Subclasses of AbstractFileRepository in org.apache.avalon.cornerstone.blocks.masterstore
 class AbstractFilePersistentObjectRepository
           
 class AbstractFilePersistentStreamRepository
           
 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 AbstractFileRepository
protected  AbstractFileRepository AbstractFileRepository.createChildRepository()
           
 

Methods in org.apache.avalon.cornerstone.blocks.masterstore with parameters of type AbstractFileRepository
protected  void File_Persistent_Stream_Repository.initializeChild(AbstractFileRepository child)
           
protected  void File_Persistent_Object_Repository.initializeChild(AbstractFileRepository child)
           
protected  void CDIFilePersistentStreamRepository.initializeChild(AbstractFileRepository child)
           
protected  void CDIFilePersistentObjectRepository.initializeChild(AbstractFileRepository child)
           
protected abstract  void AbstractFileRepository.initializeChild(AbstractFileRepository child)
           
 

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

Subclasses of AbstractFileRepository in org.apache.avalon.cornerstone.blocks.masterstore.xml
 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.
 

Methods in org.apache.avalon.cornerstone.blocks.masterstore.xml with parameters of type AbstractFileRepository
protected  void XMLFilePersistentObjectRepository.initializeChild(AbstractFileRepository child)
           
protected  void CDIXMLFilePersistentObjectRepository.initializeChild(AbstractFileRepository child)
           
 



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