private static class MailboxImpl.UnknownEventExceptionLogObj extends Object implements MailboxImpl.LogRecord
| Modifier and Type | Field and Description |
|---|---|
private EventID |
evtID
The internal representation of the remote event which
caused the UnknownEventException.
|
private Uuid |
regID
The unique id of the associated ServiceRegistration.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
UnknownEventExceptionLogObj(Uuid id,
EventID eid)
Simple constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(MailboxImpl mb)
Adds the given
EventID to the set of unknownEvents
for the associated registration. |
private static final long serialVersionUID
private Uuid regID
private EventID evtID
public void apply(MailboxImpl mb)
EventID to the set of unknownEvents
for the associated registration.apply in interface MailboxImpl.LogRecordCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.