|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.reggie.RegistrarImpl.AttrsAddedLogObj
private static class RegistrarImpl.AttrsAddedLogObj
LogObj class whose instances are recorded to the log file whenever new attributes are added to an existing service in the Registrar.
RegistrarImpl.LocalLogHandler
Field Summary | |
---|---|
private EntryRep[] |
attrSets
The attributes added. |
private Uuid |
leaseID
The lease id. |
private static long |
serialVersionUID
|
private ServiceID |
serviceID
The service id. |
Constructor Summary | |
---|---|
RegistrarImpl.AttrsAddedLogObj(ServiceID serviceID,
Uuid leaseID,
EntryRep[] attrSets)
Simple constructor |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private ServiceID serviceID
private Uuid leaseID
private EntryRep[] attrSets
Constructor Detail |
---|
public RegistrarImpl.AttrsAddedLogObj(ServiceID serviceID, Uuid leaseID, EntryRep[] attrSets)
Method Detail |
---|
public void apply(RegistrarImpl regImpl)
apply
in interface RegistrarImpl.LogRecord
RegistrarImpl.LocalLogHandler.applyUpdate(java.lang.Object)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |