com.projectdarkstar.tools.dtc.beans
Class RuntimeExecutionsServiceBean

java.lang.Object
  extended by com.projectdarkstar.tools.dtc.beans.RuntimeExecutionsServiceBean
All Implemented Interfaces:
RuntimeExecutionsService

public class RuntimeExecutionsServiceBean
extends Object
implements RuntimeExecutionsService

This bean implements the RuntimeExecutionsService providing operations allowing updates of results and log files of test executions.


Constructor Summary
RuntimeExecutionsServiceBean()
           
 
Method Summary
 void addClientDataPoint(Long testExecutionResultId, TestExecutionResultClientDataDTO data)
           
 void addProbeDataPoint(Long probeLogId, TestExecutionResultProbeDataDTO data)
           
 void appendClientLog(Long clientLogId, String chunk)
           
 void appendProbeLog(Long probeLogId, String chunk)
           
 void appendServerLog(Long serverLogId, String chunk)
           
 void updateClientLog(Long clientLogId, LogFileDTO logFile)
           
 void updateProbeLog(Long probeLogId, LogFileDTO logFile)
           
 void updateServerLog(Long serverLogId, LogFileDTO logFile)
           
 void updateTestResult(Long testExecutionResultId, TestExecutionResultValueDTO result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeExecutionsServiceBean

public RuntimeExecutionsServiceBean()
Method Detail

appendClientLog

public void appendClientLog(Long clientLogId,
                            String chunk)
                     throws DTCServiceException
Specified by:
appendClientLog in interface RuntimeExecutionsService
Throws:
DTCServiceException

appendProbeLog

public void appendProbeLog(Long probeLogId,
                           String chunk)
                    throws DTCServiceException
Specified by:
appendProbeLog in interface RuntimeExecutionsService
Throws:
DTCServiceException

appendServerLog

public void appendServerLog(Long serverLogId,
                            String chunk)
                     throws DTCServiceException
Specified by:
appendServerLog in interface RuntimeExecutionsService
Throws:
DTCServiceException

addClientDataPoint

public void addClientDataPoint(Long testExecutionResultId,
                               TestExecutionResultClientDataDTO data)
                        throws DTCServiceException
Specified by:
addClientDataPoint in interface RuntimeExecutionsService
Throws:
DTCServiceException

addProbeDataPoint

public void addProbeDataPoint(Long probeLogId,
                              TestExecutionResultProbeDataDTO data)
                       throws DTCServiceException
Specified by:
addProbeDataPoint in interface RuntimeExecutionsService
Throws:
DTCServiceException

updateClientLog

public void updateClientLog(Long clientLogId,
                            LogFileDTO logFile)
                     throws DTCServiceException
Specified by:
updateClientLog in interface RuntimeExecutionsService
Throws:
DTCServiceException

updateProbeLog

public void updateProbeLog(Long probeLogId,
                           LogFileDTO logFile)
                    throws DTCServiceException
Specified by:
updateProbeLog in interface RuntimeExecutionsService
Throws:
DTCServiceException

updateServerLog

public void updateServerLog(Long serverLogId,
                            LogFileDTO logFile)
                     throws DTCServiceException
Specified by:
updateServerLog in interface RuntimeExecutionsService
Throws:
DTCServiceException

updateTestResult

public void updateTestResult(Long testExecutionResultId,
                             TestExecutionResultValueDTO result)
                      throws DTCServiceException
Specified by:
updateTestResult in interface RuntimeExecutionsService
Throws:
DTCServiceException


Copyright © 2013. All Rights Reserved.