protected static class AbstractServiceConfigurationFactory.Entry<T>
extends java.lang.Object
| Constructor and Description |
|---|
AbstractServiceConfigurationFactory.Entry(java.lang.String id,
T service)
Create a new service entry that is not registered with OSGi
|
AbstractServiceConfigurationFactory.Entry(java.lang.String id,
T service,
Create a new service entry that is registered with OSGi
|
| Modifier and Type | Method and Description |
|---|---|
|
getHandle() |
java.lang.String |
getId() |
T |
getService() |
public AbstractServiceConfigurationFactory.Entry(java.lang.String id,
T service,
handle)
service - the servicehandle - the service registrationpublic AbstractServiceConfigurationFactory.Entry(java.lang.String id,
T service)
service - the servicepublicgetHandle()
public T getService()
public java.lang.String getId()
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0