| Constructor and Description |
|---|
HotDeployImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFireDeployEvent(HotDeployEvent hotDeployEvent) |
void |
fireDeployEvent(HotDeployEvent hotDeployEvent) |
void |
fireUndeployEvent(HotDeployEvent hotDeployEvent) |
protected java.lang.ClassLoader |
getContextClassLoader() |
protected java.lang.String |
getRequiredServletContextNames(HotDeployEvent hotDeployEvent) |
boolean |
registerDependentPortalLifecycle(java.lang.String servletContextName,
PortalLifecycle portalLifecycle) |
void |
registerListener(HotDeployListener hotDeployListener) |
void |
reset() |
void |
setCapturePrematureEvents(boolean capturePrematureEvents) |
protected void |
setContextClassLoader(java.lang.ClassLoader contextClassLoader) |
void |
unregisterListener(HotDeployListener hotDeployListener) |
void |
unregisterListeners() |
public void fireDeployEvent(HotDeployEvent hotDeployEvent)
fireDeployEvent in interface HotDeploypublic void fireUndeployEvent(HotDeployEvent hotDeployEvent)
fireUndeployEvent in interface HotDeploypublic boolean registerDependentPortalLifecycle(java.lang.String servletContextName,
PortalLifecycle portalLifecycle)
registerDependentPortalLifecycle in interface HotDeploypublic void registerListener(HotDeployListener hotDeployListener)
registerListener in interface HotDeploypublic void setCapturePrematureEvents(boolean capturePrematureEvents)
setCapturePrematureEvents in interface HotDeploypublic void unregisterListener(HotDeployListener hotDeployListener)
unregisterListener in interface HotDeploypublic void unregisterListeners()
unregisterListeners in interface HotDeployprotected void doFireDeployEvent(HotDeployEvent hotDeployEvent)
protected java.lang.ClassLoader getContextClassLoader()
protected java.lang.String getRequiredServletContextNames(HotDeployEvent hotDeployEvent)
protected void setContextClassLoader(java.lang.ClassLoader contextClassLoader)