public class OSGIUsage extends Object implements org.osgi.framework.BundleActivator
Modifier and Type | Field and Description |
---|---|
private org.osgi.framework.BundleContext |
__context |
Constructor and Description |
---|
OSGIUsage() |
Modifier and Type | Method and Description |
---|---|
private void |
actionInjection() |
private void |
contentInjection() |
private org.osgi.framework.BundleContext |
getContext() |
void |
start(org.osgi.framework.BundleContext context) |
void |
stop(org.osgi.framework.BundleContext context) |
private void |
viewInjection() |
public void start(org.osgi.framework.BundleContext context) throws Exception
start
in interface org.osgi.framework.BundleActivator
Exception
public void stop(org.osgi.framework.BundleContext context) throws Exception
stop
in interface org.osgi.framework.BundleActivator
Exception
private void contentInjection()
private void actionInjection()
private void viewInjection()
private org.osgi.framework.BundleContext getContext()
Copyright © 2014 www.staniscia.net. All Rights Reserved.