ch.ethz.iks.r_osgi.impl
Class RemoteOSGiActivator

java.lang.Object
  extended by ch.ethz.iks.r_osgi.impl.RemoteOSGiActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public final class RemoteOSGiActivator
extends java.lang.Object
implements org.osgi.framework.BundleActivator

the OSGi BundleActivator.

Since:
0.1
Author:
Jan S. Rellermeyer, ETH Zurich

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

RemoteOSGiActivator

public RemoteOSGiActivator()
Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           throws java.lang.Exception
called when the bundle is started.

Specified by:
start in interface org.osgi.framework.BundleActivator
Parameters:
context - the bundle context.
Throws:
java.lang.Exception - not thrown.
See Also:
BundleActivator.start(org.osgi.framework.BundleContext)

stop

public void stop(org.osgi.framework.BundleContext context)
          throws java.lang.Exception
called when the bundle is stopped.

Specified by:
stop in interface org.osgi.framework.BundleActivator
Parameters:
context - the bundle context.
Throws:
java.lang.Exception - if something goes wrong.
See Also:
BundleActivator.stop(org.osgi.framework.BundleContext)


Copyright © 2009 IKS, ETH Zurich. All Rights Reserved.