Uses of Class
common.interfaces.exceptions.UserNotManagedException

Packages that use UserNotManagedException
bootstrapP   
common.interfaces   
messageServerP   
 

Uses of UserNotManagedException in bootstrapP
 

Methods in bootstrapP that throw UserNotManagedException
 void SafeMSForBSInterface.deleteUserAdmin(User nick, java.lang.String MSpw)
           
 void SafeMSForBSInterface.moveUser(java.lang.String MSPw, User user, MessageServer ms)
           
 

Uses of UserNotManagedException in common.interfaces
 

Methods in common.interfaces that throw UserNotManagedException
 void MSForServletInterface.addToFriends(User user, java.lang.String pw, User userToAdd)
          Used by a servlet to tell the message server to add another user in his contact list as friend.
 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 MSForServletInterface.changePassword(User user, java.lang.String oldPw, java.lang.String newPw)
          Changes the user password.
 void MSForServletInterface.deleteDownloadedMsgs(User user, java.lang.String pw)
          Deletes the messages that are already downloaded by a User.
 void MSForBSInterface.deleteUserAdmin(User nick, java.lang.String MSpw)
          Deletes a user.
 java.util.Vector<Message> MSForServletInterface.downloadMsgs(User user, java.lang.String pw)
          Downloads the messages stored in the Message server for a user.
 void MSForServletInterface.forwardMessage(Message msg)
          Forwards a message.
 void MSForMSInterface.forwardMessage(Message msg)
          Forwards a message from a Message Server to this one.
 ContactList MSForServletInterface.getContactList(User user, java.lang.String pw)
          Returns user list of contacts.
 User MSForMSInterface.getManagedUserContact(User user)
          Gets a User IP address and TCP port to directely connect to its servlet.
 boolean MSForMSInterface.inListOfUserContains(User listUser, User user)
          Checks whether or not a user (U1) accepts messages sent from another user (U2)
 void MSForBSInterface.moveUser(java.lang.String MSPw, User user, MessageServer ms)
          Moves a user assignation from the message server to the specified one.
 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.
 void MSForServletInterface.setState(User user, java.lang.String pw, boolean state)
          Sets a user state.
 

Uses of UserNotManagedException in messageServerP
 

Methods in messageServerP that throw UserNotManagedException
 void Communication.addToFriends(User user, java.lang.String userPw, User userToAdd)
           
 void Communication.blockContact(User user, java.lang.String pw, User userToBlock)
           
 void Communication.changePassword(User user, java.lang.String oldPw, java.lang.String newPw)
           
 void Communication.deleteDownloadedMsgs(User user, java.lang.String pw)
           
 void Communication.deleteUserAdmin(User nick, java.lang.String MSpw)
           
 java.util.Vector<Message> Communication.downloadMsgs(User user, java.lang.String pw)
           
 void SafeMSForMSInterface.forwardMessage(Message msg)
           
 void Communication.forwardMessage(Message msgRef)
           
 ContactList Communication.getContactList(User user, java.lang.String pw)
           
 User SafeMSForMSInterface.getManagedUserContact(User user)
           
 User Communication.getManagedUserContact(User user)
           
 boolean SafeMSForMSInterface.inListOfUserContains(User listUser, User user)
           
 boolean Communication.inListOfUserContains(User listUser, User user)
           
 void Communication.moveUser(java.lang.String MSPw, User user, MessageServer ms)
           
 void Communication.removeContact(User user, java.lang.String pw, User userToRemove)
           
 void Communication.setState(User user, java.lang.String pw, boolean state)