org.apache.cocoon.components.store
Interface StoreJanitor

All Superinterfaces:
Component
All Known Implementing Classes:
StoreJanitorImpl

Deprecated. Use the Avalon Excalibur Store instead.

public interface StoreJanitor
extends Component

Interface for the StoreJanitors

Version:
CVS $Id: StoreJanitor.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Gerhard Froehlich

Field Summary
static String ROLE
          Deprecated.  
 
Method Summary
 Iterator iterator()
          Deprecated. get an iterator to list registered stores
 void register(Store store)
          Deprecated. register method for the stores
 void unregister(Store store)
          Deprecated. unregister method for the stores
 

Field Detail

ROLE

static final String ROLE
Deprecated. 
See Also:
Constant Field Values
Method Detail

register

void register(Store store)
Deprecated. 
register method for the stores


unregister

void unregister(Store store)
Deprecated. 
unregister method for the stores


iterator

Iterator iterator()
Deprecated. 
get an iterator to list registered stores



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.