protected static class AbstractServiceConfigurationFactory.Entry<T> extends Object
Constructor and Description |
---|
AbstractServiceConfigurationFactory.Entry(String id,
T service)
Create a new service entry that is not registered with OSGi
|
AbstractServiceConfigurationFactory.Entry(String id,
T service,
org.osgi.framework.ServiceRegistration<?> handle)
Create a new service entry that is registered with OSGi
|
public AbstractServiceConfigurationFactory.Entry(String id, T service, org.osgi.framework.ServiceRegistration<?> handle)
service
- the servicehandle
- the service registrationCopyright © 2016 Eclipse SCADA Project. All rights reserved.