public class Activator extends Object implements org.osgi.framework.BundleActivator
| Constructor and Description |
|---|
Activator() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
same(Dictionary<String,?> cfg1,
Dictionary<String,?> 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<String,?> 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)
stop in interface org.osgi.framework.BundleActivatorprotected boolean same(Dictionary<String,?> cfg1, Dictionary<String,?> cfg2)
protected void updateController(Dictionary<String,?> config, ServerControllerFactory factory)
config - factory - Copyright © 2006-2013 OPS4J - Open Participation Software for Java. All Rights Reserved.