public class AbgelaufeneMeldungenLoeschen extends Object implements de.bsvrz.sys.funclib.application.StandardApplication, de.bsvrz.dav.daf.main.config.MutableSetChangeListener
Modifier and Type | Field and Description |
---|---|
(package private) de.bsvrz.dav.daf.main.ClientDavConnection |
dav
Die Verbindung zum Datenverteiler.
|
(package private) de.bsvrz.sys.funclib.debug.Debug |
debug
DebugLogger für Debug-Ausgaben.
|
private Object |
loeschLock
Lock-Objekt.
|
Modifier | Constructor and Description |
---|---|
protected |
AbgelaufeneMeldungenLoeschen()
Standard-Konstruktor.
|
Modifier and Type | Method and Description |
---|---|
void |
checkParameter()
Überprüft, ob alle notwendigen Parameter für die
Applikation gesetzt sind.
|
void |
initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) |
static void |
main(String[] args)
MAIN-Methode.
|
void |
parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
Wertet die an die Applikation übergebenen Kommandozeilenparameter
aus.
|
void |
run()
Startet die Applikation.
|
void |
update(de.bsvrz.dav.daf.main.config.MutableSet set,
de.bsvrz.dav.daf.main.config.SystemObject[] addedObjects,
de.bsvrz.dav.daf.main.config.SystemObject[] removedObjects) |
de.bsvrz.sys.funclib.debug.Debug debug
de.bsvrz.dav.daf.main.ClientDavConnection dav
private Object loeschLock
protected AbgelaufeneMeldungenLoeschen()
public static void main(String[] args)
args
- Argumentepublic void checkParameter() throws RDSException
RDSException
- bei fehlenden notwendigen Paramerternpublic void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) throws Exception
initialize
in interface de.bsvrz.sys.funclib.application.StandardApplication
Exception
public void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) throws Exception
parseArguments
in interface de.bsvrz.sys.funclib.application.StandardApplication
argumentList
- die Liste der übergebenen ArgumenteException
- bei AusnahmenStandardApplication.parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList)
public void update(de.bsvrz.dav.daf.main.config.MutableSet set, de.bsvrz.dav.daf.main.config.SystemObject[] addedObjects, de.bsvrz.dav.daf.main.config.SystemObject[] removedObjects)
update
in interface de.bsvrz.dav.daf.main.config.MutableSetChangeListener
Copyright © 2017 BitCtrl Systems GmbH. All rights reserved.