de.bsvrz.sys.funclib.application.StandardApplication
public class TerminateConnection
extends java.lang.Object
implements de.bsvrz.sys.funclib.application.StandardApplication
Constructor | Description |
---|---|
TerminateConnection() |
Modifier and Type | Method | Description |
---|---|---|
void |
initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) |
|
static void |
main(java.lang.String[] args) |
|
void |
parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) |
|
static void |
sendTerminationData(de.bsvrz.dav.daf.main.ClientDavInterface connection,
java.util.List<de.bsvrz.dav.daf.main.config.SystemObject> systemObjectList) |
|
static void |
sendTerminationData(de.bsvrz.dav.daf.main.ClientDavInterface connection,
java.util.List<de.bsvrz.dav.daf.main.config.SystemObject> systemObjectList,
long delayMillis) |
public static void main(java.lang.String[] args)
public void parseArguments(de.bsvrz.sys.funclib.commandLineArgs.ArgumentList argumentList) throws java.lang.Exception
parseArguments
in interface de.bsvrz.sys.funclib.application.StandardApplication
java.lang.Exception
public void initialize(de.bsvrz.dav.daf.main.ClientDavInterface connection) throws java.lang.Exception
initialize
in interface de.bsvrz.sys.funclib.application.StandardApplication
java.lang.Exception
public static void sendTerminationData(de.bsvrz.dav.daf.main.ClientDavInterface connection, java.util.List<de.bsvrz.dav.daf.main.config.SystemObject> systemObjectList, long delayMillis) throws java.lang.InterruptedException
java.lang.InterruptedException
public static void sendTerminationData(de.bsvrz.dav.daf.main.ClientDavInterface connection, java.util.List<de.bsvrz.dav.daf.main.config.SystemObject> systemObjectList) throws java.lang.InterruptedException
java.lang.InterruptedException