com.sun.jini.mercury
Class MailboxImpl.RegistrationLogObj

java.lang.Object
  extended by com.sun.jini.mercury.MailboxImpl.RegistrationLogObj
All Implemented Interfaces:
MailboxImpl.LogRecord, Serializable
Enclosing class:
MailboxImpl

private static class MailboxImpl.RegistrationLogObj
extends Object
implements MailboxImpl.LogRecord

LogObj class whose instances are recorded to the log file whenever a new registration is created.


Field Summary
private  ServiceRegistration reg
          The registration.
private static long serialVersionUID
           
 
Constructor Summary
MailboxImpl.RegistrationLogObj(ServiceRegistration reg)
          Simple constructor
 
Method Summary
 void apply(MailboxImpl mb)
          Adds the stored registration object to the mailbox's state.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

reg

private ServiceRegistration reg
The registration.

Constructor Detail

MailboxImpl.RegistrationLogObj

public MailboxImpl.RegistrationLogObj(ServiceRegistration reg)
Simple constructor

Method Detail

apply

public void apply(MailboxImpl mb)
Adds the stored registration object to the mailbox's state.

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.