private static class RegistrarImpl.AttrsAddedLogObj extends Object implements RegistrarImpl.LogRecord
RegistrarImpl.LocalLogHandler| Modifier and Type | Field and Description |
|---|---|
private EntryRep[] |
attrSets
The attributes added.
|
private Uuid |
leaseID
The lease id.
|
private static long |
serialVersionUID |
private ServiceID |
serviceID
The service id.
|
| Constructor and Description |
|---|
AttrsAddedLogObj(ServiceID serviceID,
Uuid leaseID,
EntryRep[] attrSets)
Simple constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(RegistrarImpl regImpl)
Modifies the state of the Registrar by adding to all of the
services matching the template, the attributes stored in
attributeSets.
|
private static final long serialVersionUID
private final ServiceID serviceID
private final Uuid leaseID
private final EntryRep[] attrSets
public void apply(RegistrarImpl regImpl)
apply in interface RegistrarImpl.LogRecordRegistrarImpl.LocalLogHandler.applyUpdate(java.lang.Object)Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.