Uses of Interface
org.jboss.msc.service.ServiceTarget
-
Packages that use ServiceTarget Package Description org.jboss.as.naming org.jboss.msc.service The service container implementation itself.org.wildfly.clustering.service org.wildfly.clustering.singleton.service -
-
Uses of ServiceTarget in org.jboss.as.naming
Methods in org.jboss.as.naming with parameters of type ServiceTarget Modifier and Type Method Description static voidWritableServiceBasedNamingStore. pushOwner(ServiceTarget serviceTarget)Constructors in org.jboss.as.naming with parameters of type ServiceTarget Constructor Description WritableServiceBasedNamingStore(ServiceRegistry serviceRegistry, ServiceName serviceNameBase, ServiceTarget serviceTarget) -
Uses of ServiceTarget in org.jboss.msc.service
Subinterfaces of ServiceTarget in org.jboss.msc.service Modifier and Type Interface Description interfaceServiceContainerA service container which manages a set of running services.Classes in org.jboss.msc.service that implement ServiceTarget Modifier and Type Class Description classDelegatingServiceContainerA delegating container for things which depend on a service container rather than a specific target or registry instance.classDelegatingServiceTargetA service target which delegates to another service target.Methods in org.jboss.msc.service that return ServiceTarget Modifier and Type Method Description ServiceTargetDelegatingServiceTarget. addDependency(ServiceName dependency)Deprecated.ServiceTargetServiceTarget. addDependency(ServiceName dependency)Deprecated.This method will be removed in a future release.ServiceTargetDelegatingServiceTarget. addListener(LifecycleListener listener)Add a service lifecycle listener that will be added to this service.ServiceTargetServiceTarget. addListener(LifecycleListener listener)Add a service lifecycle listener that will be added to this service.ServiceTargetDelegatingServiceContainer. addMonitor(StabilityMonitor monitor)Deprecated.ServiceTargetDelegatingServiceTarget. addMonitor(StabilityMonitor monitor)Deprecated.ServiceTargetServiceTarget. addMonitor(StabilityMonitor monitor)Deprecated.Stability monitors are unreliable - do not use them.ServiceTargetStartContext. getChildTarget()Get a service target which may be used to add child services.protected ServiceTargetDelegatingServiceTarget. getDelegate()Get the ServiceTarget delegate.ServiceTargetServiceActivatorContext. getServiceTarget()Get the service target for this activation.ServiceTargetServiceActivatorContextImpl. getServiceTarget()Get the service target for this activation.protected ServiceTargetDelegatingServiceContainer. getServiceTargetDelegate()Get the ServiceTarget delegate.ServiceTargetDelegatingServiceTarget. removeListener(LifecycleListener listener)Remove a lifecycle listener from this target, if it exists.ServiceTargetServiceTarget. removeListener(LifecycleListener listener)Remove a lifecycle listener from this target, if it exists.ServiceTargetDelegatingServiceContainer. removeMonitor(StabilityMonitor monitor)Deprecated.ServiceTargetDelegatingServiceTarget. removeMonitor(StabilityMonitor monitor)Deprecated.ServiceTargetServiceTarget. removeMonitor(StabilityMonitor monitor)Deprecated.Stability monitors are unreliable - do not use them.ServiceTargetDelegatingServiceContainer. subTarget()Create a sub-target using this as the parent target.ServiceTargetDelegatingServiceTarget. subTarget()Create a sub-target using this as the parent target.ServiceTargetServiceTarget. subTarget()Create a sub-target using this as the parent target.Constructors in org.jboss.msc.service with parameters of type ServiceTarget Constructor Description DelegatingServiceContainer(ServiceTarget serviceTargetDelegate, ServiceRegistry serviceRegistryDelegate)Construct a new instance.DelegatingServiceTarget(ServiceTarget delegate)Construct a new instance.ServiceActivatorContextImpl(ServiceTarget serviceTarget, ServiceRegistry serviceRegistry)Construct a new instance. -
Uses of ServiceTarget in org.wildfly.clustering.service
Methods in org.wildfly.clustering.service with parameters of type ServiceTarget Modifier and Type Method Description ServiceBuilder<?>AsyncServiceConfigurator. build(ServiceTarget target)ServiceBuilder<T>Builder. build(ServiceTarget target)Deprecated, for removal: This API element is subject to removal in a future version.Builds a service into the specified target.ServiceBuilder<?>IdentityServiceConfigurator. build(ServiceTarget target)ServiceBuilder<?>ServiceConfigurator. build(ServiceTarget target)Adds and configures aService.ServiceBuilder<?>SimpleServiceConfigurator. build(ServiceTarget target)Constructor parameters in org.wildfly.clustering.service with type arguments of type ServiceTarget Constructor Description ChildTargetService(Consumer<ServiceTarget> installer) -
Uses of ServiceTarget in org.wildfly.clustering.singleton.service
Methods in org.wildfly.clustering.singleton.service with parameters of type ServiceTarget Modifier and Type Method Description SingletonServiceBuilder<?>ImmutableSingletonServiceConfigurator. build(ServiceTarget target)
-