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.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultComponentManager
This class is a static implementation of a ComponentManager.
|
class |
WrapperComponentManager
This is a
ComponentManager implementation that can wrap around a
ServiceManager object effectively adapting a ServiceManager
interface to a ComponentManager interface. |
Modifier and Type | Method and Description |
---|---|
protected ComponentManager |
DefaultComponentManager.getParent()
Helper method for subclasses to retrieve parent.
|
Modifier and Type | Method and Description |
---|---|
void |
Composable.compose(ComponentManager componentManager)
Pass the
ComponentManager to the composer . |
void |
Recomposable.recompose(ComponentManager componentManager)
Deprecated.
Repass the
ComponentManager to the composer . |
Constructor and Description |
---|
DefaultComponentManager(ComponentManager parent)
Construct ComponentManager with specified parent.
|
Modifier and Type | Method and Description |
---|---|
static void |
ContainerUtil.compose(Object object,
ComponentManager componentManager)
Deprecated.
compose() is no longer the preferred method via
which components will be supplied with Components. Please
Use service() from Composable instead.
|
Constructor and Description |
---|
WrapperServiceManager(ComponentManager componentManager)
This constructor is a constructor for a WrapperServiceManager.
|
Copyright © 2017. All rights reserved.