Package | Description |
---|---|
org.apache.avalon.framework.component |
Deprecated: use the interfaces in the
org.apache.avalon.framework.service package instead. |
org.apache.avalon.framework.container |
Utilities supporting execution of component lifecycle stages.
|
org.apache.avalon.framework.service |
Interfaces and default implementation of a service management framework supporting container based service lookup and decommissioning.
|
Constructor and Description |
---|
WrapperComponentManager(ServiceManager manager)
Creation of a new wrapper component manger using a supplied
service manager as a source backing the wrapped.
|
Modifier and Type | Method and Description |
---|---|
static void |
ContainerUtil.service(Object object,
ServiceManager serviceManager)
Supply specified object with ServiceManager if it implements the
Serviceable interface. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultServiceManager
This class is a static implementation of a
ServiceManager . |
class |
WrapperServiceManager
This is a
ServiceManager implementation that can wrap around a legacy
ComponentManager object effectively adapting a ComponentManager
interface to a ServiceManager interface. |
Modifier and Type | Method and Description |
---|---|
protected ServiceManager |
DefaultServiceManager.getParent()
Helper method for subclasses to retrieve parent.
|
Modifier and Type | Method and Description |
---|---|
void |
Serviceable.service(ServiceManager manager)
Pass the
ServiceManager to the Serviceable . |
Constructor and Description |
---|
DefaultServiceManager(ServiceManager parent)
Construct
ServiceManager with specified parent. |
Copyright © 2023. All rights reserved.