com.sun.jini.mercury
Class MailboxImpl.RegistrationCancelledLogObj
java.lang.Object
com.sun.jini.mercury.MailboxImpl.RegistrationCancelledLogObj
- All Implemented Interfaces:
- MailboxImpl.LogRecord, Serializable
- Enclosing class:
- MailboxImpl
private static class MailboxImpl.RegistrationCancelledLogObj
- extends Object
- implements MailboxImpl.LogRecord
LogObj class whose instances are recorded to the log file whenever
a registration is cancelled.
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 |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
regID
private Uuid regID
- The unique id of the associated ServiceRegistration.
MailboxImpl.RegistrationCancelledLogObj
public MailboxImpl.RegistrationCancelledLogObj(Uuid id)
- Simple constructor
apply
public void apply(MailboxImpl mb)
- Sets the expiration time of the associated registration.
- Specified by:
apply
in interface MailboxImpl.LogRecord
Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.