|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.reggie.RegistrarImpl.AttrsModifiedLogObj
private static class RegistrarImpl.AttrsModifiedLogObj
LogObj class whose instances are recorded to the log file whenever existing attributes of an existing service in the Registrar are modified.
RegistrarImpl.LocalLogHandler
Field Summary | |
---|---|
private EntryRep[] |
attrSets
The new attributes. |
private EntryRep[] |
attrSetTmpls
The templates to match. |
private Uuid |
leaseID
The lease id. |
private static long |
serialVersionUID
|
private ServiceID |
serviceID
The service id. |
Constructor Summary | |
---|---|
RegistrarImpl.AttrsModifiedLogObj(ServiceID serviceID,
Uuid leaseID,
EntryRep[] attrSetTmpls,
EntryRep[] attrSets)
Simple constructor |
Method Summary | |
---|---|
void |
apply(RegistrarImpl regImpl)
Modifies the state of the Registrar by modifying the attributes of the services that match the template with 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[] attrSetTmpls
private EntryRep[] attrSets
Constructor Detail |
---|
public RegistrarImpl.AttrsModifiedLogObj(ServiceID serviceID, Uuid leaseID, EntryRep[] attrSetTmpls, 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 |