|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapi.Result
public abstract class Result
Abstract class that describes a result from a task
Field Summary |
---|
Fields inherited from interface api.ResultInterface |
---|
serialVersionUID |
Constructor Summary | |
---|---|
Result()
|
Method Summary | |
---|---|
int |
getDrainID()
Gets the Task ID. |
long |
getRunTime()
Gets the time it took. |
abstract java.lang.Object |
getValue()
Gets the Value associated with the particular Result. |
void |
setRunTime(long rt)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Result()
Method Detail |
---|
public abstract java.lang.Object getValue()
getValue
in interface ResultInterface
public long getRunTime()
getRunTime
in interface ResultInterface
public int getDrainID()
getDrainID
in interface ResultInterface
public void setRunTime(long rt)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |