public class Activator extends Object implements BundleActivator
Constructor and Description |
---|
Activator() |
Modifier and Type | Method and Description |
---|---|
void |
start(BundleContext context) |
void |
stop(BundleContext context) |
public void start(BundleContext context) throws Exception
start
in interface BundleActivator
Exception
public void stop(BundleContext context) throws Exception
stop
in interface BundleActivator
Exception