Liferay 6.2-ce-ga5

com.liferay.portal.deploy.hot
Class PortletHotDeployListener

java.lang.Object
  extended by com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
      extended by com.liferay.portal.deploy.hot.PortletHotDeployListener
All Implemented Interfaces:
HotDeployListener

public class PortletHotDeployListener
extends BaseHotDeployListener


Constructor Summary
PortletHotDeployListener()
           
 
Method Summary
protected  void bindDataSource(String servletContextName)
           
protected  void destroyPortlet(Portlet portlet, Set<String> portletIds)
           
protected  void doInvokeDeploy(HotDeployEvent hotDeployEvent)
           
protected  void doInvokeUndeploy(HotDeployEvent hotDeployEvent)
           
protected  void initPortletApp(String servletContextName, javax.servlet.ServletContext servletContext, ClassLoader classLoader, Portlet portlet)
           
 void invokeDeploy(HotDeployEvent hotDeployEvent)
           
 void invokeUndeploy(HotDeployEvent hotDeployEvent)
           
protected  void processPortletProperties(String servletContextName, ClassLoader classLoader)
           
protected  void unbindDataSource(String servletContextName)
           
 
Methods inherited from class com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
getClpServletContextName, newInstance, newInstance, registerClpMessageListeners, throwHotDeployException, unregisterClpMessageListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletHotDeployListener

public PortletHotDeployListener()
Method Detail

invokeDeploy

public void invokeDeploy(HotDeployEvent hotDeployEvent)
                  throws HotDeployException
Throws:
HotDeployException

invokeUndeploy

public void invokeUndeploy(HotDeployEvent hotDeployEvent)
                    throws HotDeployException
Throws:
HotDeployException

bindDataSource

protected void bindDataSource(String servletContextName)
                       throws Exception
Throws:
Exception

destroyPortlet

protected void destroyPortlet(Portlet portlet,
                              Set<String> portletIds)
                       throws Exception
Throws:
Exception

doInvokeDeploy

protected void doInvokeDeploy(HotDeployEvent hotDeployEvent)
                       throws Exception
Throws:
Exception

doInvokeUndeploy

protected void doInvokeUndeploy(HotDeployEvent hotDeployEvent)
                         throws Exception
Throws:
Exception

initPortletApp

protected void initPortletApp(String servletContextName,
                              javax.servlet.ServletContext servletContext,
                              ClassLoader classLoader,
                              Portlet portlet)
                       throws Exception
Throws:
Exception

processPortletProperties

protected void processPortletProperties(String servletContextName,
                                        ClassLoader classLoader)
                                 throws Exception
Throws:
Exception

unbindDataSource

protected void unbindDataSource(String servletContextName)

Liferay 6.2-ce-ga5