|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jini.mercury.MailboxImpl.UnknownEventExceptionLogObj
private static class MailboxImpl.UnknownEventExceptionLogObj
LogObj class whose instances are recorded to the log file whenever an UnknownEventException is received during event notification. The event's EventID is associated with the given registration.
Field Summary | |
---|---|
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 Summary | |
---|---|
MailboxImpl.UnknownEventExceptionLogObj(Uuid id,
EventID eid)
Simple constructor |
Method Summary | |
---|---|
void |
apply(MailboxImpl mb)
Adds the given EventID to the set of unknownEvents
for the associated registration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
private Uuid regID
private EventID evtID
Constructor Detail |
---|
public MailboxImpl.UnknownEventExceptionLogObj(Uuid id, EventID eid)
Method Detail |
---|
public void apply(MailboxImpl mb)
EventID
to the set of unknownEvents
for the associated registration.
apply
in interface MailboxImpl.LogRecord
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |