public final class ProtocolState extends Object
Modifier and Type | Field and Description |
---|---|
private String |
_name
Name des Zustands
|
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 | Constructor and Description |
---|---|
private |
ProtocolState(String name)
Nicht öffentlicher Konstruktor der zum Erzeugen der vordefinierten Zustände benutzt wird.
|
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
private final String _name
private ProtocolState(String name)
name
- Name des Zustandes.