Uses of Class
messageServerP.Command

Packages that use Command
messageServerP   
 

Uses of Command in messageServerP
 

Methods in messageServerP that return Command
 Command TextualInterfaceIt.getCommand()
           
 Command HumanInterface.getCommand()
           
static Command Command.makeBackup(java.lang.String filename)
          "backup" command constructor.
static Command Command.makeChangeInterfaceToGUI()
          "change interface to gui" command constructor.
static Command Command.makeChangeInterfaceToText()
          "change interface to textual" command constructor.
static Command Command.makePrintLoadStatistics()
          "print load statistics" command constructor.
static Command Command.makePrintUsersStatistics()
          "print user statistics" command constructor.
static Command Command.makeShutdown()
          "shutdown" command constructor.
 

Methods in messageServerP with parameters of type Command
private  void HumanListener.executeBackup(Command com)
          Executes a complete backup in the file given as argument, or in the main backupper if the argument was not given.