private static class RegistrarImpl.LeasesRenewedLogObj extends Object implements RegistrarImpl.LogRecord
RegistrarImpl.LocalLogHandler
Modifier and Type | Field and Description |
---|---|
private long[] |
leaseExpTimes
The new lease expiration times.
|
private Uuid[] |
leaseIDs
The lease ids.
|
private Object[] |
regIDs
The service and event ids.
|
private static long |
serialVersionUID |
Constructor and Description |
---|
RegistrarImpl.LeasesRenewedLogObj(Object[] regIDs,
Uuid[] leaseIDs,
long[] leaseExpTimes)
Simple constructor
|
Modifier and Type | Method and Description |
---|---|
void |
apply(RegistrarImpl regImpl)
Modifies the state of the Registrar by renewing the specified
leases.
|
private static final long serialVersionUID
private Object[] regIDs
private Uuid[] leaseIDs
private long[] leaseExpTimes
public void apply(RegistrarImpl regImpl)
apply
in interface RegistrarImpl.LogRecord
RegistrarImpl.LocalLogHandler.applyUpdate(java.lang.Object)
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.