|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.reggie.RegistrarImpl.ServiceLeaseCancelledLogObj
private static class RegistrarImpl.ServiceLeaseCancelledLogObj
LogObj class whose instances are recorded to the log file whenever a lease on an existing service in the Registrar is cancelled.
RegistrarImpl.LocalLogHandler
Field Summary | |
---|---|
private Uuid |
leaseID
The lease id. |
private static long |
serialVersionUID
|
private ServiceID |
serviceID
The service id. |
Constructor Summary | |
---|---|
RegistrarImpl.ServiceLeaseCancelledLogObj(ServiceID serviceID,
Uuid leaseID)
Simple constructor |
Method Summary | |
---|---|
void |
apply(RegistrarImpl regImpl)
Modifies the state of the Registrar by cancelling the lease having ID equal to the contents of the leaseID field; and corresponding to the service with ID equal to the contents of the serviceID field. |
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
Constructor Detail |
---|
public RegistrarImpl.ServiceLeaseCancelledLogObj(ServiceID serviceID, Uuid leaseID)
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 |