|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use UserNotExistsException | |
---|---|
bootstrapP | |
common.interfaces | |
messageServerP |
Uses of UserNotExistsException in bootstrapP |
---|
Methods in bootstrapP that throw UserNotExistsException | |
---|---|
void |
Communication.deleteUser(User user,
java.lang.String pw)
|
MessageServer |
Communication.getMS(User user)
|
Uses of UserNotExistsException in common.interfaces |
---|
Methods in common.interfaces that throw UserNotExistsException | |
---|---|
void |
MSForServletInterface.blockContact(User user,
java.lang.String pw,
User userToBlock)
Marks userToBlock in the user's contact list as blocked, so that no more messages from that user are accepted. |
void |
BSForServletInterface.deleteUser(User user,
java.lang.String pw)
Deletes an account of a user (this method is used by the user itself). |
void |
MSForServletInterface.forwardMessage(Message msg)
Forwards a message. |
void |
MSForMSInterface.forwardMessage(Message msg)
Forwards a message from a Message Server to this one. |
MessageServer |
BSForServletInterface.getMS(User user)
Returns the message server of a user given by argument. |
MessageServer |
BSForMSInterface.getMS(User user)
Returns the message server of a user given by argument. |
User |
MSForServletInterface.getUserContact(User user)
Gets a User IP address and TCP port to directely connect to its servlet. |
void |
MSForServletInterface.removeContact(User user,
java.lang.String pw,
User userToRemove)
Removes userToRemove from user's contact list, so that no more messages from that user are accepted. |
Uses of UserNotExistsException in messageServerP |
---|
Methods in messageServerP that throw UserNotExistsException | |
---|---|
void |
Communication.blockContact(User user,
java.lang.String pw,
User userToBlock)
|
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). |
static User |
Cache.getRemoteContact(User usr)
Retrives informations about a gossip servlet connection (IP address and port) in order to let anyone contact him directely. |
User |
Communication.getUserContact(User user)
|
static void |
Cache.remoteIsFriendOf(ManagedUser local,
User remote)
Checks if a remote user accepts a local user as a friend. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |