Uses of Class
de.bsvrz.sys.startstopp.buv.Command

Packages that use Command
de.bsvrz.sys.startstopp.buv   
 

Uses of Command in de.bsvrz.sys.startstopp.buv
 

Subclasses of Command in de.bsvrz.sys.startstopp.buv
 class HiddenCommand
          Kommando das nicht im Menü angezeigt wird.
 

Fields in de.bsvrz.sys.startstopp.buv declared as Command
 Command CopyOfCmdInterpreter.closeConnCmd
          Kommando zum schliessen der Verbindung (Server horcht weiter)
 Command CmdInterpreter.closeConnCmd
          Kommando zum schliessen der Verbindung (Server horcht weiter)
 Command CopyOfCmdInterpreter.stopServerCmd
          Kommando zum beenden des Serverdienstes auf localhost
 Command CmdInterpreter.stopServerCmd
          Kommando zum beenden des Serverdienstes auf localhost
 

Fields in de.bsvrz.sys.startstopp.buv with type parameters of type Command
private  java.util.Vector<Command> CmdMenu.commands
           
 

Methods in de.bsvrz.sys.startstopp.buv that return Command
 Command CmdMenu.getLeaf(int i)
          Ein bestimmtes Kommando
static Command InfoCommands.memoryInfo()
          Kommando zur Anzeige von Informationen über die Speicherauslastung.
static Command InfoCommands.runtimeInfo()
          Kommando zur Anzeige von Laufzeitinformationen.
static Command InfoCommands.systemInfo()
          Kommando zur Anzeige von Systeminformationen.
 

Methods in de.bsvrz.sys.startstopp.buv that return types with arguments of type Command
 java.util.Vector<Command> CmdMenu.getCommands()
          Alle Kommandos auslesen
 

Methods in de.bsvrz.sys.startstopp.buv with parameters of type Command
 void CmdMenu.addCmd(Command cmd)
          Ein Kommando hinzufügen.