public class Activator extends Object implements org.osgi.framework.BundleActivator
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
same(Dictionary cfg1,
Dictionary cfg2) |
protected boolean |
same(Object v1,
Object v2) |
void |
start(org.osgi.framework.BundleContext bundleContext) |
void |
stop(org.osgi.framework.BundleContext bundleContext) |
protected void |
updateController(Dictionary config,
ServerControllerFactory factory)
This method is the only place which is allowed to modify the config and factory fields.
|
public void start(org.osgi.framework.BundleContext bundleContext)
throws Exception
start in interface org.osgi.framework.BundleActivatorExceptionpublic void stop(org.osgi.framework.BundleContext bundleContext)
throws Exception
stop in interface org.osgi.framework.BundleActivatorExceptionprotected boolean same(Dictionary cfg1, Dictionary cfg2)
protected void updateController(Dictionary config, ServerControllerFactory factory)
config - factory - Copyright © 2006-2013 OPS4J - Open Participation Software for Java. All Rights Reserved.