private static class Primary.PollState
extends java.lang.Object
Definiert die möglichen Unterzustände einer Verbindung.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
_name
Name des Verbindungszustands
|
static Primary.PollState |
CONNECTED |
static Primary.PollState |
DISCONNECTED |
static Primary.PollState |
INIT_RES0 |
static Primary.PollState |
INIT_RQS |
static Primary.PollState |
TO_BE_REMOVED |
Modifier | Constructor and Description |
---|---|
private |
PollState(java.lang.String name)
Nicht öffentlicher Konstruktor der zum Erzeugen der vordefinierten Zustände benutzt wird.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Liefert eine textuelle Beschreibung dieses Objekts zurück.
|
public static final Primary.PollState INIT_RQS
public static final Primary.PollState INIT_RES0
public static final Primary.PollState CONNECTED
public static final Primary.PollState TO_BE_REMOVED
public static final Primary.PollState DISCONNECTED
private final java.lang.String _name
Name des Verbindungszustands