public interface StateManager extends DatabaseClusterListener, DurabilityListener, Lifecycle
| Modifier and Type | Field and Description |
|---|---|
static String |
CLEAR_LOCAL_STATE |
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getActiveDatabases() |
boolean |
isEnabled() |
Map<InvocationEvent,Map<String,InvokerEvent>> |
recover() |
void |
setActiveDatabases(Set<String> databases) |
activated, deactivatedafterInvocation, afterInvoker, beforeInvocation, beforeInvokerstatic final String CLEAR_LOCAL_STATE
Set<String> getActiveDatabases()
void setActiveDatabases(Set<String> databases)
Map<InvocationEvent,Map<String,InvokerEvent>> recover()
boolean isEnabled()
Copyright © 2004–2014 Paul Ferraro. All rights reserved.