public interface ProtocolModuleInterface
Ein Protokollierungsmodul muß folgende Methoden zur Vergügung stellen
initProtocol - Initialisierung closeProtocol -
Abschluß der Protokollierung | Modifier and Type | Method and Description |
|---|---|
void |
closeProtocol()
Führt Aufräumarbeiten nach Beendigung des Protokollierens aus.
|
java.lang.String |
getHelp()
Gibt Information über die Aufrufparameter des Protokollierungsmoduls zurück
|
de.bsvrz.dav.daf.main.ClientReceiverInterface |
initProtocol(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList,
java.io.PrintWriter protocolFile,
java.lang.String[] args)
Führt die Initialisierungsschritte des Protokollierungsmoduls aus.
|
java.lang.String getHelp()
de.bsvrz.dav.daf.main.ClientReceiverInterface initProtocol(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList,
java.io.PrintWriter protocolFile,
java.lang.String[] args)
argumentList - ArgumentList der noch nicht ausgewerteten Aufrufparameter der ApplikationprotocolFile - PrintWriter der protokollierten Datensequenzenargs - String[] mit den Aufrufparametern der Applikationvoid closeProtocol()