agentland.resource.util
Interface ResourceRetriever
- All Known Implementing Classes:
- ResourceRetrieverAgent
- public interface ResourceRetriever
- extends Managed
Methods inherited from interface agentland.util.Spy |
tell |
retrieve
public AgentID retrieve(String occ,
Object des)
throws RemoteException
- Do a resource request on behalf of the caller, and
return the agent ID associated with it.
Does all the fancy testing and translations.
retrieve
public AgentID retrieve(String occ)
throws RemoteException
loadBunch
public void loadBunch(String request)
throws RemoteException
- Make a resource request. Print out all the stuff we
got from it.