|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContactList | |
---|---|
common | |
common.interfaces | |
messageServerP | |
servlet |
Uses of ContactList in common |
---|
Methods in common that return ContactList | |
---|---|
ContactList |
ContactList.clone()
|
Uses of ContactList in common.interfaces |
---|
Methods in common.interfaces that return ContactList | |
---|---|
ContactList |
MSForServletInterface.getContactList(User user,
java.lang.String pw)
Returns user list of contacts. |
Uses of ContactList in messageServerP |
---|
Fields in messageServerP declared as ContactList | |
---|---|
private ContactList |
ManagedUser.list
|
Methods in messageServerP that return ContactList | |
---|---|
ContactList |
ManagedUser.getContactList()
Gets the user's Contact List. |
ContactList |
Communication.getContactList(User user,
java.lang.String pw)
|
Uses of ContactList in servlet |
---|
Fields in servlet declared as ContactList | |
---|---|
private ContactList |
ControlStatus.list
|
private ContactList |
ControlStatus.temp
|
static ContactList |
GossipInterface.utenti
|
Methods in servlet that return ContactList | |
---|---|
ContactList |
ControlStatus.getFinalList()
Returns the final contacts list. |
static ContactList |
AccessOperation.logMsg(User user,
java.lang.String pass,
MessageServer ms)
This method finds the reference to the remote object of the message server, sets the State to true and downloads the Contacts List |
(package private) ContactList |
GossipInterface.setStatus(ContactList model)
Checks which users are on line. |
Methods in servlet with parameters of type ContactList | |
---|---|
(package private) void |
GossipInterface.setModello(ContactList modello)
Differentiates the user according to their state. |
(package private) ContactList |
GossipInterface.setStatus(ContactList model)
Checks which users are on line. |
Constructors in servlet with parameters of type ContactList | |
---|---|
ControlStatus(ContactList cl,
User user)
The constructor |
|
GossipInterface(User utente,
ContactList list,
java.util.Vector<Message> message)
The second constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |