private static class RegistrarImpl.AttrsSetLogObj extends Object implements RegistrarImpl.LogRecord
RegistrarImpl.LocalLogHandler
Modifier and Type | Field and Description |
---|---|
private EntryRep[] |
attrSets
The new attributes.
|
private Uuid |
leaseID
The lease id.
|
private static long |
serialVersionUID |
private ServiceID |
serviceID
The service id.
|
Constructor and Description |
---|
RegistrarImpl.AttrsSetLogObj(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 replacing the attributes
of the services matching the template with the attributes stored
in attributeSets.
|
private static final long serialVersionUID
private ServiceID serviceID
private Uuid leaseID
private EntryRep[] attrSets
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.