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)
Deprecated.
Causes the current thread to wait until the monitor is stable.
|
boolean |
StabilityMonitor.awaitStability(long timeout,
java.util.concurrent.TimeUnit unit,
StabilityStatistics statistics)
Deprecated.
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)
Deprecated.
Causes the current thread to wait until the monitor is stable.
|
void |
StabilityMonitor.awaitStability(StabilityStatistics statistics)
Deprecated.
Causes the current thread to wait until the monitor is stable.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.