Uses of Interface
org.jboss.msc.service.ServiceController
Packages that use ServiceController
Package
Description
The service container implementation itself.
-
Uses of ServiceController in org.jboss.msc.service
Classes in org.jboss.msc.service that implement ServiceControllerModifier and TypeClassDescriptionclassA service controller which delegates to another service controller.Methods in org.jboss.msc.service that return ServiceControllerModifier and TypeMethodDescriptionLifecycleContext.getController()Get the associated service controller.protected ServiceController<S>DelegatingServiceController.getDelegate()Get the ServiceController delegate.DelegatingServiceController.getParent()Get this service's parent service, ornullif there is none.ServiceController.getParent()Get this service's parent service, ornullif there is none.DelegatingServiceContainer.getRequiredService(ServiceName serviceName) Get a service, throwing an exception if it is not found.DelegatingServiceRegistry.getRequiredService(ServiceName serviceName) Get a service, throwing an exception if it is not found.ServiceRegistry.getRequiredService(ServiceName serviceName) Get a service, throwing an exception if it is not found.DelegatingServiceContainer.getService(ServiceName serviceName) Get a service, returningnullif it is not found.DelegatingServiceRegistry.getService(ServiceName serviceName) Get a service, returningnullif it is not found.ServiceRegistry.getService(ServiceName serviceName) Get a service, returningnullif it is not found.DelegatingServiceBuilder.install()Installs configured service into the container.ServiceBuilder.install()Installs configured service into the container.Methods in org.jboss.msc.service with parameters of type ServiceControllerModifier and TypeMethodDescriptionvoidStabilityMonitor.addController(ServiceController<?> controller) Deprecated.Register controller with this monitor.voidLifecycleListener.handleEvent(ServiceController<?> controller, LifecycleEvent event) The service has entered new statevoidStabilityMonitor.removeController(ServiceController<?> controller) Deprecated.Unregister controller with this monitor.Method parameters in org.jboss.msc.service with type arguments of type ServiceControllerModifier and TypeMethodDescriptionbooleanDelegatingServiceContainer.awaitStability(long timeout, TimeUnit unit, Set<? super ServiceController<?>> failed, Set<? super ServiceController<?>> problem) Causes the current thread to wait until the container is stable.voidDelegatingServiceContainer.awaitStability(Set<? super ServiceController<?>> failed, Set<? super ServiceController<?>> problem) Causes the current thread to wait until the container is stable.booleanServiceContainer.awaitStability(long timeout, TimeUnit unit, Set<? super ServiceController<?>> failed, Set<? super ServiceController<?>> problem) Causes the current thread to wait until the container is stable.voidServiceContainer.awaitStability(Set<? super ServiceController<?>> failed, Set<? super ServiceController<?>> problem) Causes the current thread to wait until the container is stable.booleanStabilityMonitor.awaitStability(long timeout, TimeUnit unit, Set<? super ServiceController<?>> failed, Set<? super ServiceController<?>> problems) Deprecated.Causes the current thread to wait until the monitor is stable.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.voidStabilityMonitor.awaitStability(Set<? super ServiceController<?>> failed, Set<? super ServiceController<?>> problems) 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.Constructors in org.jboss.msc.service with parameters of type ServiceControllerModifierConstructorDescriptionDelegatingServiceController(ServiceController<S> delegate) Construct a new instance. -
Uses of ServiceController in org.wildfly.clustering.service
Methods in org.wildfly.clustering.service with parameters of type ServiceControllerModifier and TypeMethodDescriptionvoidCascadeRemovalLifecycleListener.handleEvent(ServiceController<?> source, LifecycleEvent event) voidCountDownLifecycleListener.handleEvent(ServiceController<?> controller, LifecycleEvent event) Constructors in org.wildfly.clustering.service with parameters of type ServiceControllerModifierConstructorDescriptionCascadeRemovalLifecycleListener(ServiceController<?> controller) CascadeRemovalLifecycleListener(ServiceController<?>... controllers) Constructor parameters in org.wildfly.clustering.service with type arguments of type ServiceControllerModifierConstructorDescriptionCascadeRemovalLifecycleListener(Iterable<ServiceController<?>> controllers) -
Uses of ServiceController in org.wildfly.clustering.singleton.service
Subinterfaces of ServiceController in org.wildfly.clustering.singleton.serviceModifier and TypeInterfaceDescriptioninterfaceA controller for a singleton service instance. -
Uses of ServiceController in org.wildfly.extension.messaging.activemq
Methods in org.wildfly.extension.messaging.activemq that return ServiceControllerMethods in org.wildfly.extension.messaging.activemq with parameters of type ServiceControllerModifier and TypeMethodDescriptionvoidActiveMQServerResource.setActiveMQServerServiceController(ServiceController<ActiveMQBroker> activeMQServerServiceController) -
Uses of ServiceController in org.wildfly.extension.messaging.activemq.jms
Methods in org.wildfly.extension.messaging.activemq.jms that return ServiceControllerModifier and TypeMethodDescriptionstatic ServiceController<JMSServerManager>JMSService.addService(ServiceTarget target, ServiceName serverServiceName, boolean overrideInVMSecurity) -
Uses of ServiceController in org.wildfly.service
Methods in org.wildfly.service that return ServiceControllerModifier and TypeMethodDescriptionInstalls a service into the specified target.