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 Details

    • TerminateConnection

      public TerminateConnection()
  • Method Details

    • main

      public static void main(String[] args)
    • 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 interface de.bsvrz.sys.funclib.application.StandardApplication
      Throws:
      Exception
    • initialize

      public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) throws Exception
      Specified by:
      initialize in interface de.bsvrz.sys.funclib.application.StandardApplication
      Throws:
      Exception