public interface StoreJanitor
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROLE |
| Modifier and Type | Method and Description |
|---|---|
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
|