This project has retired. For details please refer to its
        
        Attic page .
      
DefaultTransientStore (Cocoon API 2.1.12-dev [March 20 2012])
 
 
org.apache.cocoon.components.store.impl 
 
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:  Disposable , Component , LogEnabled , Parameterizable , Serviceable , ThreadSafe , Instrumentable , Store  
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.html 1304258 2012-03-23 10:09:27Z ilgrosso $ 
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  
Specified by: parameterize Parameterizable Overrides: parameterize MRUMemoryStore  
Throws: 
ParameterException