org.jboss.osgi.husky.runtime.osgi
Class HuskyExtender

java.lang.Object
  extended by org.jboss.osgi.husky.runtime.osgi.HuskyExtender
All Implemented Interfaces:
java.util.EventListener, org.osgi.framework.BundleListener, org.osgi.framework.SynchronousBundleListener

public class HuskyExtender
extends java.lang.Object
implements org.osgi.framework.SynchronousBundleListener

The Husky extender is a BundleListener that checkes the HEADER_TEST_PACKAGE

Since:
17-May-2009
Author:
Thomas.Diesler@jboss.com

Field Summary
static java.lang.String HEADER_TEST_PACKAGE
          The manifest header that identifies a bundle as Husky test bundle: 'Test-Package'
 
Constructor Summary
HuskyExtender(org.osgi.framework.BundleContext context)
           
 
Method Summary
 void bundleChanged(org.osgi.framework.BundleEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

HEADER_TEST_PACKAGE

public static final java.lang.String HEADER_TEST_PACKAGE
The manifest header that identifies a bundle as Husky test bundle: 'Test-Package'

See Also:
Constant Field Values
Constructor Detail

HuskyExtender

public HuskyExtender(org.osgi.framework.BundleContext context)
Method Detail

bundleChanged

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


Copyright © 2009. All Rights Reserved.