public class TerminateConnection extends Object implements StandardApplication
| Modifier and Type | Class and Description |
|---|---|
private static class |
TerminateConnection.Sender |
| Modifier and Type | Field and Description |
|---|---|
private String |
_appName |
private static Debug |
_debug |
private String |
_objectSpec |
| Constructor and Description |
|---|
TerminateConnection() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(ClientDavInterface connection)
Diese Methode wird nach dem Verbindungsaufbau zum Datenverteiler aufgerufen.
|
static void |
main(String[] args) |
private static boolean |
matches(SystemObject systemObject,
String appName) |
void |
parseArguments(ArgumentList argumentList)
Beim Aufruf dieser Methode bekommt die Applikation die Möglichkeit spezielle Aufrufargumente zu lesen.
|
static void |
sendTerminationData(ClientDavInterface connection,
List<SystemObject> systemObjectList) |
private static Debug _debug
private String _objectSpec
private String _appName
public static void main(String[] args)
public void parseArguments(ArgumentList argumentList) throws Exception
de.bsvrz.sys.funclib.application.StandardApplicationparseArguments in interface StandardApplicationargumentList - Aufrufargumente der ApplikationException - Falls ein unerwarteter Fehler aufgetreten ist.public void initialize(ClientDavInterface connection) throws Exception
de.bsvrz.sys.funclib.application.StandardApplicationinitialize in interface StandardApplicationconnection - Verbindung zum DatenverteilerException - Falls ein unerwarteter Fehler aufgetreten ist.private static boolean matches(SystemObject systemObject, String appName)
public static void sendTerminationData(ClientDavInterface connection, List<SystemObject> systemObjectList) throws InterruptedException
InterruptedException