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