JBoss Modular Service Container 1.2.0.Beta2

Uses of Class
org.jboss.msc.service.StabilityMonitor

Packages that use StabilityMonitor
org.jboss.msc.service The service container implementation itself. 
 

Uses of StabilityMonitor in org.jboss.msc.service
 

Methods in org.jboss.msc.service that return types with arguments of type StabilityMonitor
 Set<StabilityMonitor> DelegatingServiceContainer.getMonitors()
          Returns a set of the monitors added to this target.
 Set<StabilityMonitor> DelegatingServiceTarget.getMonitors()
          Returns a set of the monitors added to this target.
 Set<StabilityMonitor> ServiceTarget.getMonitors()
          Returns a set of the monitors added to this target.
 

Methods in org.jboss.msc.service with parameters of type StabilityMonitor
 ServiceBuilder<T> DelegatingServiceBuilder.addMonitor(StabilityMonitor monitor)
           
 ServiceBuilder<T> ServiceBuilder.addMonitor(StabilityMonitor monitor)
          Add a service stability monitor that will be added to this service.
 ServiceTarget DelegatingServiceContainer.addMonitor(StabilityMonitor monitor)
          Add a stability monitor that will be added to all the ServiceBuilders installed in this target.
 ServiceTarget DelegatingServiceTarget.addMonitor(StabilityMonitor monitor)
          Add a stability monitor that will be added to all the ServiceBuilders installed in this target.
 ServiceTarget ServiceTarget.addMonitor(StabilityMonitor monitor)
          Add a stability monitor that will be added to all the ServiceBuilders installed in this target.
 BatchServiceTarget BatchServiceTarget.addMonitor(StabilityMonitor monitor)
          Add a stability monitor that will be added to all the ServiceBuilders installed in this target.
 ServiceBuilder<T> DelegatingServiceBuilder.addMonitors(StabilityMonitor... monitors)
           
 ServiceBuilder<T> ServiceBuilder.addMonitors(StabilityMonitor... monitors)
          Add service stability monitors that will be added to this service.
 ServiceTarget DelegatingServiceContainer.addMonitors(StabilityMonitor... monitors)
          Add a stability monitors that will be added to all the ServiceBuilders installed in this target.
 ServiceTarget DelegatingServiceTarget.addMonitors(StabilityMonitor... monitors)
          Add a stability monitors that will be added to all the ServiceBuilders installed in this target.
 ServiceTarget ServiceTarget.addMonitors(StabilityMonitor... monitors)
          Add a stability monitors that will be added to all the ServiceBuilders installed in this target.
 BatchServiceTarget BatchServiceTarget.addMonitors(StabilityMonitor... monitors)
          Add a stability monitors that will be added to all the ServiceBuilders installed in this target.
 ServiceTarget DelegatingServiceContainer.removeMonitor(StabilityMonitor monitor)
          Remove a monitor from this target, if it exists.
 ServiceTarget DelegatingServiceTarget.removeMonitor(StabilityMonitor monitor)
          Remove a monitor from this target, if it exists.
 ServiceTarget ServiceTarget.removeMonitor(StabilityMonitor monitor)
          Remove a monitor from this target, if it exists.
 BatchServiceTarget BatchServiceTarget.removeMonitor(StabilityMonitor monitor)
          Remove a monitor from this target, if it exists.
 


JBoss Modular Service Container 1.2.0.Beta2

Copyright © 2012 JBoss, a division of Red Hat, Inc.