org.apache.avalon.cornerstone.blocks.masterstore
Class CDIFilePersistentObjectRepository
java.lang.Object
org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository
org.apache.avalon.cornerstone.blocks.masterstore.AbstractFilePersistentObjectRepository
org.apache.avalon.cornerstone.blocks.masterstore.CDIFilePersistentObjectRepository
- All Implemented Interfaces:
- ObjectRepository, Repository
public class CDIFilePersistentObjectRepository
- extends AbstractFilePersistentObjectRepository
- implements ObjectRepository
This is a simple implementation of persistent object store using
object serialization on the file system.
- Author:
- Paul Hammant
Fields inherited from class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository |
BYTE_MASK, DEBUG, HANDLED_URL, HEX_DIGITS, m_baseDirectory, m_destination, m_extension, m_filter, m_name, m_path, monitor |
Methods inherited from class org.apache.avalon.cornerstone.blocks.masterstore.AbstractFileRepository |
containsKey, createChildRepository, decode, encode, getChildRepository, getFile, getInputStream, getOutputStream, list, remove, setDestination |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CDIFilePersistentObjectRepository
public CDIFilePersistentObjectRepository(FileRepositoryMonitor monitor,
ObjectRespositoryConfig config)
throws IOException
- Throws:
IOException
initializeChild
protected void initializeChild(AbstractFileRepository child)
throws Exception
- Specified by:
initializeChild
in class AbstractFileRepository
- Throws:
Exception
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.