org.apache.cocoon.components.store
Interface StoreJanitor

All Superinterfaces:
org.apache.avalon.framework.component.Component
All Known Implementing Classes:
StoreJanitorImpl

public interface StoreJanitor
extends org.apache.avalon.framework.component.Component

Interface for the StoreJanitors

Version:
CVS $Id: StoreJanitor.java,v 1.4 2002/02/22 07:00:14 cziegeler Exp $
Author:
Gerhard Froehlich

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

Field Detail

ROLE

public static final java.lang.String ROLE
See Also:
Constant Field Values
Method Detail

register

public void register(Store store)
register method for the stores


unregister

public void unregister(Store store)
unregister method for the stores


iterator

public java.util.Iterator iterator()
get an iterator to list registered stores



Copyright © 1999-2002 Apache Software Foundation. All Rights Reserved.