com.liferay.portal.deploy.hot
Class PluginPackageHotDeployListener

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

public class PluginPackageHotDeployListener
extends java.lang.Object
implements com.liferay.portal.kernel.deploy.hot.HotDeployListener

View Source

Author:
Jorge Ferrer

Constructor Summary
PluginPackageHotDeployListener()
           
 
Method Summary
 void invokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent event)
           
 void invokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent event)
           
static com.liferay.portal.kernel.plugin.PluginPackage readPluginPackage(javax.servlet.ServletContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginPackageHotDeployListener

public PluginPackageHotDeployListener()
Method Detail

readPluginPackage

public static com.liferay.portal.kernel.plugin.PluginPackage readPluginPackage(javax.servlet.ServletContext ctx)
                                                                        throws org.dom4j.DocumentException,
                                                                               java.io.IOException
Throws:
org.dom4j.DocumentException
java.io.IOException

invokeDeploy

public void invokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent event)
                  throws com.liferay.portal.kernel.deploy.hot.HotDeployException
Specified by:
invokeDeploy in interface com.liferay.portal.kernel.deploy.hot.HotDeployListener
Throws:
com.liferay.portal.kernel.deploy.hot.HotDeployException

invokeUndeploy

public void invokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent event)
                    throws com.liferay.portal.kernel.deploy.hot.HotDeployException
Specified by:
invokeUndeploy in interface com.liferay.portal.kernel.deploy.hot.HotDeployListener
Throws:
com.liferay.portal.kernel.deploy.hot.HotDeployException