Uses of Class
org.jboss.msc.service.StabilityStatistics
Packages that use StabilityStatistics
-
Uses of StabilityStatistics in org.jboss.msc.service
Methods in org.jboss.msc.service with parameters of type StabilityStatisticsModifier and TypeMethodDescriptionbooleanStabilityMonitor.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.