Package com.highdeal.notification
Class RenewReservationNotification
java.lang.Object
com.highdeal.notification.InternalNotification
com.highdeal.notification.RenewReservationNotification
-
Nested Class Summary
Nested classes/interfaces inherited from class com.highdeal.notification.InternalNotification
InternalNotification.ArgListType, InternalNotification.ArgType -
Constructor Summary
ConstructorsConstructorDescriptionRenewReservationNotification(String systemName, String instanceId, long timestamp, Object[] argValues) -
Method Summary
Modifier and TypeMethodDescriptionbyteshortshortlongvoidvoidsetListenerId(byte listenerId) voidsetPartitionId(short partitionId) voidsetResendAttempt(short resendAttempt) voidsetUniqueId(long uniqueId) final StringtoString()Returns a string representation of the instance ID, the date, unique identifier and the specific arguments of a notification.Methods inherited from class com.highdeal.notification.InternalNotification
getArgTypes, getArgValues, getDesc, getInstanceId, getSystemName, getTimestamp, setArgTypes, setArgValues, setInstanceId, setSystemName, setTimestamp
-
Constructor Details
-
RenewReservationNotification
public RenewReservationNotification() -
RenewReservationNotification
-
-
Method Details
-
setDesc
- Overrides:
setDescin classInternalNotification
-
getListenerId
public byte getListenerId() -
setListenerId
public void setListenerId(byte listenerId) -
getUniqueId
public long getUniqueId() -
setUniqueId
public void setUniqueId(long uniqueId) -
getPartitionId
public short getPartitionId() -
setPartitionId
public void setPartitionId(short partitionId) -
getResendAttempt
public short getResendAttempt() -
setResendAttempt
public void setResendAttempt(short resendAttempt) -
toString
Description copied from class:InternalNotificationReturns a string representation of the instance ID, the date, unique identifier and the specific arguments of a notification.- Overrides:
toStringin classInternalNotification- Returns:
- A string representation
-