public class HotDeployImpl
extends java.lang.Object
implements com.liferay.portal.kernel.deploy.hot.HotDeploy
| Modifier and Type | Class and Description |
|---|---|
static interface |
HotDeployImpl.PACL |
| Constructor and Description |
|---|
HotDeployImpl() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFireDeployEvent(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) |
void |
fireDeployEvent(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) |
void |
fireUndeployEvent(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) |
protected java.lang.ClassLoader |
getContextClassLoader() |
protected java.lang.String |
getRequiredServletContextNames(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) |
boolean |
registerDependentPortalLifecycle(java.lang.String servletContextName,
com.liferay.portal.kernel.util.PortalLifecycle portalLifecycle) |
void |
registerListener(com.liferay.portal.kernel.deploy.hot.HotDeployListener hotDeployListener) |
void |
reset() |
void |
setCapturePrematureEvents(boolean capturePrematureEvents) |
protected void |
setContextClassLoader(java.lang.ClassLoader contextClassLoader) |
void |
unregisterListener(com.liferay.portal.kernel.deploy.hot.HotDeployListener hotDeployListener) |
void |
unregisterListeners() |
public void fireDeployEvent(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
fireDeployEvent in interface com.liferay.portal.kernel.deploy.hot.HotDeploypublic void fireUndeployEvent(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
fireUndeployEvent in interface com.liferay.portal.kernel.deploy.hot.HotDeploypublic boolean registerDependentPortalLifecycle(java.lang.String servletContextName,
com.liferay.portal.kernel.util.PortalLifecycle portalLifecycle)
registerDependentPortalLifecycle in interface com.liferay.portal.kernel.deploy.hot.HotDeploypublic void registerListener(com.liferay.portal.kernel.deploy.hot.HotDeployListener hotDeployListener)
registerListener in interface com.liferay.portal.kernel.deploy.hot.HotDeploypublic void reset()
reset in interface com.liferay.portal.kernel.deploy.hot.HotDeploypublic void setCapturePrematureEvents(boolean capturePrematureEvents)
setCapturePrematureEvents in interface com.liferay.portal.kernel.deploy.hot.HotDeploypublic void unregisterListener(com.liferay.portal.kernel.deploy.hot.HotDeployListener hotDeployListener)
unregisterListener in interface com.liferay.portal.kernel.deploy.hot.HotDeploypublic void unregisterListeners()
unregisterListeners in interface com.liferay.portal.kernel.deploy.hot.HotDeployprotected void doFireDeployEvent(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
protected java.lang.ClassLoader getContextClassLoader()
protected java.lang.String getRequiredServletContextNames(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
protected void setContextClassLoader(java.lang.ClassLoader contextClassLoader)