Uses of Class
common.interfaces.exceptions.AssignationNotAcceptedException

Packages that use AssignationNotAcceptedException
bootstrapP   
common.interfaces   
messageServerP   
 

Uses of AssignationNotAcceptedException in bootstrapP
 

Methods in bootstrapP that throw AssignationNotAcceptedException
 void SafeMSForBSInterface.moveUser(java.lang.String MSPw, User user, MessageServer ms)
           
 void Communication.register(java.lang.String nickCase, java.lang.String pw)
           
 

Uses of AssignationNotAcceptedException in common.interfaces
 

Methods in common.interfaces that throw AssignationNotAcceptedException
 void MSForMSInterface.assignMovedUser(ManagedUser user)
          Assigns a user management (sending all its datas) to the message server.
 void MSForBSInterface.moveUser(java.lang.String MSPw, User user, MessageServer ms)
          Moves a user assignation from the message server to the specified one.
 void BSForServletInterface.register(java.lang.String nick, java.lang.String pw)
          Creates an account for a new user.
 

Uses of AssignationNotAcceptedException in messageServerP
 

Methods in messageServerP that throw AssignationNotAcceptedException
 void SafeMSForMSInterface.assignMovedUser(ManagedUser user)
           
 void Communication.assignMovedUser(ManagedUser user)
           
 void Communication.moveUser(java.lang.String MSPw, User user, MessageServer ms)
           
static void Cache.sendUser(ManagedUser user, MessageServer ms)
          Moves a given user (including its message queue and contact lists) from the local message to another. does not remove the user from the local ms.