Package | Description |
---|---|
org.jboss.msc.service |
The service container implementation itself.
|
org.wildfly.clustering.singleton.service |
Modifier and Type | Interface and Description |
---|---|
interface |
BatchServiceTarget
Deprecated.
this class will be removed in a future release.
|
interface |
ServiceContainer
A service container which manages a set of running services.
|
Modifier and Type | Class and Description |
---|---|
class |
DelegatingServiceContainer
A delegating container for things which depend on a service container rather than a specific
target or registry instance.
|
class |
DelegatingServiceTarget
A service target which delegates to another service target.
|
Modifier and Type | Method and Description |
---|---|
ServiceTarget |
ServiceTarget.addDependency(Collection<ServiceName> dependencies)
Deprecated.
This method will be removed in a future release.
|
ServiceTarget |
DelegatingServiceTarget.addDependency(Collection<ServiceName> dependencies)
Deprecated.
|
ServiceTarget |
ServiceTarget.addDependency(ServiceName... dependencies)
Deprecated.
This method will be removed in a future release.
|
ServiceTarget |
DelegatingServiceTarget.addDependency(ServiceName... dependencies)
Deprecated.
|
ServiceTarget |
ServiceTarget.addDependency(ServiceName dependency)
Deprecated.
This method will be removed in a future release.
|
ServiceTarget |
DelegatingServiceTarget.addDependency(ServiceName dependency)
Deprecated.
|
ServiceTarget |
ServiceTarget.addListener(Collection<ServiceListener<Object>> listeners)
Deprecated.
Use
addListener(LifecycleListener) instead.
This method will be removed in a future release. |
ServiceTarget |
DelegatingServiceTarget.addListener(Collection<ServiceListener<Object>> listeners)
Deprecated.
|
ServiceTarget |
ServiceTarget.addListener(LifecycleListener listener)
Add a service lifecycle listener that will be added to this service.
|
ServiceTarget |
DelegatingServiceTarget.addListener(LifecycleListener listener)
Add a service lifecycle listener that will be added to this service.
|
ServiceTarget |
ServiceTarget.addListener(ServiceListener<Object>... listeners)
Deprecated.
Use
addListener(LifecycleListener) instead.
This method will be removed in a future release. |
ServiceTarget |
DelegatingServiceTarget.addListener(ServiceListener<Object>... listeners)
Deprecated.
|
ServiceTarget |
ServiceTarget.addListener(ServiceListener<Object> listener)
Deprecated.
Use
addListener(LifecycleListener) instead.
This method will be removed in a future release. |
ServiceTarget |
DelegatingServiceTarget.addListener(ServiceListener<Object> listener)
Deprecated.
|
ServiceTarget |
ServiceTarget.addMonitor(StabilityMonitor monitor)
Add a stability monitor that will be added to all the ServiceBuilders installed in this target.
|
ServiceTarget |
DelegatingServiceTarget.addMonitor(StabilityMonitor monitor)
Add a stability monitor that will be added to all the ServiceBuilders installed in this target.
|
ServiceTarget |
DelegatingServiceContainer.addMonitor(StabilityMonitor monitor)
Add a stability monitor that will be added to all the ServiceBuilders installed in this target.
|
ServiceTarget |
ServiceTarget.addMonitors(StabilityMonitor... monitors)
Deprecated.
This method will be removed in a future release.
|
ServiceTarget |
DelegatingServiceTarget.addMonitors(StabilityMonitor... monitors)
Deprecated.
|
ServiceTarget |
DelegatingServiceContainer.addMonitors(StabilityMonitor... monitors)
Add a stability monitors that will be added to all the ServiceBuilders installed in this target.
|
ServiceTarget |
StartContext.getChildTarget()
Get a service target which may be used to add child services.
|
protected ServiceTarget |
DelegatingServiceTarget.getDelegate()
Get the ServiceTarget delegate.
|
ServiceTarget |
ServiceActivatorContextImpl.getServiceTarget()
Get the service target for this activation.
|
ServiceTarget |
ServiceActivatorContext.getServiceTarget()
Get the service target for this activation.
|
protected ServiceTarget |
DelegatingServiceContainer.getServiceTargetDelegate()
Get the ServiceTarget delegate.
|
ServiceTarget |
ServiceTarget.removeDependency(ServiceName dependency)
Deprecated.
This method will be removed in a future release.
|
ServiceTarget |
DelegatingServiceTarget.removeDependency(ServiceName dependency)
Deprecated.
|
ServiceTarget |
ServiceTarget.removeListener(LifecycleListener listener)
Remove a lifecycle listener from this target, if it exists.
|
ServiceTarget |
DelegatingServiceTarget.removeListener(LifecycleListener listener)
Remove a lifecycle listener from this target, if it exists.
|
ServiceTarget |
ServiceTarget.removeListener(ServiceListener<Object> listener)
Deprecated.
Use
removeListener(LifecycleListener) instead.
This method will be removed in a future release. |
ServiceTarget |
DelegatingServiceTarget.removeListener(ServiceListener<Object> listener)
Deprecated.
|
ServiceTarget |
ServiceTarget.removeMonitor(StabilityMonitor monitor)
Remove a monitor from this target, if it exists.
|
ServiceTarget |
DelegatingServiceTarget.removeMonitor(StabilityMonitor monitor)
Remove a monitor from this target, if it exists.
|
ServiceTarget |
DelegatingServiceContainer.removeMonitor(StabilityMonitor monitor)
Remove a monitor from this target, if it exists.
|
ServiceTarget |
ServiceTarget.subTarget()
Create a sub-target using this as the parent target.
|
ServiceTarget |
DelegatingServiceTarget.subTarget()
Create a sub-target using this as the parent target.
|
ServiceTarget |
DelegatingServiceContainer.subTarget()
Create a sub-target using this as the parent target.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
SingletonServiceBuilder<?> |
ImmutableSingletonServiceConfigurator.build(ServiceTarget target) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.