org.robokind.api.common.osgi.lifecycle
Class OSGiComponentFactory
java.lang.Object
org.robokind.api.common.osgi.lifecycle.OSGiComponentFactory
- All Implemented Interfaces:
- ManagedServiceFactory
public class OSGiComponentFactory
- extends Object
- implements ManagedServiceFactory
- Author:
- Matthew Stevenson
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OSGiComponentFactory
public OSGiComponentFactory(org.osgi.framework.BundleContext context)
createService
public <T> ManagedService<T> createService(ServiceLifecycleProvider<T> lifecycle,
Properties registrationPropeties)
- Specified by:
createService
in interface ManagedServiceFactory
createService
public <T> ManagedService<T> createService(ServiceLifecycleProvider<T> lifecycle,
Properties registrationPropeties,
Properties uniqueRegistrationProperties)
- Specified by:
createService
in interface ManagedServiceFactory
Copyright © 2011-2013. All Rights Reserved.