Uses of Class
de.uniba.wiai.lspi.util.console.ConsoleException

Packages that use ConsoleException
de.uniba.wiai.lspi.chord.console.command Contains commands which can be fired by the test console only. 
de.uniba.wiai.lspi.util.console Contains utility classes for building a test console. 
 

Uses of ConsoleException in de.uniba.wiai.lspi.chord.console.command
 

Methods in de.uniba.wiai.lspi.chord.console.command that throw ConsoleException
 void Wait.exec()
           
 void ShutdownNodes.exec()
           
 void ShowSuccessorList.exec()
           
 void ShowFingerTable.exec()
           
 void ShowEntries.exec()
           
 void RetrieveNetwork.exec()
           
 void Retrieve.exec()
           
 void RemoveNetwork.exec()
           
 void Remove.exec()
           
 void LeaveNetwork.exec()
           
 void JoinNetwork.exec()
           
 void InsertNetwork.exec()
           
 void Insert.exec()
           
 void CreateNodes.exec()
           
 void CrashNodes.exec()
           
 void ChangeProtocol.exec()
           
 

Uses of ConsoleException in de.uniba.wiai.lspi.util.console
 

Methods in de.uniba.wiai.lspi.util.console that throw ConsoleException
 Command CommandFactory.createCommand(java.lang.String commandLine)
          Creates the Command instance corresponding to the given command name.
 void ShowOutputCommand.exec()
           
 void ExecuteMacro.exec()
           
abstract  void Command.exec()
          To be overwritten by subclasses for command execution.
 void Command.execute()
          Executes the command.
 void ConsoleThread.setExitCommand(java.lang.String commandName)
          Set the Command that exits this console.