|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PersonList
Interface for the PersonList.
Method Summary | |
---|---|
void |
addPerson(PersonAdapter person)
Adds a person to the remote directory. |
java.lang.String |
ListAll()
Lists all people that are contained in the remote directory. |
void |
removePerson(int ID)
Remove a person to the remote directory. |
Method Detail |
---|
void addPerson(PersonAdapter person) throws java.rmi.RemoteException
person
- The person to be added to the list.
java.rmi.RemoteException
void removePerson(int ID) throws java.rmi.RemoteException
ID
- The ID number of the person to be removed from the list.
java.rmi.RemoteException
java.lang.String ListAll() throws java.rmi.RemoteException
java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |