agentland.util
Interface UserInfo

All Known Implementing Classes:
UserInfoAgent

public interface UserInfo
extends Agent

The UserInfo agent is used to get information for the user in a more-or-less secure fashion.


Fields inherited from interface metaglue.Agent
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING
 
Method Summary
 String getProperty(String prop)
           
 Object setProperty(String key, String val)
           
 
Methods inherited from interface metaglue.Agent
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou
 

Method Detail

getProperty

public String getProperty(String prop)
                   throws RemoteException

setProperty

public Object setProperty(String key,
                          String val)
                   throws RemoteException