Class Activator
java.lang.Object
org.eclipse.equinox.http.jetty.internal.Activator
- All Implemented Interfaces:
BundleActivator
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
start
(BundleContext context) static void
startServer
(String pid, Dictionary<String, ?> settings) void
stop
(BundleContext context) static void
stopServer
(String pid)
-
Constructor Details
-
Activator
public Activator()
-
-
Method Details
-
start
- Specified by:
start
in interfaceBundleActivator
- Throws:
Exception
-
stop
- Specified by:
stop
in interfaceBundleActivator
- Throws:
Exception
-
startServer
- Throws:
Exception
-
stopServer
- Throws:
Exception
-