public abstract static class AbstractDataLinkLayer.Link extends Object implements DataLinkLayer.Link
Modifier and Type | Field and Description |
---|---|
protected Object |
_linkLock |
protected Object |
_linkPropertyLock |
protected LinkState |
_linkState |
protected int |
_remoteAddress |
Constructor and Description |
---|
AbstractDataLinkLayer.Link(int remoteAddress) |
Modifier and Type | Method and Description |
---|---|
int |
getRemoteAddress()
Bestimmt die OSI2-Adresse bzw.
|
LinkState |
getState()
Bestimmt den aktuellen Verbindungszustand der Verbindung.
|
protected void |
notifyEvent(DataLinkLayerEvent.Type type,
Object data) |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
abort, connect, getDataLinkLayer, getProperty, send, setProperties, shutdown
protected final int _remoteAddress
protected final Object _linkLock
protected final Object _linkPropertyLock
protected LinkState _linkState
public int getRemoteAddress()
DataLinkLayer.Link
getRemoteAddress
in interface DataLinkLayer.Link
public LinkState getState()
DataLinkLayer.Link
getState
in interface DataLinkLayer.Link
protected final void notifyEvent(DataLinkLayerEvent.Type type, Object data)