|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fipaos.agent.task.event.TaskEvent | +--fipaos.agent.task.event.ChildFailureEvent
Represents an unprocessed event indicating that a child-Task has failed
Constructor Summary | |
ChildFailureEvent(Task child,
java.lang.Throwable reason)
Create event |
Method Summary | |
Task |
getChildTask()
Get the child-Task that has failed |
java.lang.Throwable |
getFailureReason()
Get the Exception associated with the failure |
void |
removeReferences()
Removes all references to other objects to aid garbage collection |
Methods inherited from class fipaos.agent.task.event.TaskEvent |
getTimeSinceTimestamp, getTimestamp |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ChildFailureEvent(Task child, java.lang.Throwable reason)
child
- Child-Task that has failedreason
- Exception associated with failureMethod Detail |
public Task getChildTask()
public java.lang.Throwable getFailureReason()
public void removeReferences()
removeReferences
in class TaskEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |