com.liferay.portal.deploy.hot
Class PluginPackageHotDeployListener
java.lang.Object
com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
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
| 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 |
SERVICE_BUILDER_PROPERTIES
public static final String SERVICE_BUILDER_PROPERTIES
- See Also:
- Constant Field Values
PluginPackageHotDeployListener
public PluginPackageHotDeployListener()
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(com.liferay.portal.kernel.service.configuration.ServiceComponentConfiguration serviceComponentConfiguration,
ClassLoader classLoader)
throws Exception
- Throws:
Exception
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
getPortalCacheConfigurationURL
protected URL getPortalCacheConfigurationURL(com.liferay.portal.kernel.configuration.Configuration configuration,
ClassLoader classLoader,
String configLocation)
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(javax.servlet.ServletContext servletContext,
ClassLoader classLoader)
throws Exception
- Throws:
Exception