fipaos.platform
Class AgentManagementSystem.IdleTask

java.lang.Object
  |
  +--fipaos.agent.task.Task
        |
        +--fipaos.platform.AgentManagementSystem.IdleTask
Enclosing class:
AgentManagementSystem

public class AgentManagementSystem.IdleTask
extends Task


Fields inherited from class fipaos.agent.task.Task
_children, _lock, _owner, _tm
 
Constructor Summary
AgentManagementSystem.IdleTask()
           
 
Method Summary
 void doneDeregisterTask(Task t)
           
 void doneGetDescriptionTask(Task t)
           
 void doneModifyTask(Task t)
           
 void doneRegisterTask(Task t)
           
 void doneSearchTask(Task t)
           
 void errorDeregisterTask(Task task, java.lang.Throwable t)
           
 void errorGetDescriptionTask(Task task, java.lang.Throwable t)
           
 void errorModifyTask(Task task, java.lang.Throwable t)
           
 void errorRegisterTask(Task task, java.lang.Throwable t)
           
 void errorSearchTask(Task task, java.lang.Throwable t)
           
 void handleRequest(Conversation conv)
          Dummy method - please override implementation and DO NOT invoke
 void startTask()
          Invoked immediately after the task has been initialised by newTask()
 
Methods inherited from class fipaos.agent.task.Task
DFSearchResults, done, done, doneDFSearchTask, errorDFSearchTask, forward, forward, getContext, getNewConversation, getState, handleAcceptProposal, handleAgree, handleCfp, handleConfirm, handleDisconfirm, handleFailure, handleInform, handleInformIf, handleInformRef, handleLateMessage, handleNotUnderstood, handleOther, handlePropagate, handlePropose, handleProxy, handleQueryIf, handleQueryRef, handleRefuse, handleRejectProposal, handleRequestWhen, handleRequestWhenever, handleSubscribe, handleUndeliverableMessage, newTask, newTask, newTask, newTask, newTask, newTask, newTask, newTask, notify, notifyDone, notifyError, notifyMessageFailure, notifyMessageForEndedConversation, notifyTimeout, searchDF, searchDF, searchDF, searchDF, searchDF, sendNotUnderstood, setContext, timeoutDFSearchTask
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentManagementSystem.IdleTask

public AgentManagementSystem.IdleTask()
Method Detail

startTask

public void startTask()
Description copied from class: Task
Invoked immediately after the task has been initialised by newTask()
Overrides:
startTask in class Task

handleRequest

public void handleRequest(Conversation conv)
Description copied from class: Task
Dummy method - please override implementation and DO NOT invoke
Overrides:
handleRequest in class Task

doneRegisterTask

public void doneRegisterTask(Task t)

doneDeregisterTask

public void doneDeregisterTask(Task t)

doneModifyTask

public void doneModifyTask(Task t)

doneSearchTask

public void doneSearchTask(Task t)

doneGetDescriptionTask

public void doneGetDescriptionTask(Task t)

errorRegisterTask

public void errorRegisterTask(Task task,
                              java.lang.Throwable t)

errorDeregisterTask

public void errorDeregisterTask(Task task,
                                java.lang.Throwable t)

errorModifyTask

public void errorModifyTask(Task task,
                            java.lang.Throwable t)

errorSearchTask

public void errorSearchTask(Task task,
                            java.lang.Throwable t)

errorGetDescriptionTask

public void errorGetDescriptionTask(Task task,
                                    java.lang.Throwable t)