| Interface | Description |
|---|---|
| ClosableIterable<T> |
Iterable which must to be closeable, because at the end a ResultSet and
Connection must be close..
|
| EventActions |
Interface which defines all Event-Actions.
|
| EventLogger |
Object to log events.
|
| EventStorage |
Storage for the events with the following workflow:
open - could be called at the beginning, must be called after a close.
|
| Class | Description |
|---|---|
| EmptyLogger |
EventLogger with do nothing. |
| EventData |
A data-container with event-data.
|
| EventLoggerFactory |
Factory to create
EventLogger. |
| EventLoggerImpl |
Real implementation of a
EventLogger. |
| Enum | Description |
|---|---|
| EventSource |
Source of the event.
|
| Priority |
Possible Priorities.
|
Copyright © 2017 PPI AG. All rights reserved.