org.ops4j.pax.web.extender.whiteboard.internal
Class ExtenderContext
java.lang.Object
org.ops4j.pax.web.extender.whiteboard.internal.ExtenderContext
- All Implemented Interfaces:
- java.util.EventListener, org.osgi.framework.BundleListener
public class ExtenderContext
- extends java.lang.Object
- implements org.osgi.framework.BundleListener
Whiteboard extender context.
- Since:
- 0.4.0, April 01, 2008
- Author:
- Alin Dreghiciu
Method Summary |
void |
bundleChanged(org.osgi.framework.BundleEvent event)
|
void |
close(org.osgi.framework.BundleContext bundleContext)
|
WebApplication |
getWebApplication(org.osgi.framework.Bundle bundle,
java.lang.String httpContextId)
|
void |
open(org.osgi.framework.BundleContext bundleContext)
|
void |
removeWebApplications(org.ops4j.pax.web.extender.whiteboard.internal.ExtenderContext.ContextKey contextKey)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtenderContext
public ExtenderContext()
getWebApplication
public WebApplication getWebApplication(org.osgi.framework.Bundle bundle,
java.lang.String httpContextId)
removeWebApplications
public void removeWebApplications(org.ops4j.pax.web.extender.whiteboard.internal.ExtenderContext.ContextKey contextKey)
bundleChanged
public void bundleChanged(org.osgi.framework.BundleEvent event)
- Specified by:
bundleChanged
in interface org.osgi.framework.BundleListener
open
public void open(org.osgi.framework.BundleContext bundleContext)
close
public void close(org.osgi.framework.BundleContext bundleContext)
Copyright © 2006-2011 OPS4J - Open Participation Software for Java. All Rights Reserved.