agentland.util
Interface ErrorMaker

All Known Implementing Classes:
ErrorMakerEHA, ErrorMakerAgent

public interface ErrorMaker
extends Agent


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

Method Detail

makeError

public void makeError(int lvl,
                      int quantity)
               throws RemoteException