| Modifier and Type | Field and Description |
|---|---|
private Counter |
LifecycleManager.contextsStarted
listener counter - used to properly synchronize shutdown
|
| Modifier and Type | Field and Description |
|---|---|
private Counter |
DependencyWaiterApplicationContextExecutor.monitorCounter
A synchronized counter used by the Listener to determine the number of children to wait for when shutting down.
|
private Counter |
DependencyWaiterApplicationContextExecutor.waitBarrier
Counter used when waiting for dependencies to appear
|
| Modifier and Type | Method and Description |
|---|---|
void |
DependencyWaiterApplicationContextExecutor.setMonitoringCounter(Counter contextsStarted)
Pass in the context counter.
|
| Modifier and Type | Field and Description |
|---|---|
private Counter |
RunnableTimedExecution.MonitoredRunnable.counter |
| Constructor and Description |
|---|
MonitoredRunnable(java.lang.Runnable task,
Counter counter) |