agentland.info
Interface PersonLookup

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

public interface PersonLookup
extends Agent


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 PersonInfo personLookup(String name)
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 

Method Detail

personLookup

public PersonInfo personLookup(String name)
                        throws RemoteException