org.apache.cocoon.components.store.impl
Class DefaultTransientStore
java.lang.Object
org.apache.avalon.framework.logger.AbstractLogEnabled
org.apache.excalibur.store.impl.MRUMemoryStore
org.apache.cocoon.components.store.impl.DefaultTransientStore
- All Implemented Interfaces:
- Component, Disposable, Instrumentable, LogEnabled, Parameterizable, Serviceable, Store, ThreadSafe
- public class DefaultTransientStore
- extends MRUMemoryStore
Default implementation of Cocoon's transient store. This is a MRUMemoryStore
that cannot be backed by a persistent store (this ensure it is really transient).
- Version:
- CVS $Id: DefaultTransientStore.java 30941 2004-07-29 19:56:58Z vgritsenko $
- Author:
- Sylvain Wallez
Methods inherited from class org.apache.excalibur.store.impl.MRUMemoryStore |
clear, containsKey, dispose, free, get, getChildInstrumentables, getInstrumentableName, getInstruments, hold, keys, remove, service, setInstrumentableName, size, store |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultTransientStore
public DefaultTransientStore()
parameterize
public void parameterize(Parameters params)
throws ParameterException
- Throws:
ParameterException
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.