public interface IReservationRenewalListenerIdSettable
Java interface defines the necessary method for setting up the identifier of the reservation renewal listener (RRL) that is responsible for
handling renew reservation notifications during session-based charging operations.
You set up the registration identifier of the reservation renewal listener during the start of a multiservice session:
ISessionStartChargingAsyncOperation
ISessionStartChargingOperation
Once the session started, the identifier cannot be changed anymore.
Several listeners can register using the same registration ID.| Modifier and Type | Method and Description |
|---|---|
void |
setReservationRenewalListenerId(byte rrlId)
Sets the identifier of the reservation renewal listener (RRL).
|
void setReservationRenewalListenerId(byte rrlId)
throws java.lang.IllegalArgumentException
0 is kept for unset values.rrlId - The registration identifier of the reservation renewal listener (RRL)java.lang.IllegalArgumentException - when the value is not an unsigned byte between 1 and 127