Summary
Nested Classes |
class |
TaskDescriptorBean.Factory |
|
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
Public Methods
public
String
getDescription
()
public
long
getElapsedRunTime
()
public
Date
getFinishedTimestamp
()
public
String
getFormattedElapsedRunTime
()
public
String
getFormattedExceptionCause
()
public
String
getFormattedFinishedTimestamp
()
public
String
getFormattedProgress
()
public
String
getFormattedStartedTimestamp
()
public
String
getFormattedSubmittedTimestamp
()
public
long
getInverseProgressNumber
()
public
long
getProgressNumber
()
Returns a number between 0 and 100 and caters for lack of progress and finished tasks.
Returns
- a number between 0 and 100 and caters for lack of progress and finished tasks.
public
String
getProgressURL
()
public
Date
getStartedTimestamp
()
public
Date
getSubmittedTimestamp
()
We don't re-expose this. Use getLastProgressEvent().
public
boolean
isCancellable
()
public
boolean
isCancelled
()
public
boolean
isFinished
()
public
boolean
isStarted
()
public
boolean
isUserWhoStartedTask
()
public
void
setCancelled
(boolean cancelled)
public
void
setExceptionCause
(Throwable cause)
public
void
setResult
(V result)