Package | Description |
---|---|
org.jboss.msc.service |
The service container implementation itself.
|
Modifier and Type | Interface and Description |
---|---|
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 |
DelegatingServiceRegistry
A service registry which delegates to another service registry.
|
Modifier and Type | Method and Description |
---|---|
protected ServiceRegistry |
DelegatingServiceRegistry.getDelegate()
Get the ServiceRegistry delegate.
|
ServiceRegistry |
ServiceActivatorContextImpl.getServiceRegistry()
Get the service registry for this activation.
|
ServiceRegistry |
ServiceActivatorContext.getServiceRegistry()
Get the service registry for this activation.
|
protected ServiceRegistry |
DelegatingServiceContainer.getServiceRegistryDelegate()
Get the ServiceRegistry delegate.
|
Constructor and Description |
---|
DelegatingServiceContainer(ServiceTarget serviceTargetDelegate,
ServiceRegistry serviceRegistryDelegate)
Construct a new instance.
|
DelegatingServiceRegistry(ServiceRegistry delegate)
Construct a new instance.
|
ServiceActivatorContextImpl(ServiceTarget serviceTarget,
ServiceRegistry serviceRegistry)
Construct a new instance.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.