com.highdeal.cnd.message
Interface ISessionReservationRenewalNotifiable


public interface ISessionReservationRenewalNotifiable

This interface defines methods relevant for managing a reservation during session-based charging scenario.


Method Summary
 byte[] getExternalData()
          Gets the data provided by the client registered to the reservation renewal listener.
 byte getReservationRenewalListenerId()
          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 setReservationRenewalListenerId(byte rrlId)
          Sets the unique client identifier of the reservation renewal listener.
 

Method Detail

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

Document Published: October 2015 (SAP CC 4.0 SP10 and Later)