Package de.bsvrz.dav.dav.main
Interface RoutingConnectionInterface
-
- All Known Subinterfaces:
T_T_HighLevelCommunicationInterface
- All Known Implementing Classes:
T_T_HighLevelCommunication
public interface RoutingConnectionInterface
Dieses Interface deklariert Methoden, die Informationen zu Verbindungen liefern.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long
getRemoteNodeId()
Diese Methode gibt die ID des Zielknotens zurück.int
getThroughputResistance()
Diese Methode gibt die Gewichtung der Verbindung zurück.void
sendRoutingUpdate(de.bsvrz.dav.daf.communication.lowLevel.telegrams.RoutingUpdate[] routingUpdates)
Diese Methode findet die besten Wege.
-
-
-
Method Detail
-
getRemoteNodeId
long getRemoteNodeId()
Diese Methode gibt die ID des Zielknotens zurück.- Returns:
- ID des Zielknotens
-
getThroughputResistance
int getThroughputResistance()
Diese Methode gibt die Gewichtung der Verbindung zurück.- Returns:
- Gewichtung der Verbindung
-
sendRoutingUpdate
void sendRoutingUpdate(de.bsvrz.dav.daf.communication.lowLevel.telegrams.RoutingUpdate[] routingUpdates)
Diese Methode findet die besten Wege.- Parameters:
routingUpdates
- Aktualisierung der Verbindung
-
-