Package tools.mdsd.somde.services
Interface ServiceManagerFactory
-
- All Known Implementing Classes:
ServiceManagerFactoryImpl
public interface ServiceManagerFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends Service<T>>
ServiceManager<T>createServiceManager(Iterable<T> services)
-
-
-
Method Detail
-
createServiceManager
<T extends Service<T>> ServiceManager<T> createServiceManager(Iterable<T> services)
-
-