public final class OSGIActivation extends Object implements org.osgi.framework.BundleActivator
Modifier and Type | Field and Description |
---|---|
private org.osgi.framework.BundleContext |
context
The context.
|
private RCA |
rca
The rca.
|
Constructor and Description |
---|
OSGIActivation() |
Modifier and Type | Method and Description |
---|---|
private org.osgi.framework.BundleContext |
getContext()
Gets the context.
|
void |
start(org.osgi.framework.BundleContext bundleContext) |
private void |
startUP()
Start up.
|
void |
stop(org.osgi.framework.BundleContext bundleContext) |
private org.osgi.framework.BundleContext context
private RCA rca
public void start(org.osgi.framework.BundleContext bundleContext) throws Exception
start
in interface org.osgi.framework.BundleActivator
Exception
public void stop(org.osgi.framework.BundleContext bundleContext) throws Exception
stop
in interface org.osgi.framework.BundleActivator
Exception
private org.osgi.framework.BundleContext getContext()
private void startUP()
Copyright © 2014 www.staniscia.net. All Rights Reserved.