| Modifier and Type | Field and Description |
|---|---|
static Event |
Event.NULL_EVENT |
| Modifier and Type | Method and Description |
|---|---|
Event |
Event.EventBuilder.build() |
Event |
Event.clone() |
| Modifier and Type | Method and Description |
|---|---|
int |
Event.EventComparator.compare(Event o1,
Event o2) |
int |
Event.compareTo(Event o) |
Event.EventBuilder |
Event.EventBuilder.event(Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryListener.queryData(java.util.List<Event> events) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventListener.dataChanged(java.util.List<Event> addedEvents) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventSyncController.dataChanged(java.util.List<Event> addedEvents) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryImpl.handleData(java.util.List<Event> data) |
| Modifier and Type | Method and Description |
|---|---|
static Event |
Events.convertToEvent(EventInformation eventInformation) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Event> |
Events.convertToEvent(java.util.List<EventInformation> events) |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryImpl.handleData(QueryListener listener,
java.util.List<Event> data) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventProcessor.publishEvent(Event event) |
void |
EventService.publishEvent(Event event)
Publish the provided event
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventListener.handleEvent(java.util.List<Event> event)
Handle the provided events
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
EventServiceImpl.eventStored(Event event) |
void |
EventServiceImpl.publishEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventMatcher.matches(Event event) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventMatcherImpl.matches(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractConfiguration.sendEvent(Event event) |
protected void |
AbstractStateMonitor.sendEvent(Event event) |
protected void |
AbstractStateMonitor.sendEvent(Event event,
boolean force) |
| Modifier and Type | Method and Description |
|---|---|
static Event |
EventMessageHelper.fromValueEvent(Value entryValue) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Event> |
EventMessageHelper.fromValue(Value baseValue) |
| Modifier and Type | Method and Description |
|---|---|
static Value |
EventMessageHelper.toValue(Event event) |
| Modifier and Type | Method and Description |
|---|---|
static Value |
EventMessageHelper.toValue(java.util.Collection<Event> addedEvents) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventListener.dataChanged(java.lang.String poolId,
java.util.List<Event> addedEvents) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Event> |
SessionImpl.translateEvents(java.util.List<Event> events)
Translate the events into the current session language
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SessionImpl.eventDataChanged(java.lang.String poolId,
java.util.List<Event> addedEvents) |
protected java.util.List<Event> |
SessionImpl.translateEvents(java.util.List<Event> events)
Translate the events into the current session language
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractEventQueryImpl.addEvents(java.util.List<Event> events,
EventMatcher matcher) |
void |
EventQuerySource.handleEvent(java.util.List<Event> event) |
protected void |
AbstractEventQueryImpl.notifyEvent(java.util.List<Event> event) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventPoolImpl.handleEvent(java.util.List<Event> events) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractEventQueryListener.addEvents(java.util.List<Event> events) |
void |
ProxyEventQuery.addEvents(java.util.List<Event> events) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EventFilter.matches(Event event) |
boolean |
EventFilterImpl.matches(Event event) |
abstract boolean |
FilterEntry.matches(Event event) |
boolean |
MatcherFilter.matches(Event event) |
boolean |
StaticFilter.matches(Event event) |
| Modifier and Type | Method and Description |
|---|---|
static Event |
EventSerializer.deserializeEvent(java.lang.String event) |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
EventSerializer.serializeEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
EventMonitorEvaluator.evaluate(Event event) |
Event |
EventMonitorFactory.evaluate(Event event) |
| Modifier and Type | Method and Description |
|---|---|
|
EventMonitor.evaluate(Event event) |
Event |
EventMonitorEvaluator.evaluate(Event event) |
Event |
EventMonitorFactory.evaluate(Event event) |
|
EventMonitorImpl.evaluate(Event event) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConnectionHandler.dataChangedEvents(java.lang.String poolId,
java.util.List<Event> addedEvents) |
void |
QueryImpl.queryData(java.util.List<Event> events) |
void |
ServerConnectionHandler.sendQueryData(QueryImpl queryImpl,
java.util.List<Event> events) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServerConnectionImpl.handleEventDataChange(java.lang.String eventPoolId,
java.util.List<Event> addedEvents) |
void |
QueryImpl.queryData(java.util.List<Event> events) |
void |
ServerConnectionImpl.sendQueryData(QueryImpl queryImpl,
java.util.List<Event> events) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
BaseStorage.createEvent(Event event) |
Event |
BaseStorage.store(Event event) |
Event |
Storage.store(Event event) |
Event |
Storage.store(Event event,
StoreListener listener) |
Event |
BaseStorage.update(java.util.UUID id,
java.lang.String comment) |
Event |
Storage.update(java.util.UUID id,
java.lang.String comment) |
Event |
Storage.update(java.util.UUID id,
java.lang.String comment,
StoreListener listener) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Event> |
Query.getNext(long count) |
| Modifier and Type | Method and Description |
|---|---|
protected Event |
BaseStorage.createEvent(Event event) |
void |
StoreListener.notify(Event event) |
Event |
BaseStorage.store(Event event) |
Event |
Storage.store(Event event) |
Event |
Storage.store(Event event,
StoreListener listener) |
| Modifier and Type | Method and Description |
|---|---|
Event |
AbstractJdbcStorageDao.loadEvent(java.util.UUID id) |
Event |
StorageDao.loadEvent(java.util.UUID id) |
Event |
JdbcStorage.store(Event event,
StoreListener listener) |
Event |
JdbcStorage.update(java.util.UUID id,
java.lang.String comment,
StoreListener listener) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Event> |
JdbcQuery.getNext(long count) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractJdbcStorageDao.performStoreEvent(Event event,
ConnectionContext connectionContext) |
protected void |
JdbcStorageDao.performStoreEvent(Event event,
ConnectionContext connectionContext) |
Event |
JdbcStorage.store(Event event,
StoreListener listener) |
void |
AbstractJdbcStorageDao.storeEvent(Event event) |
void |
StorageDao.storeEvent(Event event) |
protected void |
AbstractJdbcStorageDao.storeReplicationEvent(Event event,
java.sql.Connection con) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractJdbcStorageDao.toEventList(java.sql.ResultSet rs,
java.util.Collection<Event> events,
boolean isBeforeFirst,
long count) |
boolean |
StorageDao.toEventList(java.sql.ResultSet rs,
java.util.Collection<Event> events,
boolean isBeforeFirst,
long count) |
| Modifier and Type | Method and Description |
|---|---|
Event |
MemoryStorage.store(Event event,
StoreListener listener) |
Event |
MemoryStorage.update(java.util.UUID id,
java.lang.String comment,
StoreListener listener) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<Event> |
MemoryStorage.getEvents() |
java.util.List<Event> |
ListQuery.getNext(long count) |
| Modifier and Type | Method and Description |
|---|---|
Event |
MemoryStorage.store(Event event,
StoreListener listener) |
| Constructor and Description |
|---|
ListQuery(java.util.List<Event> events,
java.lang.String filter) |
| Modifier and Type | Method and Description |
|---|---|
Event |
JdbcDao.load(java.util.UUID id) |
Event |
EventConverter.toEvent(java.lang.String json) |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcDao.store(ConnectionContext connectionContext,
Event event) |
void |
JdbcDao.storeReplication(ConnectionContext connectionContext,
Event event) |
java.lang.String |
EventConverter.toJson(Event event) |
void |
JdbcDao.update(ConnectionContext connectionContext,
Event event) |
| Modifier and Type | Method and Description |
|---|---|
Event |
StoreTask.getEventToStore() |
Event |
JdbcStorage.store(Event event,
StoreListener listener) |
Event |
JdbcStorage.update(java.util.UUID id,
java.lang.String comment,
StoreListener listener) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Event> |
JdbcQuery.getNext(long count) |
| Modifier and Type | Method and Description |
|---|---|
Event |
JdbcStorage.store(Event event,
StoreListener listener) |
| Constructor and Description |
|---|
StoreTask(StoreListener listener,
Event eventToStore,
boolean storeInErrorQueue) |
| Modifier and Type | Method and Description |
|---|---|
Event |
EventInjector.store(Event event,
StoreListener listener) |
Event |
EventInjector.update(java.util.UUID id,
java.lang.String comment,
StoreListener listener) |
| Modifier and Type | Method and Description |
|---|---|
Event |
EventInjector.store(Event event,
StoreListener listener) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractBaseConfiguration.sendEvent(Event event) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractCommonHandlerImpl.AbstractConfiguration.sendEvent(Event event) |
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0