Package adams.core
Interface MultiAttemptSupporter
-
- All Known Subinterfaces:
MultiAttemptWithWaitSupporter
- All Known Implementing Classes:
CopyFile
,DumpFile
,MoveFile
,ScpJobRunner
,SerializingJobRunner
,WaitForFile
public interface MultiAttemptSupporter
Interface for classes that support multiple attempts.- Version:
- $Revision$
- Author:
- FracPete (fracpete at waikato dot ac dot nz)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getNumAttempts()
Returns the number of attempts.String
numAttemptsTipText()
Returns the tip text for this property.void
setNumAttempts(int value)
Sets the number of attempts.
-
-
-
Method Detail
-
setNumAttempts
void setNumAttempts(int value)
Sets the number of attempts.- Parameters:
value
- the number of attempts
-
getNumAttempts
int getNumAttempts()
Returns the number of attempts.- Returns:
- the number of attempts
-
numAttemptsTipText
String numAttemptsTipText()
Returns the tip text for this property.- Returns:
- tip text for this property suitable for displaying in the GUI or for listing the options.
-
-