Uses of Class
org.jboss.msc.service.StabilityStatistics
-
Packages that use StabilityStatistics Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of StabilityStatistics in org.jboss.msc.service
Methods in org.jboss.msc.service with parameters of type StabilityStatistics Modifier and Type Method Description booleanStabilityMonitor. awaitStability(long timeout, TimeUnit unit, Set<? super ServiceController<?>> failed, Set<? super ServiceController<?>> problems, StabilityStatistics statistics)Deprecated.Causes the current thread to wait until the monitor is stable.booleanStabilityMonitor. awaitStability(long timeout, TimeUnit unit, StabilityStatistics statistics)Deprecated.Causes the current thread to wait until the monitor is stable.voidStabilityMonitor. awaitStability(Set<? super ServiceController<?>> failed, Set<? super ServiceController<?>> problems, StabilityStatistics statistics)Deprecated.Causes the current thread to wait until the monitor is stable.voidStabilityMonitor. awaitStability(StabilityStatistics statistics)Deprecated.Causes the current thread to wait until the monitor is stable.
-