|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A persistent Task that is held by a WorkSpace.
Field Summary | |
static java.lang.String |
COPYRIGHT
|
Method Summary | |
long |
creationTime()
Returns the creation time of a PTask. |
boolean |
done()
Returns true if this PTask is done. |
boolean |
executable()
Returns true if this PTask is executable. |
boolean |
isParent()
Returns true if this PTask is a parent. |
java.lang.String |
key()
Returns the key that the WorkSpace uses to identify a PTask. |
long |
modifications()
Returns the number of modifications since creation. |
long |
modificationTime()
Returns the last modification time since creation. |
java.lang.String |
parentKey()
Returns the parent identifier. |
java.lang.String |
worker()
Returns the Worker's address (URL) that is currently executing this PTask. |
Methods inherited from interface org.syrup.Task |
description, environment, functionClass, name, orType, parameter |
Field Detail |
public static final java.lang.String COPYRIGHT
Method Detail |
public java.lang.String parentKey()
key()
public java.lang.String key()
public long modifications()
public long modificationTime()
public long creationTime()
public boolean executable()
public boolean done()
public boolean isParent()
public java.lang.String worker()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |