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 voidbeendet(UdaInterpreter interpreter)die Ausführung des übergebenen Interpreters wurde beendet.voidinitialize(de.bsvrz.dav.daf.main.ClientDavInterface connection).voidparseArguments(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:
beendetin interfaceInterpreterListener- Parameters:
interpreter- der Interpreter
-
initialize
public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) throws java.lang.Exception.- Specified by:
initializein 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:
parseArgumentsin interfacede.bsvrz.sys.funclib.application.StandardApplication- Throws:
java.lang.Exception- See Also:
StandardApplication.parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList)
-
-