| Package | Description |
|---|---|
| org.jboss.msc.service |
The service container implementation itself.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
StabilityMonitor.awaitStability(long timeout,
java.util.concurrent.TimeUnit unit,
java.util.Set<? super ServiceController<?>> failed,
java.util.Set<? super ServiceController<?>> problems,
StabilityStatistics statistics)
Causes the current thread to wait until the monitor is stable.
|
boolean |
StabilityMonitor.awaitStability(long timeout,
java.util.concurrent.TimeUnit unit,
StabilityStatistics statistics)
Causes the current thread to wait until the monitor is stable.
|
void |
StabilityMonitor.awaitStability(java.util.Set<? super ServiceController<?>> failed,
java.util.Set<? super ServiceController<?>> problems,
StabilityStatistics statistics)
Causes the current thread to wait until the monitor is stable.
|
void |
StabilityMonitor.awaitStability(StabilityStatistics statistics)
Causes the current thread to wait until the monitor is stable.
|
private void |
StabilityMonitor.provideStatistics(int failedCount,
int problemsCount,
StabilityStatistics statistics) |