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 String
getClpServletContextName
(Class<?> clpMessageListenerClass, MessageListener clpMessageListener) protected Object
newInstance
(ClassLoader portletClassLoader, Class<?>[] interfaceClasses, String implClassName) protected Object
newInstance
(ClassLoader portletClassLoader, Class<?> interfaceClass, String implClassName) void
throwHotDeployException
(HotDeployEvent event, String msg, Throwable throwable) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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
-