public class AbgelaufeneMeldungenLoeschen
extends java.lang.Object
implements de.bsvrz.sys.funclib.application.StandardApplication, de.bsvrz.dav.daf.main.config.MutableSetChangeListener
| 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(java.lang.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) |
protected AbgelaufeneMeldungenLoeschen()
public static void main(java.lang.String[] args)
args - Argumentepublic void checkParameter()
throws RDSException
RDSException - bei fehlenden notwendigen Paramerternpublic void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection)
throws java.lang.Exception
initialize in interface de.bsvrz.sys.funclib.application.StandardApplicationjava.lang.Exceptionpublic void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList)
throws java.lang.Exception
parseArguments in interface de.bsvrz.sys.funclib.application.StandardApplicationargumentList - die Liste der übergebenen Argumentejava.lang.Exception - bei AusnahmenStandardApplication.parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList)public void run()
throws java.lang.Exception
java.lang.Exception - bei Ausnahmenpublic 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