com.sag.osami.context.recorder.osgi
Class OsgiContextStoreRecorderActivator
java.lang.Object
com.sag.osami.context.recorder.osgi.OsgiContextStoreRecorderActivator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class OsgiContextStoreRecorderActivator
- extends java.lang.Object
- implements org.osgi.framework.BundleActivator
ContextStoreRecorder OSAMi startup and cleanup
Method Summary |
static org.osgi.framework.BundleContext |
getContext()
|
void |
start(org.osgi.framework.BundleContext bundleContext)
|
void |
stop(org.osgi.framework.BundleContext bundleContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OsgiContextStoreRecorderActivator
public OsgiContextStoreRecorderActivator()
getContext
public static org.osgi.framework.BundleContext getContext()
start
public void start(org.osgi.framework.BundleContext bundleContext)
throws java.lang.Exception
- Specified by:
start
in interface org.osgi.framework.BundleActivator
- Throws:
java.lang.Exception
stop
public void stop(org.osgi.framework.BundleContext bundleContext)
throws java.lang.Exception
- Specified by:
stop
in interface org.osgi.framework.BundleActivator
- Throws:
java.lang.Exception