Interface Summary |
Component |
This interface identifies classes that can be used as Components
by a Composable .
|
ComponentManager |
A ComponentManager selects Component s based on a
role. |
ComponentSelector |
A ComponentSelector selects Component s based on a
hint. |
Composable |
A composer is a class that need to connect to software components using
a "role" abstraction, thus not depending on particular implementations
but on behavioral interfaces.
|
Recomposable |
Extends composer to allow recomposing. |
Interfaces and implementation of the component management services supporting container based management of componet lookup and decommissioning.