com.sun.javatest.interview
Class TimeoutFactorInterview

java.lang.Object
  extended by com.sun.interview.Interview
      extended by com.sun.javatest.interview.TimeoutFactorInterview
All Implemented Interfaces:
Parameters.MutableTimeoutFactorParameters, Parameters.TimeoutFactorParameters

public class TimeoutFactorInterview
extends Interview
implements Parameters.MutableTimeoutFactorParameters

This interview collects the timeout factor parameter. It is normally used as one of a series of sub-interviews that collect the parameter information for a test run.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.interview.Interview
Interview.BadHelpFault, Interview.Fault, Interview.HelpNotFoundFault, Interview.NotOnPathFault, Interview.Observer
 
Field Summary
 
Fields inherited from class com.sun.interview.Interview
CHECKSUM, EXPORT_IGNORE_ALL_EXCEPTIONS, EXPORT_IGNORE_NO_EXCEPTIONS, EXPORT_IGNORE_RUNTIME_EXCEPTIONS, EXTERNAL_PREF, INTERVIEW, LOCALE, MARKERS, MARKERS_PREF, QUESTION, SEMANTIC_MAX_VERSION, SEMANTIC_PRE_32, SEMANTIC_VERSION_32, SEMANTIC_VERSION_43, TEMPLATE_PREF
 
Fields inherited from interface com.sun.javatest.Parameters.TimeoutFactorParameters
MAX_TIMEOUT_FACTOR, MIN_TIMEOUT_FACTOR
 
Constructor Summary
TimeoutFactorInterview(InterviewParameters parent)
          Create an interview.
 
Method Summary
 float getTimeoutFactor()
          Get the value for the timeout factor from the interview.
 void setTimeoutFactor(float t)
          Set the value of the timeout factor in the interview.
 
Methods inherited from class com.sun.interview.Interview
addObserver, callInterview, clear, clearMarkedResponses, containsObserver, createChecklist, createChecklistItem, createChecklistItem, createChecklistItem, export, getAllQuestions, getCurrentQuestion, getDefaultImage, getExportIgnoreExceptionPolicy, getExternalProperties, getFirstQuestion, getHelpSet, getInterview, getInterviewSemantics, getParent, getPath, getPathToCurrent, getPropertyKeys, getQuestions, getRawPath, getResourceBundle, getResourceString, getResourceString, getRoot, getTag, getTitle, hasNext, hasValidNext, isChecklistEmpty, isChecksumValid, isEdited, isFinishable, isFirst, isInterviewFinishable, isLast, isRoot, isStarted, iteratePath, iteratePathToCurrent, last, load, load, next, pathContains, pathContains, prev, propagateTemplateForAll, readLocale, removeAllMarkers, removeMarkers, removeObserver, reset, retrieveProperty, retrieveTemplateKeys, retrieveTemplateProperty, save, setBaseTag, setCurrentQuestion, setDefaultImage, setEdited, setExportIgnoreExceptionPolicy, setFirstQuestion, setHelpSet, setHelpSet, setHelpSet, setInterviewSemantics, setResourceBundle, setResourceBundle, setTitle, storeProperty, storeTemplateProperties, storeTemplateProperty, updatePath, updatePath, verifyPathContains, writeLocale
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeoutFactorInterview

public TimeoutFactorInterview(InterviewParameters parent)
                       throws Interview.Fault
Create an interview.

Parameters:
parent - The parent interview of which this is a child.
Throws:
Interview.Fault - if there is a problem while creating the interview.
Method Detail

getTimeoutFactor

public float getTimeoutFactor()
Get the value for the timeout factor from the interview.

Specified by:
getTimeoutFactor in interface Parameters.TimeoutFactorParameters
Returns:
a value representing the desired timeout factor for a test run.
See Also:
setTimeoutFactor(float)

setTimeoutFactor

public void setTimeoutFactor(float t)
Set the value of the timeout factor in the interview.

Specified by:
setTimeoutFactor in interface Parameters.MutableTimeoutFactorParameters
Parameters:
t - The desired value for the timeout factor.
See Also:
getTimeoutFactor()


Copyright (c) 1996, 2010, Oracle and/or its affiliates. All rights reserved.