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.Command
execute
in class Command
java.lang.Exception
- meist bei Server-Timeout (wird im CmdInterpreter
abgefangen)Command.execute()