Liferay 6.1.2-ce-ga3

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:
HotDeployListener

public class PluginPackageHotDeployListener
extends BaseHotDeployListener


Field Summary
static String SERVICE_BUILDER_PROPERTIES
           
 
Constructor Summary
PluginPackageHotDeployListener()
           
 
Method Summary
protected  void destroyServiceComponent(javax.servlet.ServletContext servletContext, ClassLoader classLoader)
           
protected  void doInvokeDeploy(HotDeployEvent hotDeployEvent)
           
protected  void doInvokeUndeploy(HotDeployEvent hotDeployEvent)
           
protected  void initLogger(ClassLoader classLoader)
           
protected  void initPortletProps(ClassLoader classLoader)
           
protected  void initServiceComponent(javax.servlet.ServletContext servletContext, ClassLoader classLoader)
           
 void invokeDeploy(HotDeployEvent hotDeployEvent)
           
 void invokeUndeploy(HotDeployEvent hotDeployEvent)
           
protected  void reconfigureCaches(ClassLoader classLoader)
           
protected  void reconfigureCaches(ClassLoader classLoader, String cacheConfigurationPath, String portalCacheManagerBeanId)
           
protected  void reconfigureHibernateCache(ClassLoader classLoader, 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 String SERVICE_BUILDER_PROPERTIES
See Also:
Constant Field Values
Constructor Detail

PluginPackageHotDeployListener

public PluginPackageHotDeployListener()
Method Detail

invokeDeploy

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

invokeUndeploy

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

destroyServiceComponent

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

doInvokeDeploy

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

doInvokeUndeploy

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

initLogger

protected void initLogger(ClassLoader classLoader)

initPortletProps

protected void initPortletProps(ClassLoader classLoader)
                         throws Exception
Throws:
Exception

initServiceComponent

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

reconfigureCaches

protected void reconfigureCaches(ClassLoader classLoader)
                          throws Exception
Throws:
Exception

reconfigureCaches

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

reconfigureHibernateCache

protected void reconfigureHibernateCache(ClassLoader classLoader,
                                         String hibernateCacheConfigurationPath)

Liferay 6.1.2-ce-ga3