All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface oaa.agents.AgentInterface

public interface AgentInterface
Defines the methods to be implemented by an agent


Method Index

 o appDone()
Called when exiting, here the application must disconnect the agent, and kill the threads
 o appInit()
Called at initialization
 o doEvent(String, String, String)
Here, the application must define what the agent is doing
 o doIt()
Starts agent's action

Methods

 o doEvent
 public abstract String doEvent(String KS,
                                String func,
                                String args)
Here, the application must define what the agent is doing

 o doIt
 public abstract void doIt()
Starts agent's action

 o appInit
 public abstract boolean appInit()
Called at initialization

 o appDone
 public abstract boolean appDone()
Called when exiting, here the application must disconnect the agent, and kill the threads


All Packages  Class Hierarchy  This Package  Previous  Next  Index