Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.test.plugins
Class PluginIntegrationTestHotDeployListener

java.lang.Object
  extended by com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
      extended by com.liferay.portal.kernel.test.plugins.PluginIntegrationTestHotDeployListener
All Implemented Interfaces:
HotDeployListener

public class PluginIntegrationTestHotDeployListener
extends BaseHotDeployListener


Constructor Summary
PluginIntegrationTestHotDeployListener()
           
 
Method Summary
protected  void doInvokeDeploy(HotDeployEvent hotDeployEvent)
           
protected  void doInvokeUndeploy(HotDeployEvent hotDeployEvent)
           
protected  List<Class<?>> getAllClassesInIntegrationJar(HotDeployEvent hotDeployEvent)
           
 void invokeDeploy(HotDeployEvent hotDeployEvent)
           
 void invokeUndeploy(HotDeployEvent hotDeployEvent)
           
protected  boolean isTestClass(Class<?> clazz)
           
protected  void runTestClasses(List<Class<?>> classes)
           
 
Methods inherited from class com.liferay.portal.kernel.deploy.hot.BaseHotDeployListener
getClpServletContextName, newInstance, newInstance, registerClpMessageListeners, throwHotDeployException, unregisterClpMessageListeners
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PluginIntegrationTestHotDeployListener

public PluginIntegrationTestHotDeployListener()
Method Detail

invokeDeploy

public void invokeDeploy(HotDeployEvent hotDeployEvent)
                  throws HotDeployException
Throws:
HotDeployException

invokeUndeploy

public void invokeUndeploy(HotDeployEvent hotDeployEvent)
                    throws HotDeployException
Throws:
HotDeployException

doInvokeDeploy

protected void doInvokeDeploy(HotDeployEvent hotDeployEvent)
                       throws Exception
Throws:
Exception

doInvokeUndeploy

protected void doInvokeUndeploy(HotDeployEvent hotDeployEvent)
                         throws Exception
Throws:
Exception

getAllClassesInIntegrationJar

protected List<Class<?>> getAllClassesInIntegrationJar(HotDeployEvent hotDeployEvent)
                                                throws ClassNotFoundException
Throws:
ClassNotFoundException

isTestClass

protected boolean isTestClass(Class<?> clazz)

runTestClasses

protected void runTestClasses(List<Class<?>> classes)
                       throws RuntimeException
Throws:
RuntimeException

Liferay 6.1.2-ce-ga3