metaglue
Interface GoodCatalog

All Superinterfaces:
Agent, Catalog, Notifier, Remote
All Known Implementing Classes:
GoodCatalogAgent

public interface GoodCatalog
extends Catalog


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void setDaemon(AgentID agent, boolean daemon)
           
 
Methods inherited from interface metaglue.Catalog
add, addCatalogMonitor, checkStatus, enumerateAgents, enumerateAgents, lookup, lookupBlocking, lookupBlocking, remove, removeCatalogMonitor, replaceStartingMG
 
Methods inherited from interface agentland.util.Notifier
addSpy, addSpy, gossip, notify, passNotify, removeAllSpies, removeSpy, removeSpy
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, getOldLogs, shutdown, startup, whereAreYou
 

Method Detail

setDaemon

public void setDaemon(AgentID agent,
                      boolean daemon)
               throws RemoteException