org.jboss.dtf.testframework.coordinator2.scheduler
Class ScheduleOneTimeOnly
java.lang.Object
org.jboss.dtf.testframework.coordinator2.RunInformation
org.jboss.dtf.testframework.coordinator2.scheduler.ScheduleInformation
org.jboss.dtf.testframework.coordinator2.scheduler.ScheduleTimed
org.jboss.dtf.testframework.coordinator2.scheduler.ScheduleOneTimeOnly
- All Implemented Interfaces:
- java.io.Serializable
public class ScheduleOneTimeOnly
- extends ScheduleTimed
- See Also:
- Serialized Form
Constructor Summary |
ScheduleOneTimeOnly(ScheduleInformation schedule,
int minuteOffsetFromNow)
|
ScheduleOneTimeOnly(java.net.URL testDefsURL,
java.net.URL testSelectionsURL,
java.lang.String distributionList,
java.lang.String softwareVersion,
DeployInformation deploy,
int hour,
int minute)
|
ScheduleOneTimeOnly(java.net.URL testDefsURL,
java.net.URL testSelectionsURL,
java.lang.String distributionList,
java.lang.String softwareVersion,
DeployInformation deploy,
long time)
|
Methods inherited from class org.jboss.dtf.testframework.coordinator2.RunInformation |
getCurrentStatus, getDistributionList, getNumberOfTestsRemaining, getPercentageComplete, getRunId, getSoftwareVersion, getTestDefinitionsURL, getTestSelectionURL, getTotalNumberOfTests, setCurrentStatus, setNumberOfTestsRemaining, setRunId, setSoftwareVersion, setTotalNumberOfTests |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ScheduleOneTimeOnly
public ScheduleOneTimeOnly(java.net.URL testDefsURL,
java.net.URL testSelectionsURL,
java.lang.String distributionList,
java.lang.String softwareVersion,
DeployInformation deploy,
long time)
ScheduleOneTimeOnly
public ScheduleOneTimeOnly(java.net.URL testDefsURL,
java.net.URL testSelectionsURL,
java.lang.String distributionList,
java.lang.String softwareVersion,
DeployInformation deploy,
int hour,
int minute)
ScheduleOneTimeOnly
public ScheduleOneTimeOnly(ScheduleInformation schedule,
int minuteOffsetFromNow)
isScheduleFinished
public boolean isScheduleFinished()
- Specified by:
isScheduleFinished
in class ScheduleInformation
invoke
public void invoke()
throws java.lang.InterruptedException
- Overrides:
invoke
in class ScheduleTimed
- Throws:
java.lang.InterruptedException