private static class FiddlerImpl.LeaseRenewedLogObj extends Object implements FiddlerImpl.LogRecord
FiddlerImpl.LocalLogHandler
Modifier and Type | Field and Description |
---|---|
private long |
expiration
The new absolute time of expiration of the lease that was renewed.
|
private Uuid |
leaseID
The identifier assigned by the lease grantor to the lease that was
renewed.
|
private Uuid |
registrationID
The ID of the data structure record corresponding to the
registration whose lease was renewed.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
FiddlerImpl.LeaseRenewedLogObj(Uuid registrationID,
Uuid leaseID,
long expiration)
Constructs this class and stores the IDs and the expiration time
|
Modifier and Type | Method and Description |
---|---|
void |
apply(FiddlerImpl fiddlerImpl)
Modifies this service's state by renewing the lease with ID equal
to this class' leaseID field, and which corresponds to the
regInfo record.
|
private static final long serialVersionUID
private Uuid registrationID
private Uuid leaseID
private long expiration
public void apply(FiddlerImpl fiddlerImpl)
apply
in interface FiddlerImpl.LogRecord
FiddlerImpl.LocalLogHandler.applyUpdate(java.lang.Object)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.