|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ManagedUser | |
---|---|
common.interfaces | |
messageServerP |
Uses of ManagedUser in common.interfaces |
---|
Methods in common.interfaces with parameters of type ManagedUser | |
---|---|
void |
MSForMSInterface.assignMovedUser(ManagedUser user)
Assigns a user management (sending all its datas) to the message server. |
Uses of ManagedUser in messageServerP |
---|
Fields in messageServerP with type parameters of type ManagedUser | |
---|---|
private static java.util.List<ManagedUser> |
ManagedUsersDatabase.users
|
Methods in messageServerP that return ManagedUser | |
---|---|
ManagedUser |
ManagedUser.clone()
|
static ManagedUser |
ManagedUsersDatabase.getManaged(User user)
Takes log(N) where N is the number of administrated users. |
static ManagedUser[] |
ManagedUsersDatabase.getManagedUsersArray()
Copies the managed users into an array and returns the array. |
Methods in messageServerP that return types with arguments of type ManagedUser | |
---|---|
static java.util.List<ManagedUser> |
ManagedUsersDatabase.getManagedUsersList()
|
Methods in messageServerP with parameters of type ManagedUser | |
---|---|
static void |
ManagedUsersDatabase.addAssignedUser(ManagedUser user)
Adds an already existing user to the managed user list. |
void |
SafeMSForMSInterface.assignMovedUser(ManagedUser user)
|
void |
Communication.assignMovedUser(ManagedUser user)
|
private void |
FileBackupper.backupSingleData(ManagedUser usr,
boolean remove)
Adds or removes a single managed user from the backup. |
void |
FileBackupper.backupUser(ManagedUser usr)
|
void |
BackupperInterface.backupUser(ManagedUser usr)
Backups a new user adding it to the backup. |
boolean |
ManagedUser.equals(ManagedUser us2)
Tests if a user given as argument has the same nickname of this one. |
static void |
Cache.remoteIsFriendOf(ManagedUser local,
User remote)
Checks if a remote user accepts a local user as a friend. |
void |
FileBackupper.removeBackuppedUser(ManagedUser usr)
|
void |
BackupperInterface.removeBackuppedUser(ManagedUser usr)
Removes a user from the backup. |
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. |
void |
TextualInterfaceIt.showUsersStats(int managedUsers,
int onlineManagedUsers,
ManagedUser[] users)
|
void |
HumanInterface.showUsersStats(int managedUsers,
int onlineManagedUsers,
ManagedUser[] users)
Shows the user statistics. |
void |
FileBackupper.updateUser(ManagedUser newUserStatus)
|
void |
BackupperInterface.updateUser(ManagedUser newUserStatus)
Replaces the status of a user in the backup or adds the user if it is not backupped. |
Method parameters in messageServerP with type arguments of type ManagedUser | |
---|---|
void |
FileBackupper.backupWholeData(java.util.List<ManagedUser> users)
|
void |
BackupperInterface.backupWholeData(java.util.List<ManagedUser> mUsers)
Backups the whole data given as arguments. |
int |
FileBackupper.restoreData(java.util.List<ManagedUser> restoredUsers)
|
int |
BackupperInterface.restoreData(java.util.List<ManagedUser> restoredUsers)
|
static void |
ManagedUsersDatabase.restoreData(java.util.List<ManagedUser> restoredUsers)
Restores the managed users list replacing the current one with the one given by argument. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |