Uses of Class
mam.agent.Agent

Packages that use Agent
applications.proxy.dialog 
applications.proxy.ui 
mam.agent 
mam.internetworking 

Uses of Agent in applications.proxy.dialog
 

Fields in applications.proxy.dialog declared as Agent
protected AgentAgentListUIDialog.inputHandler
          
 

Constructors in applications.proxy.dialog with parameters of type Agent
AgentListUIDialog.AgentListUIDialog(String title, Agent handler, String[] names)
          
 

Uses of Agent in applications.proxy.ui
 

Fields in applications.proxy.ui declared as Agent
protected AgentAgentTextUI.inputHandler
          
 

Constructors in applications.proxy.ui with parameters of type Agent
AgentTextUI.AgentTextUI(String title, Agent handler, String input, int xsize, int ysize)
          Constructor for the AgentTextUI object
 

Uses of Agent in mam.agent
 

Subclasses of Agent in mam.agent
class AnalyzeAgent
          Analyze Agent looks at the logs generated by the Listen Agent and tries to decipher them...
class MonitorAgent
          
class OddAgent
          A simple testing agent.
class TransactionalAgent
          
class UrlKnowledgeAgent
          Description of the Class
class WebServerAgent
          
 

Uses of Agent in mam.internetworking
 

Methods in mam.internetworking that return Agent
AgentFacility.createAgent(String role, AgentProperties defaultAgentProperties)
          Description of the Method
 

Methods in mam.internetworking with parameters of type Agent
booleanFacility.migrateAgent(Agent newAgent)
          Description of the Method
voidFacility.removeAgent(Agent agent)
          Description of the Method