Package 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
Modifier and TypeMethodDescriptionbyte[]Gets the data provided by the client registered to the reservation renewal listener.byteGets the unique client identifier of the reservation renewal listener.voidsetExternalData(byte[] externalData) Sets the data provided by the client registered to the reservation renewal listener.voidsetReservationRenewalListenerId(byte rrlId) 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
-