SMILA (incubation) API documentation

org.eclipse.smila.utils
Class UtilsActivator

java.lang.Object
  extended by org.eclipse.smila.utils.UtilsActivator

public class UtilsActivator
extends java.lang.Object

BundleActivator for org.eclipse.smila.utils.


Constructor Summary
UtilsActivator()
           
 
Method Summary
static BundleContext getBundleContext()
          Get the BundleContext.
 void start(BundleContext context)
          
 void stop(BundleContext context)
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UtilsActivator

public UtilsActivator()
Method Detail

start

public void start(BundleContext context)
           throws java.lang.Exception

Throws:
java.lang.Exception
See Also:
org.osgi.framework.BundleActivator#start(org.osgi.framework.BundleContext)

stop

public void stop(BundleContext context)
          throws java.lang.Exception

Throws:
java.lang.Exception
See Also:
org.osgi.framework.BundleActivator#stop(org.osgi.framework.BundleContext)

getBundleContext

public static BundleContext getBundleContext()
Get the BundleContext.

Returns:
the BundleContext

SMILA (incubation) API documentation