ch.ethz.iks.r_osgi
Interface SmartProxy


public interface SmartProxy

Interface for smart proxies.

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

Method Summary
 void started(org.osgi.framework.BundleContext context)
          This method is called when the smart proxy is started.
 void stopped(org.osgi.framework.BundleContext context)
          This method is called when the smart proxy is stopped.
 

Method Detail

started

void started(org.osgi.framework.BundleContext context)
This method is called when the smart proxy is started. Since it passes the bundle context to the smart proxy, it can be used to retrieve other services, etc.

Parameters:
context - the bundle context of the proxy bundle.

stopped

void stopped(org.osgi.framework.BundleContext context)
This method is called when the smart proxy is stopped.

Parameters:
context - the bundle context.


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