agentland.info
Interface PhoneDatabase
- All Superinterfaces:
- Agent, Remote
- All Known Implementing Classes:
- PhoneDatabaseAgent
- public interface PhoneDatabase
- extends Agent
showPM
public void showPM()
throws RemoteException
clearPM
public void clearPM()
throws RemoteException
fillMap
public void fillMap()
throws RemoteException
getPhoneNumber
public Vector getPhoneNumber(String name)
throws RemoteException
getName
public Vector getName(String phoneNumber)
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