public abstract class CategorisedStatefulMonitor<S extends State> extends StatefulMonitor<S>
| Constructor and Description |
|---|
CategorisedStatefulMonitor() |
| Modifier and Type | Method and Description |
|---|---|
protected S |
loadOrCreateState(Class<? extends Monitor> c,
Event e,
State parentState) |
protected void |
persistState(Class<? extends Monitor> c,
Event e,
S s) |
addInterestedMonitorTypesForEvent, addRequiredEvent, getMonitorPersistenceProvider, handleEvent, initialiseInterestedMonitorTypesForEvent, initialiseNewState, initialiseRequiredEvents, requiredEvents, setMonitorPersistenceProviderprotected S loadOrCreateState(Class<? extends Monitor> c, Event e, State parentState)
loadOrCreateState in class StatefulMonitor<S extends State>protected void persistState(Class<? extends Monitor> c, Event e, S s)
persistState in class StatefulMonitor<S extends State>Copyright © 2017 Pivotal Software, Inc.. All rights reserved.