private static class FiddlerImpl.LeasesCancelledLogObj extends Object implements FiddlerImpl.LogRecord
LeaseMap
are cancelled.FiddlerImpl.LocalLogHandler
Modifier and Type | Field and Description |
---|---|
private Uuid[] |
leaseIDs
The set of identifiers each assigned by the lease grantor to one
of the leases that was cancelled.
|
private Uuid[] |
registrationIDs
The set of unique identifiers each assigned to a registration that
corresponds to one of the leases that was cancelled.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
FiddlerImpl.LeasesCancelledLogObj(Uuid[] registrationIDs,
Uuid[] leaseIDs)
Constructs this class and stores the IDs corresponding to the
leases that were cancelled.
|
Modifier and Type | Method and Description |
---|---|
void |
apply(FiddlerImpl fiddlerImpl)
Modifies this service's state by canceling each of the leases
specified by the stored IDs.
|
private static final long serialVersionUID
private Uuid[] registrationIDs
private Uuid[] leaseIDs
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.