org.apache.qpid.info
Class Activator

java.lang.Object
  extended by 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


Field Summary
(package private)  org.osgi.framework.BundleContext _ctx
           
(package private)  InfoServiceImpl _service
           
 
Constructor Summary
Activator()
           
 
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
 

Field Detail

_service

InfoServiceImpl _service

_ctx

org.osgi.framework.BundleContext _ctx
Constructor Detail

Activator

public Activator()
Method Detail

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