Package agentland.util

Generally useful agents and agent frameworks.

See:
          Description

Interface Summary
Beeper  
Good The Good[Agent] class creates a framework of useful items which subclasses might like to use.
Logger  
LogMonitor Overview This is the LogMonitoring agent.
LogTester  
Notifier The Notifier allows other agents to register interest in other agent's behavior.
SecretFinder  
Spy This is the default Spy type agent--you do not need to use it.
SuperSpy  
UserInfo The UserInfo agent is used to get information for the user in a more-or-less secure fashion.
 

Class Summary
AgentMonitor This class is a window which monitors an individual agent's log messages.
AgentRegexp Allowing for reg exp matching on agent IDs.
BeeperAgent  
ExtendedSecret This is a modified version of Secret which adds several fields and string representations of Secret fields to facilitate searching in the database.
GoodAgent  
LoggerAgent  
LogMonitorAgent This is the LogMonitoring agent.
LogTesterAgent  
NotifierAgent  
Secret This is an event which is passed around by the Notifier to spys from sources.
SecretFinderAgent  
SuperSpyAgent Agent for collecting and archiving all secrets sent by all other agents.
UserInfoAgent The UserInfo agent is used to get info about the user in a more-or-less secure fashion.
 

Package agentland.util Description

Generally useful agents and agent frameworks.