class FiddlerRenewResults extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
long[] |
durations
The granted duration for each lease.
|
Exception[] |
exceptions
Exceptions thrown as a result of a renewal attempt in renewLeases.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
FiddlerRenewResults(long[] durations,
Exception[] exceptions)
Constructs a new instance of FiddlerRenewResults.
|
private static final long serialVersionUID
public long[] durations
public Exception[] exceptions
durations
field of this class. Furthermore, the
exceptions in this array are in order.public FiddlerRenewResults(long[] durations, Exception[] exceptions)
durations
- array containing the durations granted as a result
of successful lease renewals.exceptions
- array containing the exceptions thrown as a result
of an unsuccessful lease renewal.Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.