Package | Description |
---|---|
org.apache.felix.framework | |
org.eclipse.equinox.log.internal | |
org.eclipse.osgi.framework.internal.core | |
org.eclipse.osgi.internal.serviceregistry | |
org.osgi.framework |
Framework Package Version 1.7.
|
Modifier and Type | Class and Description |
---|---|
class |
Logger
This class mimics the standard OSGi LogService interface.
|
Modifier and Type | Class and Description |
---|---|
class |
LogServiceManager |
Modifier and Type | Method and Description |
---|---|
void |
BundleContextImpl.addServiceListener(ServiceListener listener)
Add a service listener.
|
void |
BundleContextImpl.addServiceListener(ServiceListener listener,
String filter)
Add a service listener with a filter.
|
void |
BundleContextImpl.removeServiceListener(ServiceListener listener)
Remove a service listener.
|
Modifier and Type | Method and Description |
---|---|
void |
ServiceRegistry.addServiceListener(BundleContextImpl context,
ServiceListener listener,
String filter)
Add a new Service Listener for a bundle.
|
void |
ServiceRegistry.removeServiceListener(BundleContextImpl context,
ServiceListener listener)
Remove a Service Listener for a bundle.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AllServiceListener
A
ServiceEvent listener that does not filter based upon package
wiring. |
interface |
UnfilteredServiceListener
A
ServiceEvent listener that does not filter based upon any
filter string specified to
BundleContext.addServiceListener(ServiceListener, String) . |
Modifier and Type | Method and Description |
---|---|
void |
BundleContext.addServiceListener(ServiceListener listener)
Adds the specified
ServiceListener object to the context bundle's
list of listeners. |
void |
BundleContext.addServiceListener(ServiceListener listener,
String filter)
Adds the specified
ServiceListener object with the specified
filter to the context bundle's list of listeners. |
void |
BundleContext.removeServiceListener(ServiceListener listener)
Removes the specified
ServiceListener object from the context
bundle's list of listeners. |
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.