| Package | Description |
|---|---|
| org.apache.avalon.framework.component |
Deprecated: use the interfaces in the
org.apache.avalon.framework.service package instead. |
| Class | 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. |
| 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. |