| Package | Description |
|---|---|
| org.apache.camel.impl.osgi |
Camel OSGi Activator.
|
| org.apache.camel.impl.osgi.tracker |
Camel OSGi Bundle Tracker.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Activator |
| Modifier and Type | Class and Description |
|---|---|
class |
BundleTracker
The
BundleTracker class simplifies tracking bundles much like
the ServiceTracker simplifies tracking services. |
| Constructor and Description |
|---|
BundleTracker(org.osgi.framework.BundleContext context,
int stateMask,
BundleTrackerCustomizer customizer)
Create a
BundleTracker for bundles whose state is present in
the specified state mask. |
Apache Camel