TPTP 4.3.0 Testing Tools Project
Public API Specification

org.eclipse.hyades.execution.harness.provisional
Class AbstractTestExecutionHarnessListener

java.lang.Object
  extended byorg.eclipse.hyades.execution.harness.provisional.AbstractTestExecutionHarnessListener
All Implemented Interfaces:
ITestExecutionHarnessListener

public class AbstractTestExecutionHarnessListener
extends java.lang.Object
implements ITestExecutionHarnessListener


Constructor Summary
AbstractTestExecutionHarnessListener()
           
 
Method Summary
 void allModelsLoaded()
           
 void dataProcessorsInitialized(java.util.List dataprocessors)
           
 void dispose()
           
 void executableObjectAdapted(org.eclipse.hyades.execution.core.IExecutableObject obj)
           
 void executionEnvironmentAdapted(org.eclipse.hyades.execution.core.IExecutionEnvironment env)
           
 void launchCompleted(IExecutionHarnessDataProcessor harnessProcessor)
           
 void launchStarted(org.eclipse.hyades.models.common.facades.behavioral.IImplementor theImplementor, org.eclipse.hyades.models.common.testprofile.TPFDeployment deployment, java.lang.String port, java.lang.String executionResultLocation, java.lang.String executionResultName)
           
 void sessionCreated(org.eclipse.hyades.execution.core.ISession session)
           
 void testArtifactsDeployed()
           
 void testCompleted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTestExecutionHarnessListener

public AbstractTestExecutionHarnessListener()
Method Detail

launchStarted

public void launchStarted(org.eclipse.hyades.models.common.facades.behavioral.IImplementor theImplementor,
                          org.eclipse.hyades.models.common.testprofile.TPFDeployment deployment,
                          java.lang.String port,
                          java.lang.String executionResultLocation,
                          java.lang.String executionResultName)
Specified by:
launchStarted in interface ITestExecutionHarnessListener

sessionCreated

public void sessionCreated(org.eclipse.hyades.execution.core.ISession session)
Specified by:
sessionCreated in interface ITestExecutionHarnessListener

testArtifactsDeployed

public void testArtifactsDeployed()
Specified by:
testArtifactsDeployed in interface ITestExecutionHarnessListener

executionEnvironmentAdapted

public void executionEnvironmentAdapted(org.eclipse.hyades.execution.core.IExecutionEnvironment env)
Specified by:
executionEnvironmentAdapted in interface ITestExecutionHarnessListener

executableObjectAdapted

public void executableObjectAdapted(org.eclipse.hyades.execution.core.IExecutableObject obj)
Specified by:
executableObjectAdapted in interface ITestExecutionHarnessListener

dataProcessorsInitialized

public void dataProcessorsInitialized(java.util.List dataprocessors)
Specified by:
dataProcessorsInitialized in interface ITestExecutionHarnessListener

launchCompleted

public void launchCompleted(IExecutionHarnessDataProcessor harnessProcessor)
Specified by:
launchCompleted in interface ITestExecutionHarnessListener

testCompleted

public void testCompleted()
Specified by:
testCompleted in interface ITestExecutionHarnessListener

allModelsLoaded

public void allModelsLoaded()
Specified by:
allModelsLoaded in interface ITestExecutionHarnessListener

dispose

public void dispose()
Specified by:
dispose in interface ITestExecutionHarnessListener

TPTP 4.3.0 Testing Tools Project
Public API Specification