Package | Description |
---|---|
org.eclipse.osgi.framework.internal.core | |
org.eclipse.osgi.internal.serviceregistry |
Modifier and Type | Method and Description |
---|---|
Map<ServiceRegistrationImpl<?>,ServiceUse<?>> |
BundleContextImpl.getServicesInUseMap()
Return the map of ServiceRegistrationImpl to ServiceUse for services being
used by this context.
|
Modifier and Type | Method and Description |
---|---|
ServiceRegistrationImpl<S> |
ServiceReferenceImpl.getRegistration()
Return the ServiceRegistrationImpl for this ServiceReferenceImpl.
|
ServiceRegistrationImpl<?> |
ServiceRegistry.registerService(BundleContextImpl context,
String[] clazzes,
Object service,
Dictionary<String,?> properties)
Registers the specified service object with the specified properties
under the specified class names into the Framework.
|
Modifier and Type | Method and Description |
---|---|
int |
ServiceRegistrationImpl.compareTo(ServiceRegistrationImpl<?> other)
Compares this
ServiceRegistrationImpl with the specified
ServiceRegistrationImpl for order. |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.