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