Interface | Description |
---|---|
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
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. |
Recomposable | Deprecated
Deprecated with no replacement.
|
Exception | Description |
---|---|
ComponentException |
The exception thrown to indicate a problem with Components.
|