|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Message | |
|---|---|
| common | |
| common.interfaces | |
| messageServerP | |
| servlet | |
| Uses of Message in common |
|---|
| Methods in common that return Message | |
|---|---|
Message |
Message.clone()
|
| Uses of Message in common.interfaces |
|---|
| Methods in common.interfaces that return types with arguments of type Message | |
|---|---|
java.util.Vector<Message> |
MSForServletInterface.downloadMsgs(User user,
java.lang.String pw)
Downloads the messages stored in the Message server for a user. |
| Methods in common.interfaces with parameters of type Message | |
|---|---|
void |
MSForServletInterface.forwardMessage(Message msg)
Forwards a message. |
void |
MSForMSInterface.forwardMessage(Message msg)
Forwards a message from a Message Server to this one. |
| Uses of Message in messageServerP |
|---|
| Fields in messageServerP with type parameters of type Message | |
|---|---|
private java.util.Vector<Message> |
ManagedUser.msgsQueue
|
| Methods in messageServerP that return types with arguments of type Message | |
|---|---|
java.util.Vector<Message> |
Communication.downloadMsgs(User user,
java.lang.String pw)
|
java.util.Vector<Message> |
ManagedUser.getQueue()
Returns the messagges in the queue and marks it as downloaded, ready to be deleted. |
| Methods in messageServerP with parameters of type Message | |
|---|---|
void |
ManagedUser.addMsgToQueue(Message ms)
Adds a message to the incoming queue of the user |
void |
SafeMSForMSInterface.forwardMessage(Message msg)
|
void |
Communication.forwardMessage(Message msgRef)
|
static void |
Cache.forwardMsg(Message msg)
Forwards a message to another Message Server (recipient must not be local). |
| Uses of Message in servlet |
|---|
| Methods in servlet that return types with arguments of type Message | |
|---|---|
static java.util.Vector<Message> |
AccessOperation.getMail(User user,
java.lang.String pass,
MessageServer ms)
Downloads and deletes the messages received by the user |
| Methods in servlet with parameters of type Message | |
|---|---|
static void |
AccessOperation.sendMessage(Message mx)
Sends a message to the message server |
void |
PeerCommunication.sendMex(Message mx)
Thus method sends a message to the user. |
| Method parameters in servlet with type arguments of type Message | |
|---|---|
void |
MailInterface.setup(java.util.Vector<Message> message)
Adds the messages to the graphic interface |
| Constructors in servlet with parameters of type Message | |
|---|---|
PeerCommunication(java.net.Socket soc,
User name,
Message mx)
The constructor |
|
| Constructor parameters in servlet with type arguments of type Message | |
|---|---|
GossipInterface(User utente,
ContactList list,
java.util.Vector<Message> message)
The second constructor. |
|
MailInterface(java.util.Vector<Message> message)
The constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||