- Type Parameters:
S -
- All Known Implementing Classes:
- ServiceProviderBase, ServiceProviderDecorator, ServiceProviderJpaRdbRdf, ServiceProviderRdb2Rdf
public interface ServiceProvider<S>
A ServiceProvider is an object from which the service can be obtained.
Additionally, a name and a close method are associated with the service.
Multiple calls to getService should return the same object.
A service provider only has to be capable of stopping a service, but not of
(re)starting it.
- Author:
- raven