org.whatsitcalled.webflange.engine
Class GrinderTestScheduler
java.lang.Object
org.whatsitcalled.webflange.engine.GrinderTestScheduler
- All Implemented Interfaces:
- TestScheduler
public class GrinderTestScheduler
- extends java.lang.Object
- implements TestScheduler
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GrinderTestScheduler
public GrinderTestScheduler()
init
public void init()
- Specified by:
init
in interface TestScheduler
rescheduleTest
public void rescheduleTest(LoadTest test)
throws TestSchedulerException
- Specified by:
rescheduleTest
in interface TestScheduler
- Throws:
TestSchedulerException
scheduleTest
public void scheduleTest(LoadTest test)
throws TestSchedulerException
- Specified by:
scheduleTest
in interface TestScheduler
- Throws:
TestSchedulerException
unscheduleTest
public void unscheduleTest(LoadTest test)
throws TestSchedulerException
- Specified by:
unscheduleTest
in interface TestScheduler
- Throws:
TestSchedulerException
destroy
public void destroy()
- Specified by:
destroy
in interface TestScheduler
getFactory
public org.quartz.SchedulerFactory getFactory()
setFactory
public void setFactory(org.quartz.SchedulerFactory factory)
processTest
public void processTest(LoadTest test)
throws TestSchedulerException
- Specified by:
processTest
in interface TestScheduler
- Throws:
TestSchedulerException
getLoadTestDAO
public LoadTestDAO getLoadTestDAO()
setLoadTestDAO
public void setLoadTestDAO(LoadTestDAO loadTestDAO)
getProperties
public java.util.Properties getProperties()
- Specified by:
getProperties
in interface TestScheduler
setProperties
public void setProperties(java.util.Properties properties)
Copyright © 2008 Innobuilt Software LLC. All Rights Reserved.