org.robokind.api.common.lifecycle.utils
Interface ManagedServiceFactory

All Known Implementing Classes:
OSGiComponentFactory

public interface ManagedServiceFactory

Author:
Matthew Stevenson

Method Summary
<T> ManagedService<T>
createService(ServiceLifecycleProvider<T> lifecycle, Properties registrationPropeties)
           
<T> ManagedService<T>
createService(ServiceLifecycleProvider<T> lifecycle, Properties registrationPropeties, Properties uniqueRegistrationPropeties)
           
 

Method Detail

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.