org.eclipse.ohf.bridge.ws
Class WebServiceBridgeActivator

java.lang.Object
  extended by org.eclipse.ohf.bridge.ws.WebServiceBridgeActivator

public class WebServiceBridgeActivator
extends java.lang.Object

Bundle activator to verify that plug-in dependencies are installed and to start those associated dependencies.


Constructor Summary
WebServiceBridgeActivator()
           
 
Method Summary
 void start(BundleContext pContext)
          Starts necessary dependencies and places the plug-in in an ACTIVE state
 void stop(BundleContext pContext)
          Stops the plug-in and unloads configuration contexts.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WebServiceBridgeActivator

public WebServiceBridgeActivator()
Method Detail

start

public void start(BundleContext pContext)
           throws java.lang.Exception
Starts necessary dependencies and places the plug-in in an ACTIVE state

Throws:
java.lang.Exception

stop

public void stop(BundleContext pContext)
          throws java.lang.Exception
Stops the plug-in and unloads configuration contexts.

Throws:
java.lang.Exception