org.whatsitcalled.webflange.service
Interface LoadTestService

All Known Implementing Classes:
LoadTestServiceImpl

public interface LoadTestService


Method Summary
 LoadTest createLoadTest()
           
 LoadTest findLoadTestByName(java.lang.String name)
           
 java.io.File getDataFile(LoadTestRun run)
           
 java.io.File getErrorFile(LoadTestRun run)
           
 java.lang.String getGrinderHostId(LoadTest loadTest, long time)
           
 LoadTest getLoadTest(java.lang.Long id)
           
 java.io.File getSummaryFile(LoadTestRun run)
           
 void removeLoadTest(java.lang.Long id)
           
 void removeSelectedRuns(java.lang.Long loadTestId, java.util.List<LoadTestRun> runs)
           
 java.lang.Long saveLoadTest(LoadTest loadTest)
           
 

Method Detail

findLoadTestByName

LoadTest findLoadTestByName(java.lang.String name)

saveLoadTest

java.lang.Long saveLoadTest(LoadTest loadTest)

getLoadTest

LoadTest getLoadTest(java.lang.Long id)

removeSelectedRuns

void removeSelectedRuns(java.lang.Long loadTestId,
                        java.util.List<LoadTestRun> runs)
                        throws LoadTestRunningException
Throws:
LoadTestRunningException

createLoadTest

LoadTest createLoadTest()

removeLoadTest

void removeLoadTest(java.lang.Long id)
                    throws LoadTestRunningException
Throws:
LoadTestRunningException

getSummaryFile

java.io.File getSummaryFile(LoadTestRun run)

getDataFile

java.io.File getDataFile(LoadTestRun run)

getErrorFile

java.io.File getErrorFile(LoadTestRun run)

getGrinderHostId

java.lang.String getGrinderHostId(LoadTest loadTest,
                                  long time)


Copyright © 2008 Innobuilt Software LLC. All Rights Reserved.