private static class MailboxImpl.RegistrationRenewedLogObj extends Object implements MailboxImpl.LogRecord
| Modifier and Type | Field and Description |
|---|---|
private long |
expirationTime
The absolute time granted for this renewal.
|
private Uuid |
regID
The unique id of the associated ServiceRegistration.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
RegistrationRenewedLogObj(Uuid id,
long time)
Simple constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(MailboxImpl mb)
Sets the expiration time of the associated registration.
|
private static final long serialVersionUID
private Uuid regID
private long expirationTime
public RegistrationRenewedLogObj(Uuid id, long time)
public void apply(MailboxImpl mb)
apply in interface MailboxImpl.LogRecordCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.