|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.geronimo.osgi.web.extender.WebContainerEventDispatcher
public class WebContainerEventDispatcher
Support for dispatching Web container lifecycle events to the EventAdmin service, if it's available.
| Constructor Summary | |
|---|---|
WebContainerEventDispatcher(org.osgi.framework.BundleContext bundleContext)
|
|
| Method Summary | |
|---|---|
void |
collision(org.osgi.framework.Bundle bundle,
String contextPath,
Collection<Long> bundleId)
Dispatch a FAILED event indicating a contextPath collision |
void |
deployed(org.osgi.framework.Bundle bundle,
String contextPath)
Dispatch a deployed event |
void |
deploying(org.osgi.framework.Bundle bundle,
String contextPath)
Dispatch a deploying event |
void |
destroy()
|
void |
failed(org.osgi.framework.Bundle bundle,
String contextPath,
Throwable cause)
Dispatch a FAILED event |
void |
undeployed(org.osgi.framework.Bundle bundle,
String contextPath)
Dispatch an undeployed event |
void |
undeploying(org.osgi.framework.Bundle bundle,
String contextPath)
Dispatch an undeploying event |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WebContainerEventDispatcher(org.osgi.framework.BundleContext bundleContext)
| Method Detail |
|---|
public void deploying(org.osgi.framework.Bundle bundle,
String contextPath)
bundle - The bundle we're deploying.contextPath - The context path information from the bundle.
public void deployed(org.osgi.framework.Bundle bundle,
String contextPath)
bundle - The bundle we're deploying.contextPath - The context path information from the bundle.
public void undeploying(org.osgi.framework.Bundle bundle,
String contextPath)
bundle - The bundle we're undeploying.contextPath - The context path information from the bundle.
public void undeployed(org.osgi.framework.Bundle bundle,
String contextPath)
bundle - The bundle we're undeploying.contextPath - The context path information from the bundle.
public void failed(org.osgi.framework.Bundle bundle,
String contextPath,
Throwable cause)
bundle - The bundle we're attempting to deploycontextPath - The context path information from the bundle.
public void collision(org.osgi.framework.Bundle bundle,
String contextPath,
Collection<Long> bundleId)
bundle - The bundle we're attempting to deploycontextPath - The context path information from the bundle.public void destroy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||