Package bootstrapP

Interface Summary
BackupperInterface This interface represents a general backupper, witch may be a file backupper, a remote backupper, a RAID-like backupper, or any other kind of service to permanently store datas.
HumanInterface The interface that represents an interaction with a human (the server admin).
 

Class Summary
BootstrapCore The main class of the Bootstrap Server, witch starts the services.
Command This class represents a command got from the human interface.
Communication The class that contains the methods needed for communicating with other servers and servlets.
FileBackupper An implementation of a backupper that works on a single file.
HumanListener The thread that listen for requests by the administrator and performs the correspondent actions.
LoadListener The thread that listens for incoming load signal by the message servers
ManagedMessageServer A representation of a Message Server managed by the Bootstrap server.
MessageServersDatabase A database containing all the Message servers managed by this BS and part of this Gossip system.
RegisteredUser A representation of a user registered into the gossip system, witch is assigned to a message server.
SafeMSForBSInterface A Safe Message Server to Bootstrap interface.
TextualInterfaceIt The human textual interface in italian.
UsersDatabase The database of users registered on the Bootstrap server.