public class ShutdownCommand extends Command
| Constructor and Description |
|---|
ShutdownCommand(Protocols protocols)
Initialisierung.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Methode muss von einer implementierenden Klasse gefüllt werden
|
public ShutdownCommand(Protocols protocols)
protocols - Hauptklasse.public void execute()
throws java.lang.Exception
de.bsvrz.sys.funclib.losb.util.cmdinterface.Commandexecute in class Commandjava.lang.Exception - meist bei Server-Timeout (wird im CmdInterpreter abgefangen)Command.execute()