Uses of Interface
org.jboss.msc.Service
-
Packages that use Service Package Description org.jboss.as.naming.deployment org.jboss.as.naming.management org.jboss.as.naming.remote org.jboss.as.naming.service org.jboss.msc The modular service container base package.org.jboss.msc.service The service container implementation itself.org.wildfly.clustering.service org.wildfly.clustering.singleton org.wildfly.clustering.singleton.service -
-
Uses of Service in org.jboss.as.naming.deployment
Classes in org.jboss.as.naming.deployment that implement Service Modifier and Type Class Description classRuntimeBindReleaseServiceAServicewhich on stop releases runtime installedBinderServices. -
Uses of Service in org.jboss.as.naming.management
Classes in org.jboss.as.naming.management that implement Service Modifier and Type Class Description classJndiViewExtensionRegistryRegistry for Jndi view extensions. -
Uses of Service in org.jboss.as.naming.remote
Classes in org.jboss.as.naming.remote that implement Service Modifier and Type Class Description classHttpRemoteNamingServerServiceclassRemoteNamingServerService -
Uses of Service in org.jboss.as.naming.service
Classes in org.jboss.as.naming.service that implement Service Modifier and Type Class Description classBinderServiceService responsible for binding and unbinding an entry into a naming context.classDefaultNamespaceContextSelectorServiceclassExternalContextBinderServiceA binder service for external contexts.classExternalContextsServiceA service containing the subsystem'sExternalContexts.classNamingServiceService responsible for creating and managing the life-cycle of the Naming Server.classNamingStoreServiceService 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 Service Modifier and Type Field Description static ServiceService. NULLA simple null service whose start and stop methods do nothing.Methods in org.jboss.msc that return Service Modifier and Type Method Description static <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.service Modifier and Type Interface Description interfaceService<T>Deprecated.useServiceinstead.Methods in org.jboss.msc.service with parameters of type Service Modifier and Type Method Description ServiceBuilder<T>DelegatingServiceBuilder. setInstance(Service service)Sets service instance.ServiceBuilder<T>ServiceBuilder. setInstance(Service service)Sets service instance. -
Uses of Service in org.wildfly.clustering.service
Classes in org.wildfly.clustering.service that implement Service Modifier and Type Class Description classChildTargetServiceService 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.singleton Modifier and Type Interface Description interfaceSingletonService<T>Deprecated, 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.service Modifier and Type Interface Description interfaceSingletonServiceImplemented by the instrumented singleton service.
-