Class Activator
- java.lang.Object
-
- org.objectweb.joram.tools.rest.jmx.Activator
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
public final class Activator extends Object implements org.osgi.framework.BundleActivator
-
-
Field Summary
Fields Modifier and Type Field Description private org.osgi.framework.BundleContextcontextprivate org.osgi.framework.ServiceRegistration<org.osgi.service.http.context.ServletContextHelper>ctxRegistrationprivate static booleanDEBUGstatic LoggerloggerStringservletNameStringservletPathprivate org.osgi.framework.ServiceRegistration<jakarta.servlet.Servlet>servletRegistration
-
Constructor Summary
Constructors Constructor Description Activator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidstart(org.osgi.framework.BundleContext bundleContext)voidstop(org.osgi.framework.BundleContext bundleContext)
-
-
-
Field Detail
-
logger
public static final Logger logger
-
DEBUG
private static final boolean DEBUG
-
context
private org.osgi.framework.BundleContext context
-
ctxRegistration
private org.osgi.framework.ServiceRegistration<org.osgi.service.http.context.ServletContextHelper> ctxRegistration
-
servletRegistration
private org.osgi.framework.ServiceRegistration<jakarta.servlet.Servlet> servletRegistration
-
servletName
public final String servletName
- See Also:
- Constant Field Values
-
servletPath
public final String servletPath
- See Also:
- Constant Field Values
-
-