Class RestManagementActivator
- java.lang.Object
-
- org.apache.aries.jax.rs.rest.management.internal.RestManagementActivator
-
- All Implemented Interfaces:
org.osgi.framework.BundleActivator
@Header(name="Bundle-Activator", value="${@class}") public class RestManagementActivator extends Object implements org.osgi.framework.BundleActivator
-
-
Constructor Summary
Constructors Constructor Description RestManagementActivator()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <T> org.apache.aries.component.dsl.OSGi<Void>
dynamic(org.apache.aries.component.dsl.OSGi<T> program, Consumer<T> bind, Consumer<T> unbind)
void
start(org.osgi.framework.BundleContext bundleContext)
void
stop(org.osgi.framework.BundleContext context)
-
-
-
Field Detail
-
RMS_BASE
public static final String RMS_BASE
- See Also:
- Constant Field Values
-
-
Method Detail
-
start
public void start(org.osgi.framework.BundleContext bundleContext) throws Exception
- Specified by:
start
in interfaceorg.osgi.framework.BundleActivator
- Throws:
Exception
-
stop
public void stop(org.osgi.framework.BundleContext context) throws Exception
- Specified by:
stop
in interfaceorg.osgi.framework.BundleActivator
- Throws:
Exception
-
-