Class BaseHotDeployListener
Object
com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
- All Implemented Interfaces:
HotDeployListener
- Author:
- Brian Wing Shun Chan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected StringgetClpServletContextName(Class<?> clpMessageListenerClass, MessageListener clpMessageListener) protected ObjectnewInstance(ClassLoader portletClassLoader, Class<?>[] interfaceClasses, String implClassName) protected ObjectnewInstance(ClassLoader portletClassLoader, Class<?> interfaceClass, String implClassName) voidthrowHotDeployException(HotDeployEvent event, String msg, Throwable throwable) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.deploy.hot.HotDeployListener
invokeDeploy, invokeUndeploy
-
Constructor Details
-
BaseHotDeployListener
public BaseHotDeployListener()
-
-
Method Details
-
throwHotDeployException
public void throwHotDeployException(HotDeployEvent event, String msg, Throwable throwable) throws HotDeployException - Throws:
HotDeployException
-
getClpServletContextName
protected String getClpServletContextName(Class<?> clpMessageListenerClass, MessageListener clpMessageListener) throws Exception - Throws:
Exception
-
newInstance
protected Object newInstance(ClassLoader portletClassLoader, Class<?> interfaceClass, String implClassName) throws Exception - Throws:
Exception
-
newInstance
protected Object newInstance(ClassLoader portletClassLoader, Class<?>[] interfaceClasses, String implClassName) throws Exception - Throws:
Exception
-