Package de.bsvrz.pua.prot.client.console
Class ShutdownCommand
- java.lang.Object
-
- de.bsvrz.sys.funclib.losb.util.cmdinterface.Command
-
- de.bsvrz.pua.prot.client.console.ShutdownCommand
-
public class ShutdownCommand extends de.bsvrz.sys.funclib.losb.util.cmdinterface.Command
Kommando zum Herunterfahren der SWE 'Protokolle und Auswertungen'.
-
-
Constructor Summary
Constructors Constructor Description ShutdownCommand(Protocols protocols)
Initialisierung.
-
Method Summary
Modifier and Type Method Description void
execute()
-
-
-
Constructor Detail
-
ShutdownCommand
public ShutdownCommand(Protocols protocols)
Initialisierung.- Parameters:
protocols
- Hauptklasse.
-
-