Package org.eclipse.net4j.util.om
Klasse OSGiApplication
java.lang.Object
org.eclipse.net4j.util.om.OSGiApplication
- Alle implementierten Schnittstellen:
IApplication
A default implementation of an OSGi
application
.- Autor:
- Eike Stepper
-
Feldübersicht
Von Schnittstelle geerbte Felder org.eclipse.equinox.app.IApplication
EXIT_OK, EXIT_RELAUNCH, EXIT_RESTART
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected void
doStart()
protected void
doStop()
boolean
final Object
start
(IApplicationContext context) final void
stop()
static void
traceStart
(String applicationID) static void
-
Konstruktordetails
-
OSGiApplication
-
-
Methodendetails
-
getApplicationID
-
getApplicationContext
-
isRunning
public boolean isRunning() -
start
- Angegeben von:
start
in SchnittstelleIApplication
- Löst aus:
Exception
-
stop
public final void stop()- Angegeben von:
stop
in SchnittstelleIApplication
-
doStart
- Löst aus:
Exception
-
doStop
- Löst aus:
Exception
-
traceStart
-
traceStop
-