| 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.
|
| Class and Description |
|---|
| Component
This interface identifies classes that can be used as
Components
by a Composable. |
| ComponentException
The exception thrown to indicate a problem with Components.
|
| ComponentManager
A
ComponentManager selects Components based on a
role. |
| ComponentSelector
A
ComponentSelector selects Components based on a
hint. |
| Composable
A
Composable class is one that needs to connect to software
components using a "role" abstraction, thus not depending on particular
implementations but on behavioral interfaces. |
| Class and Description |
|---|
| ComponentException
The exception thrown to indicate a problem with Components.
|
| ComponentManager
A
ComponentManager selects Components based on a
role. |
| Class and Description |
|---|
| ComponentManager
A
ComponentManager selects Components based on a
role. |
| ComponentSelector
A
ComponentSelector selects Components based on a
hint. |
Copyright © 2019. All rights reserved.