|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bsvrz.kex.tls.osi2osi3.osi2.api.LinkState
public class LinkState
Definiert die möglichen Zustände einer Verbindung.
DataLinkLayer.Link
Field Summary | |
---|---|
static LinkState |
CONNECTED
Stabiler Zustand für eine aufgebaute Verbindung. |
static LinkState |
CONNECTING
Übergangszustand für eine im Aufbau befindliche Verbindung. |
static LinkState |
DISCONNECTED
Stabiler Zustand für eine nicht aufgebaute Verbindung. |
static LinkState |
DISCONNECTING
Übergangszustand für eine im Abbau befindliche Verbindung. |
Method Summary | |
---|---|
String |
toString()
Liefert eine textuelle Beschreibung dieses Verbindungszustands zurück. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final LinkState DISCONNECTED
public static final LinkState CONNECTING
public static final LinkState CONNECTED
public static final LinkState DISCONNECTING
Method Detail |
---|
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |