Uses of Interface
org.jboss.msc.Service
Packages that use Service
Package
Description
The modular service container base package.
The service container implementation itself.
-
Uses of Service in org.jboss.as.naming.deployment
Classes in org.jboss.as.naming.deployment that implement ServiceModifier and TypeClassDescriptionclassAServicewhich on stop releases runtime installedBinderServices. -
Uses of Service in org.jboss.as.naming.management
Classes in org.jboss.as.naming.management that implement ServiceModifier and TypeClassDescriptionclassRegistry for Jndi view extensions. -
Uses of Service in org.jboss.as.naming.remote
Classes in org.jboss.as.naming.remote that implement ServiceModifier and TypeClassDescriptionclassclass -
Uses of Service in org.jboss.as.naming.service
Classes in org.jboss.as.naming.service that implement ServiceModifier and TypeClassDescriptionclassService responsible for binding and unbinding an entry into a naming context.classclassA binder service for external contexts.classA service containing the subsystem'sExternalContexts.classService responsible for creating and managing the life-cycle of the Naming Server.classService responsible for managing the creation and life-cycle of a service based naming store. -
Uses of Service in org.jboss.msc
Fields in org.jboss.msc declared as ServiceModifier and TypeFieldDescriptionstatic final ServiceService.NULLA simple null service whose start and stop methods do nothing.Methods in org.jboss.msc that return ServiceModifier and TypeMethodDescriptionstatic <V> ServiceService.newInstance(Consumer<V> injector, V value) Factory for services providing single value. -
Uses of Service in org.jboss.msc.service
Subinterfaces of Service in org.jboss.msc.serviceMethods in org.jboss.msc.service with parameters of type ServiceModifier and TypeMethodDescriptionDelegatingServiceBuilder.setInstance(Service service) Sets service instance.ServiceBuilder.setInstance(Service service) Sets service instance. -
Uses of Service in org.wildfly.clustering.service
Classes in org.wildfly.clustering.service that implement ServiceModifier and TypeClassDescriptionclassService that performs service installation into the child target on start.classFunctionalService<T,V> -
Uses of Service in org.wildfly.clustering.singleton
Subinterfaces of Service in org.wildfly.clustering.singletonModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.Replaced bySingletonService. -
Uses of Service in org.wildfly.clustering.singleton.service
Subinterfaces of Service in org.wildfly.clustering.singleton.serviceModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.Methods in org.wildfly.clustering.singleton.service with parameters of type Service -
Uses of Service in org.wildfly.extension.messaging.activemq
Classes in org.wildfly.extension.messaging.activemq that implement ServiceModifier and TypeClassDescriptionclassA service that can be dependent on to ensure the ActiveMQ server is active.classclassclassService that handles HTTP upgrade for ActiveMQ remoting protocol. -
Uses of Service in org.wildfly.extension.messaging.activemq.jms
Classes in org.wildfly.extension.messaging.activemq.jms that implement ServiceModifier and TypeClassDescriptionclassclassService responsible for creating and destroying a clientjakarta.jms.Queue.classService responsible for creating and destroying a clientjakarta.jms.Topic.classA service which translates a pooled connection factory into a resource adapter driven connection poolclassService responsible for creating and destroying ajakarta.jms.Queue.classTheJMSServerManagerservice.classService responsible for creating and destroying ajakarta.jms.Topic.classA service which translates a pooled connection factory into a resource adapter driven connection poolclassService providing statistics for the pooled-connection-factory's pool. -
Uses of Service in org.wildfly.extension.messaging.activemq.jms.legacy
Classes in org.wildfly.extension.messaging.activemq.jms.legacy that implement Service -
Uses of Service in org.wildfly.service
Classes in org.wildfly.service that implement ServiceMethods in org.wildfly.service that return ServiceModifier and TypeMethodDescriptionMethods in org.wildfly.service that return types with arguments of type ServiceModifier and TypeMethodDescriptionInstaller.AbstractNullaryBuilder.getServiceFactory()Installer.AbstractUnaryBuilder.getServiceFactory()Installer.Configuration.getServiceFactory()Returns the factory of this serviceMethods in org.wildfly.service with parameters of type ServiceConstructors in org.wildfly.service with parameters of type Service -
Uses of Service in org.wildfly.subsystem.service
Methods in org.wildfly.subsystem.service with parameters of type ServiceModifier and TypeMethodDescriptionorg.jboss.as.controller.RequirementServiceBuilder<T>AsyncServiceBuilder.setInstance(Service service) -
Uses of Service in org.wildfly.subsystem.service.capability
Methods in org.wildfly.subsystem.service.capability with parameters of type ServiceModifier and TypeMethodDescriptionorg.jboss.as.controller.CapabilityServiceBuilder<T>AsyncCapabilityServiceBuilder.setInstance(Service service)
Serviceinstead.