Class UdaSkriptAusfuehren

  • All Implemented Interfaces:
    InterpreterListener, de.bsvrz.sys.funclib.application.StandardApplication

    public class UdaSkriptAusfuehren
    extends java.lang.Object
    implements de.bsvrz.sys.funclib.application.StandardApplication, InterpreterListener
    Implementierung der Datenverteiler-Standardapplikation zur Ausführung eines lokalen Skriptlaufs.
    • Method Summary

      Modifier and Type Method Description
      void beendet​(UdaInterpreter interpreter)
      die Ausführung des übergebenen Interpreters wurde beendet.
      void initialize​(de.bsvrz.dav.daf.main.ClientDavInterface connection)
      .
      void parseArguments​(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
      .
      • Methods inherited from class java.lang.Object

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

      • UdaSkriptAusfuehren

        public UdaSkriptAusfuehren()
    • Method Detail

      • beendet

        public void beendet​(UdaInterpreter interpreter)
        die Ausführung des übergebenen Interpreters wurde beendet.
        Specified by:
        beendet in interface InterpreterListener
        Parameters:
        interpreter - der Interpreter
      • initialize

        public void initialize​(de.bsvrz.dav.daf.main.ClientDavInterface connection)
                        throws java.lang.Exception
        .
        Specified by:
        initialize in interface de.bsvrz.sys.funclib.application.StandardApplication
        Throws:
        java.lang.Exception
        See Also:
        StandardApplication.initialize(de.bsvrz.dav.daf.main.ClientDavInterface)
      • parseArguments

        public void parseArguments​(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
                            throws java.lang.Exception
        .
        Specified by:
        parseArguments in interface de.bsvrz.sys.funclib.application.StandardApplication
        Throws:
        java.lang.Exception
        See Also:
        StandardApplication.parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList)