Package de.bsvrz.dav.dav.main
Class TerminateConnection
java.lang.Object
de.bsvrz.dav.dav.main.TerminateConnection
- All Implemented Interfaces:
de.bsvrz.sys.funclib.application.StandardApplication
public class TerminateConnection
extends Object
implements de.bsvrz.sys.funclib.application.StandardApplication
Stoppt die Datenverteiler- bzw. Applikations-Verbindung mit der übergebenen Objekt-Spezifikation. -objekt ID oder IDs durch Kommata getrennt, ist
die Angabe welche Prozesse terminiert werden sollen. Bsp : "-objekt=1466766103639706224 -benutzer=Tester -authentifizierung=passwd
-debugLevelStdErrText=INFO"
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
initialize
(de.bsvrz.dav.daf.main.ClientDavInterface connection) static void
void
parseArguments
(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) static void
sendTerminationData
(de.bsvrz.dav.daf.main.ClientDavInterface connection, List<de.bsvrz.dav.daf.main.config.SystemObject> systemObjectList) static void
sendTerminationData
(de.bsvrz.dav.daf.main.ClientDavInterface connection, List<de.bsvrz.dav.daf.main.config.SystemObject> systemObjectList, long delayMillis)
-
Constructor Details
-
TerminateConnection
public TerminateConnection()
-
-
Method Details
-
main
-
sendTerminationData
public static void sendTerminationData(de.bsvrz.dav.daf.main.ClientDavInterface connection, List<de.bsvrz.dav.daf.main.config.SystemObject> systemObjectList, long delayMillis) throws InterruptedException - Throws:
InterruptedException
-
sendTerminationData
public static void sendTerminationData(de.bsvrz.dav.daf.main.ClientDavInterface connection, List<de.bsvrz.dav.daf.main.config.SystemObject> systemObjectList) throws InterruptedException - Throws:
InterruptedException
-
parseArguments
public void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) throws Exception - Specified by:
parseArguments
in interfacede.bsvrz.sys.funclib.application.StandardApplication
- Throws:
Exception
-
initialize
- Specified by:
initialize
in interfacede.bsvrz.sys.funclib.application.StandardApplication
- Throws:
Exception
-