private static class MailboxImpl.AttrsAddedLogObj extends Object implements MailboxImpl.LogRecord
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
AttrsAddedLogObj(Entry[] attrs)
Constructs this class and stores the attributes that were added
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
private static final long serialVersionUID
private MarshalledObject[] marshalledAttrs
public AttrsAddedLogObj(Entry[] attrs)
public void apply(MailboxImpl mb)
apply in interface MailboxImpl.LogRecordMailboxImpl.LocalLogHandler.applyUpdate(java.lang.Object)Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.