|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.ethz.iks.r_osgi.impl.RemoteOSGiActivator
public final class RemoteOSGiActivator
the OSGi BundleActivator.
Constructor Summary | |
---|---|
RemoteOSGiActivator()
|
Method Summary | |
---|---|
void |
start(org.osgi.framework.BundleContext context)
called when the bundle is started. |
void |
stop(org.osgi.framework.BundleContext context)
called when the bundle is stopped. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RemoteOSGiActivator()
Method Detail |
---|
public void start(org.osgi.framework.BundleContext context) throws java.lang.Exception
start
in interface org.osgi.framework.BundleActivator
context
- the bundle context.
java.lang.Exception
- not thrown.BundleActivator.start(org.osgi.framework.BundleContext)
public void stop(org.osgi.framework.BundleContext context) throws java.lang.Exception
stop
in interface org.osgi.framework.BundleActivator
context
- the bundle context.
java.lang.Exception
- if something goes wrong.BundleActivator.stop(org.osgi.framework.BundleContext)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |