public class PingManager extends Object
| Constructor and Description |
|---|
PingManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
scheduleWork()
This method triggers the actual work by starting pingers, collecting their return values and then publishing
them.
|
void |
startUp() |
@PostConstruct public void startUp()
public void scheduleWork()
Concurrency assumptions:
scheduleWork() will not overlap with startUp() - we assume this to be granted by the EE
container.
scheduleWork() invocations will not overlap each other - we also assume this to be
granted by the EE container.Copyright © 2015–2016 Red Hat. All rights reserved.