com.liferay.portal.deploy.hot
Class HotDeployImpl
java.lang.Object
com.liferay.portal.deploy.hot.HotDeployImpl
- All Implemented Interfaces:
- HotDeploy
public class HotDeployImpl
- extends Object
- implements 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(HotDeployEvent hotDeployEvent)
- Specified by:
fireDeployEvent
in interface HotDeploy
fireUndeployEvent
public void fireUndeployEvent(HotDeployEvent hotDeployEvent)
- Specified by:
fireUndeployEvent
in interface HotDeploy
registerListener
public void registerListener(HotDeployListener hotDeployListener)
- Specified by:
registerListener
in interface HotDeploy
reset
public void reset()
- Specified by:
reset
in interface HotDeploy
setCapturePrematureEvents
public void setCapturePrematureEvents(boolean capturePrematureEvents)
- Specified by:
setCapturePrematureEvents
in interface HotDeploy
unregisterListener
public void unregisterListener(HotDeployListener hotDeployListener)
- Specified by:
unregisterListener
in interface HotDeploy
unregisterListeners
public void unregisterListeners()
- Specified by:
unregisterListeners
in interface HotDeploy
doFireDeployEvent
protected void doFireDeployEvent(HotDeployEvent hotDeployEvent)
getContextClassLoader
protected ClassLoader getContextClassLoader()
getRequiredServletContextNames
protected String getRequiredServletContextNames(HotDeployEvent hotDeployEvent)
setContextClassLoader
protected void setContextClassLoader(ClassLoader contextClassLoader)