public class PluginPackageHotDeployListener
extends com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SERVICE_BUILDER_PROPERTIES |
| Constructor and Description |
|---|
PluginPackageHotDeployListener() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
destroyServiceComponent(com.liferay.portal.kernel.service.configuration.ServiceComponentConfiguration serviceComponentConfiguration,
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 java.net.URL |
getPortalCacheConfigurationURL(com.liferay.portal.kernel.configuration.Configuration configuration,
java.lang.ClassLoader classLoader,
java.lang.String configLocation) |
protected void |
initLogger(java.lang.ClassLoader classLoader) |
protected void |
initPortletProps(java.lang.ClassLoader classLoader) |
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(javax.servlet.ServletContext servletContext,
java.lang.ClassLoader classLoader) |
public static final java.lang.String SERVICE_BUILDER_PROPERTIES
public void invokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
throws com.liferay.portal.kernel.deploy.hot.HotDeployException
com.liferay.portal.kernel.deploy.hot.HotDeployExceptionpublic void invokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
throws com.liferay.portal.kernel.deploy.hot.HotDeployException
com.liferay.portal.kernel.deploy.hot.HotDeployExceptionprotected void destroyServiceComponent(com.liferay.portal.kernel.service.configuration.ServiceComponentConfiguration serviceComponentConfiguration,
java.lang.ClassLoader classLoader)
throws java.lang.Exception
java.lang.Exceptionprotected void doInvokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
throws java.lang.Exception
java.lang.Exceptionprotected void doInvokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
throws java.lang.Exception
java.lang.Exceptionprotected java.net.URL getPortalCacheConfigurationURL(com.liferay.portal.kernel.configuration.Configuration configuration,
java.lang.ClassLoader classLoader,
java.lang.String configLocation)
protected void initLogger(java.lang.ClassLoader classLoader)
protected void initPortletProps(java.lang.ClassLoader classLoader)
throws java.lang.Exception
java.lang.Exceptionprotected void initServiceComponent(javax.servlet.ServletContext servletContext,
java.lang.ClassLoader classLoader)
throws java.lang.Exception
java.lang.Exceptionprotected void reconfigureCaches(javax.servlet.ServletContext servletContext,
java.lang.ClassLoader classLoader)
throws java.lang.Exception
java.lang.Exception