org.robokind.api.common.lifecycle.utils
Interface ManagedServiceFactory
- All Known Implementing Classes:
- OSGiComponentFactory
public interface ManagedServiceFactory
- Author:
- Matthew Stevenson
createService
<T> ManagedService<T> createService(ServiceLifecycleProvider<T> lifecycle,
Properties registrationPropeties)
createService
<T> ManagedService<T> createService(ServiceLifecycleProvider<T> lifecycle,
Properties registrationPropeties,
Properties uniqueRegistrationPropeties)
Copyright © 2011-2013. All Rights Reserved.