Package com.liferay.portal.deploy.hot
Class PluginPackageHotDeployListener
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
- Author:
- Jorge Ferrer
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
doInvokeDeploy
(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) protected void
doInvokeUndeploy
(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent) protected void
initLogger
(ClassLoader classLoader) protected void
initPortletProps
(ClassLoader classLoader) protected void
initServiceComponent
(javax.servlet.ServletContext servletContext, ClassLoader classLoader) 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
-
Field Details
-
SERVICE_BUILDER_PROPERTIES
- See Also:
-
-
Constructor Details
-
PluginPackageHotDeployListener
public PluginPackageHotDeployListener()
-
-
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
-
initLogger
-
initPortletProps
- Throws:
Exception
-
initServiceComponent
protected void initServiceComponent(javax.servlet.ServletContext servletContext, ClassLoader classLoader) throws Exception - Throws:
Exception
-