Package tools.mdsd.somde.services
Interface ServiceManager<ServiceType>
-
- All Known Subinterfaces:
ServiceStreamProvider.ComposedServiceManager<ServiceType>
- All Known Implementing Classes:
CompositeServiceStreamProviderImpl
public interface ServiceManager<ServiceType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<ServiceType>
collectServices(Object... parameters)
Optional<ServiceType>
getService(Object... parameter)
-
-
-
Method Detail
-
getService
Optional<ServiceType> getService(Object... parameter)
-
collectServices
Collection<ServiceType> collectServices(Object... parameters)
-
-