protected static class AbstractServiceConfigurationFactory.Entry<T> extends Object
Constructor and Description |
---|
Entry(String id,
T service)
Create a new service entry that is not registered with OSGi
|
Entry(String id,
T service,
org.osgi.framework.ServiceRegistration<?> handle)
Create a new service entry that is registered with OSGi
|
Modifier and Type | Method and Description |
---|---|
org.osgi.framework.ServiceRegistration<?> |
getHandle() |
String |
getId() |
T |
getService() |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.