org.apache.qpid.info
Class Activator
java.lang.Object
org.apache.qpid.info.Activator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class Activator
- extends Object
- implements org.osgi.framework.BundleActivator
The Activator class for the OSGI info service
Method Summary |
void |
start(org.osgi.framework.BundleContext ctx)
Start bundle method |
void |
stop(org.osgi.framework.BundleContext ctx)
Stop the bundle method |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_service
InfoServiceImpl _service
_ctx
org.osgi.framework.BundleContext _ctx
Activator
public Activator()
start
public void start(org.osgi.framework.BundleContext ctx)
throws Exception
- Start bundle method
- Specified by:
start
in interface org.osgi.framework.BundleActivator
- Parameters:
ctx
- the bundle context
- Throws:
Exception
stop
public void stop(org.osgi.framework.BundleContext ctx)
throws Exception
- Stop the bundle method
- Specified by:
stop
in interface org.osgi.framework.BundleActivator
- Parameters:
ctx
- the bundle context
- Throws:
Exception
Licensed to the Apache Software Foundation