agentland.util
Interface Messenger

All Known Implementing Classes:
MessengerEHA, MessengerAgent

public interface Messenger
extends Managed


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 boolean deliver(String who, String message, int priority)
           
 
Methods inherited from interface agentland.resource.Managed
getNeed, replace, resources, yank, yank
 
Methods inherited from interface agentland.util.Good
getHistory, getHistoryElement, resetHistory
 
Methods inherited from interface agentland.util.Spy
tell
 

Method Detail

deliver

public boolean deliver(String who,
                       String message,
                       int priority)
                throws RemoteException