org.apache.geronimo.axis2.osgi
Class NeethiAssertionBuilderRegistry

java.lang.Object
  extended by org.apache.geronimo.axis2.osgi.NeethiAssertionBuilderRegistry
All Implemented Interfaces:
EventListener, GBeanLifecycle, org.osgi.framework.BundleListener

@GBean
@OsgiService
public class NeethiAssertionBuilderRegistry
extends Object
implements org.osgi.framework.BundleListener, GBeanLifecycle

Version:
$Rev: 1097359 $ $Date: 2011-04-28 16:37:00 +0800 (Thu, 28 Apr 2011) $

Constructor Summary
NeethiAssertionBuilderRegistry(org.osgi.framework.BundleContext bundleContext)
           
 
Method Summary
 void bundleChanged(org.osgi.framework.BundleEvent event)
           
 void doFail()
           
 void doStart()
           
 void doStop()
           
protected  void registerAssertionBuilder(org.osgi.framework.Bundle bundle)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NeethiAssertionBuilderRegistry

public NeethiAssertionBuilderRegistry(@ParamSpecial(type=bundleContext)
                                      org.osgi.framework.BundleContext bundleContext)
Method Detail

doFail

public void doFail()
Specified by:
doFail in interface GBeanLifecycle

bundleChanged

public void bundleChanged(org.osgi.framework.BundleEvent event)
Specified by:
bundleChanged in interface org.osgi.framework.BundleListener

doStart

public void doStart()
             throws Exception
Specified by:
doStart in interface GBeanLifecycle
Throws:
Exception

doStop

public void doStop()
            throws Exception
Specified by:
doStop in interface GBeanLifecycle
Throws:
Exception

registerAssertionBuilder

protected void registerAssertionBuilder(org.osgi.framework.Bundle bundle)


Copyright © 2003-2011 The Apache Geronimo development community. All Rights Reserved.