public final class ProtocolState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static ProtocolState |
CREATED
Stabiler Zustand für ein noch nicht gestartetes Protokoll.
|
static ProtocolState |
STARTED
Stabiler Zustand für ein gestartetes Protokoll.
|
static ProtocolState |
STARTING
Übergangszustand für ein startendes Protokoll.
|
static ProtocolState |
STOPPED
Stabiler Zustand für ein gestopptes Protokoll.
|
static ProtocolState |
STOPPING
Übergangszustand für ein zu stoppendes Protokoll.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
Liefert eine textuelle Beschreibung dieses Zustands zurück.
|
public static final ProtocolState CREATED
public static final ProtocolState STARTING
public static final ProtocolState STARTED
public static final ProtocolState STOPPING
public static final ProtocolState STOPPED