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 voiddoStart()protected voiddoStop()booleanfinal Objectstart(IApplicationContext context) final voidstop()static voidtraceStart(String applicationID) static void
-
Konstruktordetails
-
OSGiApplication
-
-
Methodendetails
-
getApplicationID
-
getApplicationContext
-
isRunning
public boolean isRunning() -
start
- Angegeben von:
startin SchnittstelleIApplication- Löst aus:
Exception
-
stop
public final void stop()- Angegeben von:
stopin SchnittstelleIApplication
-
doStart
- Löst aus:
Exception
-
doStop
- Löst aus:
Exception
-
traceStart
-
traceStop
-