public class RenewReservationNotification extends InternalNotification
InternalNotification.ArgListType, InternalNotification.ArgType| Constructor and Description |
|---|
RenewReservationNotification() |
RenewReservationNotification(java.lang.String systemName,
java.lang.String instanceId,
long timestamp,
java.lang.Object[] argValues) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getListenerId() |
short |
getPartitionId() |
short |
getResendAttempt() |
long |
getUniqueId() |
void |
setDesc(NotificationDescription desc) |
void |
setListenerId(byte listenerId) |
void |
setPartitionId(short partitionId) |
void |
setResendAttempt(short resendAttempt) |
void |
setUniqueId(long uniqueId) |
java.lang.String |
toString()
Returns a string representation of the instance ID, the date, unique identifier
and the specific arguments of a notification.
|
getArgTypes, getArgValues, getDesc, getInstanceId, getSystemName, getTimestamp, setArgTypes, setArgValues, setInstanceId, setSystemName, setTimestamppublic RenewReservationNotification()
public RenewReservationNotification(java.lang.String systemName,
java.lang.String instanceId,
long timestamp,
java.lang.Object[] argValues)
public void setDesc(NotificationDescription desc)
setDesc in class InternalNotificationpublic byte getListenerId()
public void setListenerId(byte listenerId)
public long getUniqueId()
public void setUniqueId(long uniqueId)
public short getPartitionId()
public void setPartitionId(short partitionId)
public short getResendAttempt()
public void setResendAttempt(short resendAttempt)
public final java.lang.String toString()
InternalNotificationtoString in class InternalNotification