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

    Modifier and Type
    Method
    Description
    long
    Diese Methode gibt die ID des Zielknotens zurück.
    int
    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 Details

    • 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