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
- Author:
- Gerhard Froehlich
Field Summary |
static java.lang.String |
ROLE
|
ROLE
public static final java.lang.String ROLE
register
public void register(Store store)
- register method for the stores
unregister
public void unregister(Store store)
- unregister method for the stores
Copyright © 1999-2001 Apache Software Foundation. All Rights Reserved.