Uses of Interface
org.jboss.msc.service.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.service The service container implementation itself.org.wildfly.clustering.singleton -
-
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.service
Fields in org.jboss.msc.service declared as Service Modifier and Type Field Description static Service<Void>Service. NULLDeprecated.A simple null service which performs no start or stop action.Methods in org.jboss.msc.service that return Service Modifier and Type Method Description Service<S>DelegatingServiceController. getService()Get the service.Service<S>ServiceController. getService()Deprecated.this method will be removed in a future releaseMethods in org.jboss.msc.service with parameters of type Service Modifier and Type Method Description <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.singleton Modifier and Type Interface Description interfaceSingletonService<T>Deprecated, 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 Service Modifier and Type Method Description <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.
-