agentland.util
Interface SecretFinder

All Superinterfaces:
Agent, Good, Remote, Spy
All Known Implementing Classes:
SecretFinderAgent

public interface SecretFinder
extends Good


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 Vector gas()
           
 ExtendedSecret lastSecretBySource(String str)
           
 ExtendedSecret lastSecretBySourceDetails(String source, String details)
           
 void saySomething()
           
 
Methods inherited from interface agentland.util.Good
getHistory, getHistoryElement, resetHistory
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, getOldLogs, shutdown, startup, whereAreYou
 
Methods inherited from interface agentland.util.Spy
tell
 

Method Detail

lastSecretBySource

public ExtendedSecret lastSecretBySource(String str)
                                  throws RemoteException

lastSecretBySourceDetails

public ExtendedSecret lastSecretBySourceDetails(String source,
                                                String details)
                                         throws RemoteException

gas

public Vector gas()
           throws RemoteException

saySomething

public void saySomething()
                  throws RemoteException