private static class RegistrarImpl.EventRegisteredLogObj extends Object implements RegistrarImpl.LogRecord
RegistrarImpl.LocalLogHandler| Modifier and Type | Field and Description |
|---|---|
private RegistrarImpl.EventReg |
eventReg
The event registration.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
EventRegisteredLogObj(RegistrarImpl.EventReg eventReg)
Simple constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(RegistrarImpl regImpl)
Modifies the state of the Registrar by registering the event
stored in the eventReg object; and by updating both the event
sequence number and the event ID.
|
private static final long serialVersionUID
private final RegistrarImpl.EventReg eventReg
public EventRegisteredLogObj(RegistrarImpl.EventReg eventReg)
public void apply(RegistrarImpl regImpl)
apply in interface RegistrarImpl.LogRecordRegistrarImpl.LocalLogHandler.applyUpdate(java.lang.Object)Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.