com.liferay.portal.deploy.hot
Class PluginPackageHotDeployListener

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

public class PluginPackageHotDeployListener
extends com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener

Author:
Jorge Ferrer

Field Summary
static java.lang.String SERVICE_BUILDER_PROPERTIES
           
 
Constructor Summary
PluginPackageHotDeployListener()
           
 
Method Summary
protected  void destroyServiceComponent(javax.servlet.ServletContext servletContext, java.lang.ClassLoader classLoader)
           
protected  void doInvokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
           
protected  void doInvokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
           
protected  void initServiceComponent(javax.servlet.ServletContext servletContext, java.lang.ClassLoader classLoader)
           
 void invokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
           
 void invokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
           
protected  void reconfigureCaches(java.lang.ClassLoader classLoader)
           
protected  void reconfigureCaches(java.lang.ClassLoader classLoader, java.lang.String cacheConfigurationPath, java.lang.String portalCacheManagerBeanId)
           
protected  void reconfigureHibernateCache(java.lang.ClassLoader classLoader, java.lang.String hibernateCacheConfigurationPath)
           
 
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
 

Field Detail

SERVICE_BUILDER_PROPERTIES

public static final java.lang.String SERVICE_BUILDER_PROPERTIES
See Also:
Constant Field Values
Constructor Detail

PluginPackageHotDeployListener

public PluginPackageHotDeployListener()
Method Detail

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

destroyServiceComponent

protected void destroyServiceComponent(javax.servlet.ServletContext servletContext,
                                       java.lang.ClassLoader classLoader)
                                throws java.lang.Exception
Throws:
java.lang.Exception

doInvokeDeploy

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

doInvokeUndeploy

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

initServiceComponent

protected void initServiceComponent(javax.servlet.ServletContext servletContext,
                                    java.lang.ClassLoader classLoader)
                             throws java.lang.Exception
Throws:
java.lang.Exception

reconfigureCaches

protected void reconfigureCaches(java.lang.ClassLoader classLoader)
                          throws java.lang.Exception
Throws:
java.lang.Exception

reconfigureCaches

protected void reconfigureCaches(java.lang.ClassLoader classLoader,
                                 java.lang.String cacheConfigurationPath,
                                 java.lang.String portalCacheManagerBeanId)
                          throws java.lang.Exception
Throws:
java.lang.Exception

reconfigureHibernateCache

protected void reconfigureHibernateCache(java.lang.ClassLoader classLoader,
                                         java.lang.String hibernateCacheConfigurationPath)