Package | Description |
---|---|
org.jboss.msc.service |
The service container implementation itself.
|
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(java.util.Collection<ServiceName> dependencies)
Deprecated.
This method will be removed in a future release.
|
ServiceTarget |
DelegatingServiceTarget.addDependency(java.util.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(java.util.Collection<ServiceListener<java.lang.Object>> listeners)
Deprecated.
Use
addListener(LifecycleListener) instead.
This method will be removed in a future release. |
ServiceTarget |
DelegatingServiceTarget.addListener(java.util.Collection<ServiceListener<java.lang.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<java.lang.Object>... listeners)
Deprecated.
Use
addListener(LifecycleListener) instead.
This method will be removed in a future release. |
ServiceTarget |
DelegatingServiceTarget.addListener(ServiceListener<java.lang.Object>... listeners)
Deprecated.
|
ServiceTarget |
ServiceTarget.addListener(ServiceListener<java.lang.Object> listener)
Deprecated.
Use
addListener(LifecycleListener) instead.
This method will be removed in a future release. |
ServiceTarget |
DelegatingServiceTarget.addListener(ServiceListener<java.lang.Object> listener)
Deprecated.
|
ServiceTarget |
ServiceTarget.addMonitor(StabilityMonitor monitor)
Deprecated.
Stability monitors are unreliable - do not use them.
This method will be removed in a future release.
|
ServiceTarget |
DelegatingServiceTarget.addMonitor(StabilityMonitor monitor)
Deprecated.
|
ServiceTarget |
DelegatingServiceContainer.addMonitor(StabilityMonitor monitor)
Deprecated.
|
ServiceTarget |
ServiceTarget.addMonitors(StabilityMonitor... monitors)
Deprecated.
Stability monitors are unreliable - do not use them.
This method will be removed in a future release.
|
ServiceTarget |
DelegatingServiceTarget.addMonitors(StabilityMonitor... monitors)
Deprecated.
|
ServiceTarget |
DelegatingServiceContainer.addMonitors(StabilityMonitor... monitors)
Deprecated.
|
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<java.lang.Object> listener)
Deprecated.
Use
removeListener(LifecycleListener) instead.
This method will be removed in a future release. |
ServiceTarget |
DelegatingServiceTarget.removeListener(ServiceListener<java.lang.Object> listener)
Deprecated.
|
ServiceTarget |
ServiceTarget.removeMonitor(StabilityMonitor monitor)
Deprecated.
Stability monitors are unreliable - do not use them.
This method will be removed in a future release.
|
ServiceTarget |
DelegatingServiceTarget.removeMonitor(StabilityMonitor monitor)
Deprecated.
|
ServiceTarget |
DelegatingServiceContainer.removeMonitor(StabilityMonitor monitor)
Deprecated.
|
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.
|
Copyright © 2012 JBoss, a division of Red Hat, Inc.