|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.mercury.MailboxImpl.RegistrationRenewedLogObj
private static class MailboxImpl.RegistrationRenewedLogObj
LogObj class whose instances are recorded to the log file whenever a registration is renewed.
Field Summary | |
---|---|
private long |
expirationTime
The absolute time granted for this renewal. |
private Uuid |
regID
The unique id of the associated ServiceRegistration. |
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
MailboxImpl.RegistrationRenewedLogObj(Uuid id,
long time)
Simple constructor |
Method Summary | |
---|---|
void |
apply(MailboxImpl mb)
Sets the expiration time of the associated registration. |
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 Uuid regID
private long expirationTime
Constructor Detail |
---|
public MailboxImpl.RegistrationRenewedLogObj(Uuid id, long time)
Method Detail |
---|
public void apply(MailboxImpl mb)
apply
in interface MailboxImpl.LogRecord
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |