public class PluginPackageHotDeployListener
extends com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
| Modifier and Type | Field and Description |
|---|---|
static 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,
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 |
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) |
public static final 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,
ClassLoader classLoader)
throws Exception
Exceptionprotected void doInvokeDeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
throws Exception
Exceptionprotected void doInvokeUndeploy(com.liferay.portal.kernel.deploy.hot.HotDeployEvent hotDeployEvent)
throws Exception
Exceptionprotected void initLogger(ClassLoader classLoader)
protected void initPortletProps(ClassLoader classLoader)
throws Exception
Exceptionprotected void initServiceComponent(javax.servlet.ServletContext servletContext,
ClassLoader classLoader)
throws Exception
Exception