metaglue
Interface CatalogMessageListener

All Superinterfaces:
Agent, Remote, Spy
All Known Subinterfaces:
LogMonitor

public interface CatalogMessageListener
extends Spy

This interface is basically another version of a Spy except explicitly for the purpose of communicating log messages from the Catalog to the Logger as there is something about the Catalog which precludes it from working with the logger under normal circumstances


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void receiveMessage(AgentID catalog, int i, String msg)
           
 
Methods inherited from interface agentland.util.Spy
tell
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, getOldLogs, shutdown, startup, whereAreYou
 

Method Detail

receiveMessage

public void receiveMessage(AgentID catalog,
                           int i,
                           String msg)
                    throws RemoteException