public class HotDeployImpl
extends Object
implements com.liferay.portal.kernel.deploy.hot.HotDeploy
| Modifier and Type | Class and Description |
|---|---|
static interface |
HotDeployImpl.PACL
Deprecated.
As of Judson (7.1.x), with no direct replacement
|
| 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 ClassLoader |
getContextClassLoader() |
protected String |
getRequiredServletContextNames(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) |
boolean |
registerDependentPortalLifecycle(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(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(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 ClassLoader getContextClassLoader()
protected String getRequiredServletContextNames(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
protected void setContextClassLoader(ClassLoader contextClassLoader)