org.apache.geronimo.mail
Class Activator

java.lang.Object
  extended by org.apache.geronimo.osgi.locator.Activator
      extended by org.apache.geronimo.mail.Activator
All Implemented Interfaces:
org.osgi.framework.BundleActivator

public class Activator
extends org.apache.geronimo.osgi.locator.Activator

The activator that starts and manages the tracking of JAF activation command maps


Field Summary
protected  org.osgi.util.tracker.BundleTracker bt
           
protected  List<org.osgi.service.log.LogService> logServices
           
protected  org.osgi.util.tracker.ServiceTracker lst
           
 
Fields inherited from class org.apache.geronimo.osgi.locator.Activator
bundleContext
 
Constructor Summary
Activator()
           
 
Method Summary
 void start(org.osgi.framework.BundleContext context)
           
 void stop(org.osgi.framework.BundleContext context)
           
 
Methods inherited from class org.apache.geronimo.osgi.locator.Activator
bundleChanged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bt

protected org.osgi.util.tracker.BundleTracker bt

lst

protected org.osgi.util.tracker.ServiceTracker lst

logServices

protected List<org.osgi.service.log.LogService> logServices
Constructor Detail

Activator

public Activator()
Method Detail

start

public void start(org.osgi.framework.BundleContext context)
           throws Exception
Specified by:
start in interface org.osgi.framework.BundleActivator
Overrides:
start in class org.apache.geronimo.osgi.locator.Activator
Throws:
Exception

stop

public void stop(org.osgi.framework.BundleContext context)
          throws Exception
Specified by:
stop in interface org.osgi.framework.BundleActivator
Overrides:
stop in class org.apache.geronimo.osgi.locator.Activator
Throws:
Exception


Copyright © 2003-2010 The Apache Software Foundation. All Rights Reserved.