agentland.info
Interface PersonDatabase
- All Superinterfaces:
- Agent, Remote
- All Known Implementing Classes:
- PersonDatabaseAgent
- public interface PersonDatabase
- extends Agent
showPM
public void showPM()
throws RemoteException
clearPM
public void clearPM()
throws RemoteException
fillMap
public void fillMap()
throws RemoteException
lookup
public Vector lookup(String search)
throws RemoteException
addPerson
public void addPerson(String fname,
String mname,
String lname,
String em,
String hphone,
String ophone,
String add)
throws RemoteException
addPerson
public void addPerson(PersonInfo pi)
throws RemoteException
deletePerson
public void deletePerson(String name)
throws RemoteException
listNames
public Vector listNames()
throws RemoteException