See: Description
Interface | Description |
---|---|
ServiceAdaptor |
Something that adapts a component to be a
Service . |
ServiceStrategy |
Something that can attempt to adapt a component to a service.
|
Class | Description |
---|---|
ServiceMethodAdaptor |
A
ServiceAdaptor that uses a start and stop method. |
ServiceProxyGenerator |
Generate a Proxy for a service.
|
ServiceStrategies |
A collection of different strategies that are applied to a component
to see if it can be adapted to a
Service . |
ServiceStrategies.HasServiceAnnotationsStrategy | |
ServiceStrategies.HasServiceMethodsStrategy | |
ServiceStrategies.IsServiceAlreadyStrategy |
Provides a strategy that checks to see if the component is a
Service already. |
ServiceWrapper |
Wraps a Service object and adds state to it.
|