abstract class DatenGeneratorModul extends Object
Modifier and Type | Field and Description |
---|---|
private Map<String,String> |
argumente
die Aufrufargumente.
|
private de.bsvrz.dav.daf.main.ClientDavInterface |
connection
die verwendete Datenverteilerverbindung.
|
Constructor and Description |
---|
DatenGeneratorModul(de.bsvrz.dav.daf.main.ClientDavInterface connection,
Map<String,String> argumente)
erzeugt ein Modul für die übergebene Datenverteilerverbindung.
|
Modifier and Type | Method and Description |
---|---|
protected abstract int |
ausfuehren()
führt das entsprechende Modul aus.
|
protected Map<String,String> |
getArgumente()
liefert die Argumente des Moduls.
|
protected de.bsvrz.dav.daf.main.ClientDavInterface |
getConnection()
liefert die verwendete Datenverteilerverbindung.
|
private final de.bsvrz.dav.daf.main.ClientDavInterface connection
protected abstract int ausfuehren()
protected Map<String,String> getArgumente()
protected de.bsvrz.dav.daf.main.ClientDavInterface getConnection()
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.