com.sun.jini.mercury
Class MailboxImpl.AttrsAddedLogObj

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

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

LogObj class whose instances are recorded to the log file whenever the set of lookup attributes is augmented.


Field Summary
private  MarshalledObject[] marshalledAttrs
          The attributes to be added to each lookup service with which this service is registered, written out in marshalled form.
private static long serialVersionUID
           
 
Constructor Summary
MailboxImpl.AttrsAddedLogObj(Entry[] attrs)
          Constructs this class and stores the attributes that were added
 
Method Summary
 void apply(MailboxImpl mb)
          Modifies this service's state by adding (after unmarshalling) the elements of marshalledAttrs to the service's existing set of attributes.
 
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

marshalledAttrs

private MarshalledObject[] marshalledAttrs
The attributes to be added to each lookup service with which this service is registered, written out in marshalled form.

Constructor Detail

MailboxImpl.AttrsAddedLogObj

public MailboxImpl.AttrsAddedLogObj(Entry[] attrs)
Constructs this class and stores the attributes that were added

Method Detail

apply

public void apply(MailboxImpl mb)
Modifies this service's state by adding (after unmarshalling) the elements of marshalledAttrs to the service's existing set of attributes.

Specified by:
apply in interface MailboxImpl.LogRecord
See Also:
MailboxImpl.LocalLogHandler.applyUpdate(java.lang.Object)


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.