Package org.eclipse.net4j.util.om
Klasse OSGiActivator
java.lang.Object
org.eclipse.net4j.util.om.OSGiActivator
- Alle implementierten Schnittstellen:
org.osgi.framework.BundleActivator
- Bekannte direkte Unterklassen:
OSGiActivator.WithState
A default implementation of an OSGi
bundle activator
for OM bundles
.- Autor:
- Eike Stepper
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
Saves and loadsbundle
state.static class
An OSGiactivator
that storesbundle state
between sessions. -
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected final Object
clone()
protected void
doStart()
protected void
doStop()
final boolean
final OMBundle
final int
hashCode()
static void
final void
start
(org.osgi.framework.BundleContext context) static void
final void
stop
(org.osgi.framework.BundleContext context) final String
toString()
static void
traceStart
(org.osgi.framework.BundleContext context) static void
traceStop
(org.osgi.framework.BundleContext context)
-
Felddetails
-
bundleContext
protected org.osgi.framework.BundleContext bundleContext- Seit:
- 2.0
-
-
Konstruktordetails
-
OSGiActivator
-
-
Methodendetails
-
getOMBundle
-
start
- Angegeben von:
start
in Schnittstelleorg.osgi.framework.BundleActivator
- Löst aus:
Exception
-
stop
- Angegeben von:
stop
in Schnittstelleorg.osgi.framework.BundleActivator
- Löst aus:
Exception
-
equals
-
hashCode
public final int hashCode() -
toString
-
clone
- Setzt außer Kraft:
clone
in KlasseObject
- Löst aus:
CloneNotSupportedException
-
doStart
- Löst aus:
Exception
- Seit:
- 2.0
-
doStop
- Löst aus:
Exception
- Seit:
- 2.0
-
start
- Löst aus:
Exception
- Seit:
- 3.3
-
stop
- Löst aus:
Exception
- Seit:
- 3.3
-
traceStart
public static void traceStart(org.osgi.framework.BundleContext context) - Seit:
- 2.0
-
traceStop
public static void traceStop(org.osgi.framework.BundleContext context) - Seit:
- 2.0
-