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,
ServiceRegistration<?> handle)
Create a new service entry that is registered with OSGi
|
public AbstractServiceConfigurationFactory.Entry(String id, T service, ServiceRegistration<?> handle)
service
- the servicehandle
- the service registrationpublic ServiceRegistration<?> getHandle()
public T getService()
public String getId()