|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface Queue.Executable
Represents the real meat of the computation run by Executor
.
Implementation must have executorCell.jelly, which is used to render the HTML that indicates this executable is executing.
Method Summary | |
---|---|
long |
getEstimatedDuration()
Estimate of how long will it take to execute this executable. |
SubTask |
getParent()
Task from which this executable was created. |
void |
run()
Called by Executor to perform the task |
String |
toString()
Used to render the HTML. |
Method Detail |
---|
SubTask getParent()
Since this method went through a signature change in 1.377, the invocation may results in
AbstractMethodError
.
Use Executables#getParentOf(Executable)
that avoids this.
void run()
Executor
to perform the task
run
in interface Runnable
long getEstimatedDuration()
Executables#getEstimatedDurationFor(Executable)
to protected against AbstractMethodErrors!
String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |