public class HotDeployImpl
extends 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 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.HotDeploy
public void fireUndeployEvent(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
fireUndeployEvent
in interface com.liferay.portal.kernel.deploy.hot.HotDeploy
public boolean registerDependentPortalLifecycle(String servletContextName, com.liferay.portal.kernel.util.PortalLifecycle portalLifecycle)
registerDependentPortalLifecycle
in interface com.liferay.portal.kernel.deploy.hot.HotDeploy
public void registerListener(com.liferay.portal.kernel.deploy.hot.HotDeployListener hotDeployListener)
registerListener
in interface com.liferay.portal.kernel.deploy.hot.HotDeploy
public void reset()
reset
in interface com.liferay.portal.kernel.deploy.hot.HotDeploy
public void setCapturePrematureEvents(boolean capturePrematureEvents)
setCapturePrematureEvents
in interface com.liferay.portal.kernel.deploy.hot.HotDeploy
public void unregisterListener(com.liferay.portal.kernel.deploy.hot.HotDeployListener hotDeployListener)
unregisterListener
in interface com.liferay.portal.kernel.deploy.hot.HotDeploy
public void unregisterListeners()
unregisterListeners
in interface com.liferay.portal.kernel.deploy.hot.HotDeploy
protected 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)