Package de.mnl.osgi.log4j2osgi
Class Activator
- java.lang.Object
-
- de.mnl.osgi.log4j2osgi.Activator
-
- All Implemented Interfaces:
BundleActivator
public class Activator extends Object implements BundleActivator
The activator for this bundle.
-
-
Constructor Summary
Constructors Constructor Description Activator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
start(BundleContext context)
Start.void
stop(BundleContext context)
Stop.
-
-
-
Constructor Detail
-
Activator
public Activator()
-
-
Method Detail
-
start
public void start(BundleContext context) throws Exception
Start.- Specified by:
start
in interfaceBundleActivator
- Parameters:
context
- the context- Throws:
Exception
- the exception
-
stop
public void stop(BundleContext context) throws Exception
Stop.- Specified by:
stop
in interfaceBundleActivator
- Parameters:
context
- the context- Throws:
Exception
- the exception
-
-