Package | Description |
---|---|
org.jboss.msc.service |
The service container implementation itself.
|
Modifier and Type | Interface and Description |
---|---|
interface |
BatchServiceTarget
A
ServiceTarget that provides removal of all services installed so far. |
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
An "insulated" view of a service target which prevents access to other public methods on the delegate target object.
|
Modifier and Type | Method and Description |
---|---|
ServiceTarget |
ServiceTarget.addDependency(Collection<ServiceName> dependencies)
Add a collection of dependencies that will be added to the all ServiceBuilders installed in this target
|
ServiceTarget |
DelegatingServiceTarget.addDependency(Collection<ServiceName> dependencies)
Add a collection of dependencies that will be added to the all ServiceBuilders installed in this target
|
ServiceTarget |
ServiceTarget.addDependency(ServiceName... dependencies)
Add a list of dependencies that will be added to the all ServiceBuilders installed in this target.
|
ServiceTarget |
DelegatingServiceTarget.addDependency(ServiceName... dependencies)
Add a list of dependencies that will be added to the all ServiceBuilders installed in this target.
|
ServiceTarget |
ServiceTarget.addDependency(ServiceName dependency)
Add a dependency that will be added to the all ServiceBuilders installed in this target.
|
ServiceTarget |
DelegatingServiceTarget.addDependency(ServiceName dependency)
Add a dependency that will be added to the all ServiceBuilders installed in this target.
|
ServiceTarget |
ServiceTarget.addListener(Collection<ServiceListener<Object>> listeners)
Add a collection of service listener that will be added to all ServiceBuilders installed in this target.
|
ServiceTarget |
DelegatingServiceTarget.addListener(Collection<ServiceListener<Object>> listeners)
Add a collection of service listener that will be added to all ServiceBuilders installed in this target.
|
ServiceTarget |
ServiceTarget.addListener(ServiceListener<Object>... listeners)
Add a list of service listener that will be added to all ServiceBuilders installed in this target.
|
ServiceTarget |
DelegatingServiceTarget.addListener(ServiceListener<Object>... listeners)
Add a list of service listener that will be added to all ServiceBuilders installed in this target.
|
ServiceTarget |
ServiceTarget.addListener(ServiceListener<Object> listener)
Add a service listener that will be added to all the ServiceBuilders installed in this target.
|
ServiceTarget |
DelegatingServiceTarget.addListener(ServiceListener<Object> listener)
Add a service listener that will be added to all the ServiceBuilders installed in this target.
|
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)
Add a stability monitors that will be added to all the ServiceBuilders installed in this target.
|
ServiceTarget |
DelegatingServiceTarget.addMonitors(StabilityMonitor... monitors)
Add a stability monitors that will be added to all the ServiceBuilders installed in this target.
|
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.
|
ServiceTarget |
ServiceActivatorContextImpl.getServiceTarget()
Get the service target for this activation.
|
ServiceTarget |
ServiceActivatorContext.getServiceTarget()
Get the service target for this activation.
|
ServiceTarget |
ServiceTarget.removeDependency(ServiceName dependency)
Remove a dependency from this target.
|
ServiceTarget |
DelegatingServiceTarget.removeDependency(ServiceName dependency)
Remove a dependency from this target.
|
ServiceTarget |
ServiceTarget.removeListener(ServiceListener<Object> listener)
Remove a listener from this target, if it exists.
|
ServiceTarget |
DelegatingServiceTarget.removeListener(ServiceListener<Object> listener)
Remove a listener from this target, if it exists.
|
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 delegateTarget,
ServiceRegistry delegateRegistry)
Construct a new instance.
|
DelegatingServiceTarget(ServiceTarget delegate)
Construct a new instance.
|
ServiceActivatorContextImpl(ServiceTarget serviceTarget,
ServiceRegistry serviceRegistry)
Construct a new instance.
|
Copyright © 2017 JBoss by Red Hat. All rights reserved.