Liferay 6.1.2-ce-ga3

com.liferay.portal.deploy.hot
Class HotDeployImpl

java.lang.Object
  extended by com.liferay.portal.deploy.hot.HotDeployImpl
All Implemented Interfaces:
HotDeploy

public class HotDeployImpl
extends Object
implements HotDeploy


Nested Class Summary
static interface HotDeployImpl.PACL
           
 
Constructor Summary
HotDeployImpl()
           
 
Method Summary
protected  void doFireDeployEvent(HotDeployEvent hotDeployEvent)
           
 void fireDeployEvent(HotDeployEvent hotDeployEvent)
           
 void fireUndeployEvent(HotDeployEvent hotDeployEvent)
           
protected  ClassLoader getContextClassLoader()
           
protected  String getRequiredServletContextNames(HotDeployEvent hotDeployEvent)
           
 void registerListener(HotDeployListener hotDeployListener)
           
 void reset()
           
 void setCapturePrematureEvents(boolean capturePrematureEvents)
           
protected  void setContextClassLoader(ClassLoader contextClassLoader)
           
 void unregisterListener(HotDeployListener hotDeployListener)
           
 void unregisterListeners()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HotDeployImpl

public HotDeployImpl()
Method Detail

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)

Liferay 6.1.2-ce-ga3