| Package | Description |
|---|---|
| org.apache.felix.framework | |
| org.osgi.framework |
| Modifier and Type | Class and Description |
|---|---|
class |
Logger
This class mimics the standard OSGi LogService interface.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
AllServiceListener
A
ServiceEvent listener that does not filter based upon
package wiring. |
| 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,
java.lang.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 © 2012. All Rights Reserved.