agentland.debug
Interface AgentMonitor

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

public interface AgentMonitor
extends Agent


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 void setSubject(AgentID subject)
           
 void tell(Secret secret)
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 

Method Detail

setSubject

public void setSubject(AgentID subject)
                throws RemoteException

tell

public void tell(Secret secret)
          throws RemoteException