Package de.bsvrz.ibv.uda.uda
Class UdaSkriptAusfuehren
- java.lang.Object
-
- de.bsvrz.ibv.uda.uda.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.
-
-
Constructor Summary
Constructors Constructor Description UdaSkriptAusfuehren()
-
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)
.
-
-
-
Method Detail
-
beendet
public void beendet(UdaInterpreter interpreter)
die Ausführung des übergebenen Interpreters wurde beendet.- Specified by:
beendet
in interfaceInterpreterListener
- Parameters:
interpreter
- der Interpreter
-
initialize
public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) throws java.lang.Exception
.- Specified by:
initialize
in interfacede.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 interfacede.bsvrz.sys.funclib.application.StandardApplication
- Throws:
java.lang.Exception
- See Also:
StandardApplication.parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList)
-
-