Class SocialHotDeployListener

Object
com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
com.liferay.portal.deploy.hot.SocialHotDeployListener
All Implemented Interfaces:
com.liferay.portal.kernel.deploy.hot.HotDeployListener

public class SocialHotDeployListener extends com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
Author:
Zsolt Berentey
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doInvokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
     
    protected void
    doInvokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
     
    void
    invokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
     
    void
    invokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
     

    Methods inherited from class com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener

    getClpServletContextName, newInstance, newInstance, throwHotDeployException

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SocialHotDeployListener

      public SocialHotDeployListener()
  • Method Details

    • invokeDeploy

      public void invokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) throws com.liferay.portal.kernel.deploy.hot.HotDeployException
      Throws:
      com.liferay.portal.kernel.deploy.hot.HotDeployException
    • invokeUndeploy

      public void invokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) throws com.liferay.portal.kernel.deploy.hot.HotDeployException
      Throws:
      com.liferay.portal.kernel.deploy.hot.HotDeployException
    • doInvokeDeploy

      protected void doInvokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) throws Exception
      Throws:
      Exception
    • doInvokeUndeploy

      protected void doInvokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) throws Exception
      Throws:
      Exception