Class ShutdownCommand


  • public class ShutdownCommand
    extends de.bsvrz.sys.funclib.losb.util.cmdinterface.Command
    Kommando zum Herunterfahren der SWE 'Protokolle und Auswertungen'.
    • Method Summary

      Modifier and Type Method Description
      void execute()  
      • Methods inherited from class de.bsvrz.sys.funclib.losb.util.cmdinterface.Command

        getDesc, getHelp, getIndex, getParent, println, printlnPlain, readln, setDesc, setHelp, setIndex, setParent, setStreams, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ShutdownCommand

        public ShutdownCommand​(Protocols protocols)
        Initialisierung.
        Parameters:
        protocols - Hauptklasse.
    • Method Detail

      • execute

        public void execute()
                     throws java.lang.Exception
        Specified by:
        execute in class de.bsvrz.sys.funclib.losb.util.cmdinterface.Command
        Throws:
        java.lang.Exception
        See Also:
        Command.execute()