org.apache.ode.jbi.osgi
Class ServiceUnitActivator

java.lang.Object
  extended by org.apache.ode.jbi.osgi.ServiceUnitActivator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

Deprecated.

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

This class is now deprecated in favor of using OdeExtender service, which watches deployment of bundles and manages start/stop/install/uninstall/update from OSGi to ODE.

See Also:
OdeExtenderImpl

Constructor Summary
ServiceUnitActivator()
          Deprecated.  
 
Method Summary
 void start(org.osgi.framework.BundleContext context)
          Deprecated.  
 void stop(org.osgi.framework.BundleContext context)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceUnitActivator

public ServiceUnitActivator()
Deprecated. 
Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           throws java.lang.Exception
Deprecated. 
Specified by:
start in interface org.osgi.framework.BundleActivator
Throws:
java.lang.Exception

stop

public void stop(org.osgi.framework.BundleContext context)
          throws java.lang.Exception
Deprecated. 
Specified by:
stop in interface org.osgi.framework.BundleActivator
Throws:
java.lang.Exception