Package tools.mdsd.somde.services.impl
Class ServiceManagerFactoryImpl
- java.lang.Object
-
- tools.mdsd.somde.services.impl.ServiceManagerFactoryImpl
-
- All Implemented Interfaces:
ServiceManagerFactory
public class ServiceManagerFactoryImpl extends Object implements ServiceManagerFactory
-
-
Constructor Summary
Constructors Constructor Description ServiceManagerFactoryImpl(InternalRegistrationFacade.InternalRegistrationFacadeFactory facadeFactory)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Service<T>>
ServiceManager<T>createServiceManager(Iterable<T> services)
-
-
-
Constructor Detail
-
ServiceManagerFactoryImpl
@Inject public ServiceManagerFactoryImpl(InternalRegistrationFacade.InternalRegistrationFacadeFactory facadeFactory)
-
-
Method Detail
-
createServiceManager
public <T extends Service<T>> ServiceManager<T> createServiceManager(Iterable<T> services)
- Specified by:
createServiceManager
in interfaceServiceManagerFactory
-
-