public static class Client.ActionType
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
_name
Name der Aktion für Debugzwecke
|
static Client.ActionType |
ABORT_CALLED
Signalisiert dem Protokoll-Thread, das die Kommunikation auf einer Verbindung abgebrochen werden soll
|
static Client.ActionType |
CONNECT_CALLED
Signalisiert dem Protokoll-Thread, das die Kommunikation auf einer Verbindung gestartet werden soll
|
static Client.ActionType |
KEEPALIVE_TIMER_RECEIVE
Signalisiert dem Protokoll-Thread, das ein der Empfang von Keep-Alive-Telegrammen geprüft werden soll
|
static Client.ActionType |
KEEPALIVE_TIMER_SEND
Signalisiert dem Protokoll-Thread, das ein Keep-Alive-Telegramm gesendet werden soll
|
static Client.ActionType |
QUITT_TIMER_RECEIVE
Signalisiert dem Protokoll-Thread, das ein der Empfang eines Quittierungs-Telegramms geprüft werden soll
|
static Client.ActionType |
QUITT_TIMER_SEND
Signalisiert dem Protokoll-Thread, das ein Quittierungs-Telegramm gesendet werden soll
|
static Client.ActionType |
RELOAD_CALLED
Signalisiert dem Protokoll-Thread, das die Kommunikation auf einer Verbindung mit Berücksichtigung von evtl.
|
static Client.ActionType |
RETRY_CONNECT
Signalisiert dem Protokoll-Thread, das ein erneuter Verbindungsversuch durchgeführt werden soll
|
static Client.ActionType |
SEND_CALLED
Signalisiert dem Protokoll-Thread, das ein Telegramm auf einer Verbindung versendet werden soll
|
static Client.ActionType |
SHUTDOWN_CALLED
Signalisiert dem Protokoll-Thread, das die Kommunikation auf einer Verbindung geschlossen werden soll
|
Modifier | Constructor and Description |
---|---|
private |
Client.ActionType(java.lang.String name)
Erzeugt ein neues Aktionsobjekt mit vorgegebenem Namen
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Gibt Informationen des ActionType für Debugzwecke zurück.
|
public static final Client.ActionType CONNECT_CALLED
public static final Client.ActionType SHUTDOWN_CALLED
public static final Client.ActionType SEND_CALLED
public static final Client.ActionType RETRY_CONNECT
public static final Client.ActionType RELOAD_CALLED
public static final Client.ActionType QUITT_TIMER_SEND
public static final Client.ActionType QUITT_TIMER_RECEIVE
public static final Client.ActionType KEEPALIVE_TIMER_SEND
public static final Client.ActionType KEEPALIVE_TIMER_RECEIVE
public static final Client.ActionType ABORT_CALLED
private final java.lang.String _name