fipaos.agent.task.event
Class ChildTimeoutEvent
fipaos.agent.task.event.TaskEvent
|
+--fipaos.agent.task.event.ChildTimeoutEvent
- public class ChildTimeoutEvent
- extends TaskEvent
Represents an unhandled event indicating that a child-Task has timed-out
Method Summary |
Task | getChildTask() Get the child-Task that has timed-out |
void | removeReferences() Removes all references to other objects to aid garbage collection |
ChildTimeoutEvent
public ChildTimeoutEvent(Task child)
- Create event
- Parameters:
- child - Child-Task that has failed
- reason - Exception associated with failure
getChildTask
public Task getChildTask()
- Get the child-Task that has timed-out
- Returns: Child task that has timed-out
removeReferences
public void removeReferences()
- Removes all references to other objects to aid garbage collection
to Class fipaos.agent.task.Task- child-Task that has timed-out