Uses of Class
org.jboss.msc.service.StabilityMonitor
-
Packages that use StabilityMonitor Package Description org.jboss.msc.service The service container implementation itself. -
-
Uses of StabilityMonitor in org.jboss.msc.service
Methods in org.jboss.msc.service with parameters of type StabilityMonitor Modifier and Type Method Description ServiceBuilder<T>
DelegatingServiceBuilder. addMonitor(StabilityMonitor monitor)
Deprecated.ServiceTarget
DelegatingServiceContainer. addMonitor(StabilityMonitor monitor)
Deprecated.ServiceTarget
DelegatingServiceTarget. addMonitor(StabilityMonitor monitor)
Deprecated.ServiceBuilder<T>
ServiceBuilder. addMonitor(StabilityMonitor monitor)
Deprecated.Stability monitors are unreliable - do not use them.ServiceTarget
ServiceTarget. addMonitor(StabilityMonitor monitor)
Deprecated.Stability monitors are unreliable - do not use them.ServiceTarget
DelegatingServiceContainer. removeMonitor(StabilityMonitor monitor)
Deprecated.ServiceTarget
DelegatingServiceTarget. removeMonitor(StabilityMonitor monitor)
Deprecated.ServiceTarget
ServiceTarget. removeMonitor(StabilityMonitor monitor)
Deprecated.Stability monitors are unreliable - do not use them.
-