Interface ISessionReservationRenewalNotifiable


public interface ISessionReservationRenewalNotifiable
This interface defines methods relevant for managing a reservation during session-based charging scenario.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Gets the data provided by the client registered to the reservation renewal listener.
    byte
    Gets the unique client identifier of the reservation renewal listener.
    void
    setExternalData(byte[] externalData)
    Sets the data provided by the client registered to the reservation renewal listener.
    void
    Sets the unique client identifier of the reservation renewal listener.
  • Method Details

    • getReservationRenewalListenerId

      byte getReservationRenewalListenerId()
      Gets the unique client identifier of the reservation renewal listener.
      Returns:
      the unique client identifier of the reservation renewal listener
    • setReservationRenewalListenerId

      void setReservationRenewalListenerId(byte rrlId)
      Sets the unique client identifier of the reservation renewal listener.
      Parameters:
      rrlId - the unique client identifier of the reservation renewal listener
    • getExternalData

      byte[] getExternalData()
      Gets the data provided by the client registered to the reservation renewal listener.
      Returns:
      the data provided by the client registered to the reservation renewal listener
    • setExternalData

      void setExternalData(byte[] externalData)
      Sets the data provided by the client registered to the reservation renewal listener.
      Parameters:
      externalData - the data provided by the client registered to the reservation renewal listener