org.apache.excalibur.store
Interface StoreJanitor

All Superinterfaces:
Component
All Known Implementing Classes:
StoreJanitorImpl

public interface StoreJanitor
extends Component

Interface for the StoreJanitors

Version:
CVS $Id: StoreJanitor.java,v 1.4 2004/02/28 11:47:35 cziegeler Exp $
Author:
Avalon Development Team

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
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 © 1997-2005 The Apache Software Foundation. All Rights Reserved.