public abstract class BaseHotDeployListener extends Object implements HotDeployListener
| Constructor and Description |
|---|
BaseHotDeployListener() |
| Modifier and Type | Method and Description |
|---|---|
protected 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) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinvokeDeploy, invokeUndeploypublic void throwHotDeployException(HotDeployEvent event, String msg, Throwable throwable) throws HotDeployException
HotDeployExceptionprotected String getClpServletContextName(Class<?> clpMessageListenerClass,
MessageListener clpMessageListener)
throws Exception
Exceptionprotected Object newInstance(ClassLoader portletClassLoader,
Class<?> interfaceClass,
String implClassName)
throws Exception
Exceptionprotected Object newInstance(ClassLoader portletClassLoader,
Class<?>[] interfaceClasses,
String implClassName)
throws Exception
Exception