com.liferay.portal.deploy.hot
Class HotDeployImpl
java.lang.Object
com.liferay.portal.deploy.hot.HotDeployImpl
- All Implemented Interfaces:
- com.liferay.portal.kernel.deploy.hot.HotDeploy
public class HotDeployImpl
- extends Object
- implements com.liferay.portal.kernel.deploy.hot.HotDeploy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HotDeployImpl
public HotDeployImpl()
fireDeployEvent
public void fireDeployEvent(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
- Specified by:
fireDeployEvent in interface com.liferay.portal.kernel.deploy.hot.HotDeploy
fireUndeployEvent
public void fireUndeployEvent(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
- Specified by:
fireUndeployEvent in interface com.liferay.portal.kernel.deploy.hot.HotDeploy
registerDependentPortalLifecycle
public boolean registerDependentPortalLifecycle(String servletContextName,
com.liferay.portal.kernel.util.PortalLifecycle portalLifecycle)
- Specified by:
registerDependentPortalLifecycle in interface com.liferay.portal.kernel.deploy.hot.HotDeploy
registerListener
public void registerListener(com.liferay.portal.kernel.deploy.hot.HotDeployListener hotDeployListener)
- Specified by:
registerListener in interface com.liferay.portal.kernel.deploy.hot.HotDeploy
reset
public void reset()
- Specified by:
reset in interface com.liferay.portal.kernel.deploy.hot.HotDeploy
setCapturePrematureEvents
public void setCapturePrematureEvents(boolean capturePrematureEvents)
- Specified by:
setCapturePrematureEvents in interface com.liferay.portal.kernel.deploy.hot.HotDeploy
unregisterListener
public void unregisterListener(com.liferay.portal.kernel.deploy.hot.HotDeployListener hotDeployListener)
- Specified by:
unregisterListener in interface com.liferay.portal.kernel.deploy.hot.HotDeploy
unregisterListeners
public void unregisterListeners()
- Specified by:
unregisterListeners in interface com.liferay.portal.kernel.deploy.hot.HotDeploy
doFireDeployEvent
protected void doFireDeployEvent(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
getContextClassLoader
protected ClassLoader getContextClassLoader()
getRequiredServletContextNames
protected String getRequiredServletContextNames(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
setContextClassLoader
protected void setContextClassLoader(ClassLoader contextClassLoader)