|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.reggie.RegistrarImpl.LeasesCancelledLogObj
private static class RegistrarImpl.LeasesCancelledLogObj
LogObj class whose instances are recorded to the log file whenever lease are cancelled via a LeaseMap.
RegistrarImpl.LocalLogHandler
Field Summary | |
---|---|
private Uuid[] |
leaseIDs
The lease ids. |
private Object[] |
regIDs
The service and event ids. |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
RegistrarImpl.LeasesCancelledLogObj(Object[] regIDs,
Uuid[] leaseIDs)
Simple constructor |
Method Summary | |
---|---|
void |
apply(RegistrarImpl regImpl)
Modifies the state of the Registrar by cancelling the specified leases. |
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 Object[] regIDs
private Uuid[] leaseIDs
Constructor Detail |
---|
public RegistrarImpl.LeasesCancelledLogObj(Object[] regIDs, Uuid[] leaseIDs)
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 |