private static class ExtensionManager.ExtensionTuple
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private BundleActivator |
m_activator |
private Bundle |
m_bundle |
private boolean |
m_failed |
private boolean |
m_started |
| Constructor and Description |
|---|
ExtensionTuple(BundleActivator activator,
Bundle bundle) |
private final BundleActivator m_activator
private final Bundle m_bundle
private volatile boolean m_failed
private volatile boolean m_started
public ExtensionTuple(BundleActivator activator, Bundle bundle)