- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class Activator
extends Object
implements org.osgi.framework.BundleActivator 
- 
Constructor SummaryConstructors 
- 
Method Summary
void
 start(org.osgi.framework.BundleContext context)
  void
 stop(org.osgi.framework.BundleContext context)
  
 
 
 
- 
Constructor Details
- 
Activatorpublic Activator() 
 
- 
Method Details
- 
startpublic void start(org.osgi.framework.BundleContext context)
           throws Exception 
- Specified by:
- startin interface- org.osgi.framework.BundleActivator
- Throws:
- Exception
 
- 
stoppublic void stop(org.osgi.framework.BundleContext context)
          throws Exception 
- Specified by:
- stopin interface- org.osgi.framework.BundleActivator
- Throws:
- Exception