public interface ISessionReservationRenewalNotifiable
| Modifier and Type | Method and Description |
|---|---|
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.
|
byte getReservationRenewalListenerId()
void setReservationRenewalListenerId(byte rrlId)
rrlId - the unique client identifier of the reservation renewal listenerbyte[] getExternalData()
void setExternalData(byte[] externalData)
externalData - the data provided by the client registered to the reservation renewal listener