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 classSaves and loadsbundlestate.static classAn OSGiactivatorthat storesbundle statebetween sessions. -
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected final Objectclone()protected voiddoStart()protected voiddoStop()final booleanfinal OMBundlefinal inthashCode()static voidfinal voidstart(org.osgi.framework.BundleContext context) static voidfinal voidstop(org.osgi.framework.BundleContext context) final StringtoString()static voidtraceStart(org.osgi.framework.BundleContext context) static voidtraceStop(org.osgi.framework.BundleContext context)
-
Felddetails
-
bundleContext
protected org.osgi.framework.BundleContext bundleContext- Seit:
- 2.0
-
-
Konstruktordetails
-
OSGiActivator
-
-
Methodendetails
-
getOMBundle
-
start
- Angegeben von:
startin Schnittstelleorg.osgi.framework.BundleActivator- Löst aus:
Exception
-
stop
- Angegeben von:
stopin Schnittstelleorg.osgi.framework.BundleActivator- Löst aus:
Exception
-
equals
-
hashCode
public final int hashCode() -
toString
-
clone
- Setzt außer Kraft:
clonein 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
-