abstract class ObservationManager.AbstractAsyncObserve extends Object implements Callable<Object>
Modifier and Type | Field and Description |
---|---|
protected Logger |
_allEventLogger |
protected Event |
_event
event to observe
|
protected Logger |
_logger |
protected Map<String,Object> |
_transientVars |
Constructor and Description |
---|
AbstractAsyncObserve(Event event,
Map<String,Object> transientVars,
Logger logger,
Logger allEventLogger) |
Modifier and Type | Method and Description |
---|---|
protected abstract void |
_observe()
Abstract observe method where the observation should be done
|
Object |
call() |
protected final Map<String,Object> _transientVars
protected final Logger _allEventLogger