| Interface | Description |
|---|---|
| Serviceable |
A Serviceable is a class that need to connect to software components using
a "role" abstraction, thus not depending on particular implementations
but on behavioral interfaces.
|
| ServiceManager |
A
ServiceManager selects Objects based on a
role. |
| ServiceSelector |
A
ServiceSelector selects Objects based on a
supplied policy. |
| Exception | Description |
|---|---|
| ServiceException |
The exception thrown to indicate a problem with service.
|