Uses of Interface
org.jboss.msc.service.Service
Packages that use Service
Package
Description
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.service
Fields in org.jboss.msc.service declared as ServiceModifier and TypeFieldDescriptionService.NULLDeprecated.A simple null service which performs no start or stop action.Methods in org.jboss.msc.service that return ServiceModifier and TypeMethodDescriptionDelegatingServiceController.getService()Get the service.ServiceController.getService()Deprecated.this method will be removed in a future releaseMethods in org.jboss.msc.service with parameters of type ServiceModifier and TypeMethodDescription<T> ServiceBuilder<T>DelegatingServiceContainer.addService(ServiceName name, Service<T> service) Deprecated.<T> ServiceBuilder<T>DelegatingServiceTarget.addService(ServiceName name, Service<T> service) Deprecated.<T> ServiceBuilder<T>ServiceTarget.addService(ServiceName name, Service<T> service) Deprecated.UseServiceTarget.addService()instead. -
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.Methods in org.wildfly.clustering.singleton with parameters of type ServiceModifier and TypeMethodDescription<T> Builder<T>SingletonPolicy.createSingletonServiceBuilder(ServiceName name, Service<T> service) Deprecated.<T> Builder<T>SingletonPolicy.createSingletonServiceBuilder(ServiceName name, Service<T> primaryService, Service<T> backupService) Deprecated.<T> SingletonServiceBuilder<T>SingletonServiceBuilderFactory.createSingletonServiceBuilder(ServiceName name, Service<T> service) Deprecated, for removal: This API element is subject to removal in a future version.<T> SingletonServiceBuilder<T>SingletonServiceBuilderFactory.createSingletonServiceBuilder(ServiceName name, Service<T> primaryService, Service<T> backupService) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of Service in org.wildfly.clustering.singleton.service
Methods in org.wildfly.clustering.singleton.service with parameters of type ServiceModifier and TypeMethodDescription<T> SingletonServiceBuilder<T>SingletonServiceTarget.addService(ServiceName name, Service<T> service) Deprecated. -
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.Methods in org.wildfly.extension.messaging.activemq with parameters of type ServiceModifier and TypeMethodDescriptionstatic voidBinderServiceUtil.installBinderService(ServiceTarget serviceTarget, String name, Service<?> service, ServiceName dependency) Install a binder service to bind the value of theserviceusing the bindingname. -
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.Methods in org.wildfly.extension.messaging.activemq.jms that return ServiceModifier and TypeMethodDescriptionExternalJMSQueueService.installRuntimeQueueService(DestinationConfiguration config, ServiceTarget serviceTarget, ServiceName pcf, boolean enabledAMQ1Prefix) ExternalJMSQueueService.installService(String name, ServiceTarget serviceTarget, ServiceName serviceName, boolean enabledAMQ1Prefix) JMSQueueService.installService(String name, ServiceTarget serviceTarget, ServiceName serverServiceName, String selector, boolean durable) -
Uses of Service in org.wildfly.extension.messaging.activemq.jms.legacy
Classes in org.wildfly.extension.messaging.activemq.jms.legacy that implement Service