org.whatsitcalled.webflange.model
Interface LoadTestRunDAO

All Known Implementing Classes:
LoadTestRunDAOHibernate

public interface LoadTestRunDAO


Method Summary
 LoadTestRun getLoadTestRun(LoadTest test, long time)
           
 LoadTestRun getLoadTestRun(java.lang.Long id)
           
 void removeLoadTestRun(java.lang.Long id)
           
 void saveLoadTestRun(LoadTestRun run)
           
 

Method Detail

getLoadTestRun

LoadTestRun getLoadTestRun(java.lang.Long id)

removeLoadTestRun

void removeLoadTestRun(java.lang.Long id)

getLoadTestRun

LoadTestRun getLoadTestRun(LoadTest test,
                           long time)

saveLoadTestRun

void saveLoadTestRun(LoadTestRun run)


Copyright © 2008 Innobuilt Software LLC. All Rights Reserved.