agentland.util
Interface LogTester

All Superinterfaces:
Agent, Remote
All Known Implementing Classes:
LogTesterAgent

public interface LogTester
extends Agent


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void doLog(int lvl, String msg)
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, getOldLogs, shutdown, startup, whereAreYou
 

Method Detail

doLog

public void doLog(int lvl,
                  String msg)
           throws RemoteException