|
|||||||||
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.ChildTimeoutEvent
Represents an unhandled event indicating that a child-Task has timed-out
Constructor Summary | |
ChildTimeoutEvent(Task child)
Create event |
Method Summary | |
Task |
getChildTask()
Get the child-Task that has timed-out |
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 ChildTimeoutEvent(Task child)
child
- Child-Task that has failedreason
- Exception associated with failureMethod Detail |
public Task getChildTask()
public void removeReferences()
removeReferences
in class TaskEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |