org.eclipse.gemini.blueprint.extender.internal.activator
Class ListenerServiceActivator
java.lang.Object
org.eclipse.gemini.blueprint.extender.internal.activator.ListenerServiceActivator
- All Implemented Interfaces:
- org.osgi.framework.BundleActivator
public class ListenerServiceActivator
- extends Object
- implements org.osgi.framework.BundleActivator
Initializes the event multicaster infrastructure.
- Author:
- Bill Gallagher, Andy Piper, Hal Hildebrand, Adrian Colyer, Costin Leau, Olaf Otto
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListenerServiceActivator
public ListenerServiceActivator(ExtenderConfiguration extenderConfiguration)
start
public void start(org.osgi.framework.BundleContext extenderBundleContext)
throws Exception
- Specified by:
start
in interface org.osgi.framework.BundleActivator
- Throws:
Exception
stop
public void stop(org.osgi.framework.BundleContext extenderBundleContext)
throws Exception
- Specified by:
stop
in interface org.osgi.framework.BundleActivator
- Throws:
Exception
initListenerService
protected void initListenerService()
addApplicationListener
protected void addApplicationListener(OsgiBundleApplicationContextEventMulticaster multicaster)
getMulticaster
public OsgiBundleApplicationContextEventMulticaster getMulticaster()
Copyright © 2006-2013. All Rights Reserved.