|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.dsrg.sofa.osgi.HostActivator
public class HostActivator
Host to interact with the embedded Framework
Constructor Summary | |
---|---|
HostActivator()
|
Method Summary | |
---|---|
org.osgi.framework.BundleContext |
getContext()
Get the execution context |
void |
start(org.osgi.framework.BundleContext context)
Called when the Framework starts |
void |
stop(org.osgi.framework.BundleContext context)
Called when the Framework stops |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HostActivator()
Method Detail |
---|
public void start(org.osgi.framework.BundleContext context)
start
in interface org.osgi.framework.BundleActivator
context
- the execution contextpublic void stop(org.osgi.framework.BundleContext context)
stop
in interface org.osgi.framework.BundleActivator
context
- the execution contextpublic org.osgi.framework.BundleContext getContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |