org.apache.excalibur.store
Interface StoreJanitor

All Known Implementing Classes:
StoreJanitorImpl

public interface StoreJanitor

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 String ROLE
           
 
Method Summary
 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

static final String ROLE
Method Detail

register

void register(Store store)
register method for the stores


unregister

void unregister(Store store)
unregister method for the stores


iterator

Iterator iterator()
get an iterator to list registered stores



Copyright © 1997-2012 Apache Software Foundation. All Rights Reserved.