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(List<Event> events) |
Modifier and Type | Method and Description |
---|---|
void |
EventListener.dataChanged(List<Event> addedEvents) |
Modifier and Type | Method and Description |
---|---|
void |
EventSyncController.dataChanged(List<Event> addedEvents) |
Modifier and Type | Method and Description |
---|---|
static Event |
Events.convertToEvent(EventInformation eventInformation) |
Modifier and Type | Method and Description |
---|---|
static List<Event> |
Events.convertToEvent(List<EventInformation> events) |
Modifier and Type | Method and Description |
---|---|
void |
QueryImpl.handleData(QueryListener listener,
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(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 |
AbstractStateMonitor.sendEvent(Event event) |
protected void |
AbstractConfiguration.sendEvent(Event event) |
protected void |
AbstractStateMonitor.sendEvent(Event event,
boolean force) |
Modifier and Type | Method and Description |
---|---|
void |
EventListener.dataChanged(String poolId,
List<Event> addedEvents) |
Modifier and Type | Method and Description |
---|---|
protected List<Event> |
SessionImpl.translateEvents(List<Event> events)
Translate the events into the current session language
|
Modifier and Type | Method and Description |
---|---|
protected void |
SessionImpl.eventDataChanged(String poolId,
List<Event> addedEvents) |
protected List<Event> |
SessionImpl.translateEvents(List<Event> events)
Translate the events into the current session language
|
Modifier and Type | Field and Description |
---|---|
protected BoundedQueue<Event> |
AbstractEventQueryImpl.events |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractEventQueryImpl.addEvents(List<Event> events,
EventMatcher matcher) |
void |
EventQuerySource.handleEvent(List<Event> event) |
protected void |
AbstractEventQueryImpl.notifyEvent(List<Event> event) |
Modifier and Type | Method and Description |
---|---|
void |
EventPoolImpl.handleEvent(List<Event> events) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractEventQueryListener.addEvents(List<Event> events) |
void |
ProxyEventQuery.addEvents(List<Event> events) |
Modifier and Type | Method and Description |
---|---|
Event |
EventHandler.handleEvent(Event event,
InjectionContext context)
Handle an event
|
Modifier and Type | Method and Description |
---|---|
Event |
EventHandler.handleEvent(Event event,
InjectionContext context)
Handle an event
|
Modifier and Type | Method and Description |
---|---|
Event |
FilterEventHandler.handleEvent(Event event,
InjectionContext context) |
Modifier and Type | Method and Description |
---|---|
Event |
FilterEventHandler.handleEvent(Event event,
InjectionContext context) |
Modifier and Type | Method and Description |
---|---|
Event |
MailEventHandler.handleEvent(Event event,
InjectionContext context) |
Modifier and Type | Method and Description |
---|---|
Event |
MailEventHandler.handleEvent(Event event,
InjectionContext context) |
Modifier and Type | Method and Description |
---|---|
Event |
ScriptEventHandler.handleEvent(Event event,
InjectionContext context) |
Modifier and Type | Method and Description |
---|---|
Event |
ScriptEventHandler.handleEvent(Event event,
InjectionContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultStorageHandlerFactory.processEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
static Event |
EventSerializer.deserializeEvent(String event) |
Modifier and Type | Method and Description |
---|---|
static String |
EventSerializer.serializeEvent(Event event) |
Modifier and Type | Method and Description |
---|---|
void |
EventInjectorQueue.injectEvent(Event event,
InjectionContext context) |
void |
EventInjector.injectEvent(Event event,
InjectionContext context)
Inject an event entry from an external source into the AE system
|
Modifier and Type | Method and Description |
---|---|
void |
EventInjectorImpl.injectEvent(Event event,
InjectionContext context) |
Modifier and Type | Method and Description |
---|---|
Event |
EventMonitorEvaluator.evaluate(Event event) |
Event |
EventMonitorFactory.evaluate(Event event) |
Modifier and Type | Method and Description |
---|---|
Pair<Boolean,Event> |
EventMonitorImpl.evaluate(Event event) |
Pair<Boolean,Event> |
EventMonitor.evaluate(Event event) |
Modifier and Type | Method and Description |
---|---|
Event |
EventMonitorEvaluator.evaluate(Event event) |
Event |
EventMonitorFactory.evaluate(Event event) |
Pair<Boolean,Event> |
EventMonitorImpl.evaluate(Event event) |
Pair<Boolean,Event> |
EventMonitor.evaluate(Event event) |
Modifier and Type | Method and Description |
---|---|
protected void |
ServerConnectionImpl.handleEventDataChange(String eventPoolId,
List<Event> addedEvents) |
void |
QueryImpl.queryData(List<Event> events) |
void |
ServerConnectionImpl.sendQueryData(QueryImpl queryImpl,
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(UUID id,
String comment) |
Event |
Storage.update(UUID id,
String comment) |
Event |
Storage.update(UUID id,
String comment,
StoreListener listener) |
Modifier and Type | Method and Description |
---|---|
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(UUID id) |
Event |
StorageDao.loadEvent(UUID id) |
Event |
JdbcStorage.store(Event event,
StoreListener listener) |
Event |
JdbcStorage.update(UUID id,
String comment,
StoreListener listener) |
Modifier and Type | Method and Description |
---|---|
List<Event> |
JdbcQuery.getNext(long count) |
Modifier and Type | Method and Description |
---|---|
protected void |
JdbcStorageDao.performStoreEvent(Event event,
ConnectionContext connectionContext) |
protected void |
AbstractJdbcStorageDao.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,
Connection con) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractJdbcStorageDao.toEventList(ResultSet rs,
Collection<Event> events,
boolean isBeforeFirst,
long count) |
boolean |
StorageDao.toEventList(ResultSet rs,
Collection<Event> events,
boolean isBeforeFirst,
long count) |
Modifier and Type | Method and Description |
---|---|
Event |
MemoryStorage.store(Event event,
StoreListener listener) |
Event |
MemoryStorage.update(UUID id,
String comment,
StoreListener listener) |
Modifier and Type | Method and Description |
---|---|
Set<Event> |
MemoryStorage.getEvents() |
List<Event> |
ListQuery.getNext(long count) |
Modifier and Type | Method and Description |
---|---|
Event |
MemoryStorage.store(Event event,
StoreListener listener) |
Constructor and Description |
---|
ListQuery(List<Event> events,
String filter) |
Modifier and Type | Method and Description |
---|---|
Event |
EventConverter.fromSqlArray(Array array) |
Event |
JdbcDao.load(UUID id) |
Event |
EventConverter.toEvent(String json) |
Modifier and Type | Method and Description |
---|---|
void |
JdbcDao.store(ConnectionContext connectionContext,
Event event) |
void |
JdbcDao.storeReplication(ConnectionContext connectionContext,
Event event) |
String |
EventConverter.toJson(Event event) |
Array |
EventConverter.toSqlArray(Connection connection,
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(UUID id,
String comment,
StoreListener listener) |
Modifier and Type | Method and Description |
---|---|
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(UUID id,
String comment,
StoreListener listener) |
Modifier and Type | Method and Description |
---|---|
Event |
EventInjector.store(Event event,
StoreListener listener) |
Modifier and Type | Method and Description |
---|---|
protected void |
QueryBean.addData(List<Event> events) |
void |
QueryBean.queryData(List<Event> events) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractEventQueryViewPart.EventListenerImpl.dataChanged(List<Event> addedEvents) |
protected abstract void |
AbstractEventQueryViewPart.handleDataChanged(List<Event> addedEvents) |
protected void |
EventQueryView.handleDataChanged(List<Event> addedEvents) |
protected void |
EventQueryView.performDataChanged(List<Event> addedEvents) |
Modifier and Type | Method and Description |
---|---|
void |
EventDetailsDialog.open(Event event) |
Modifier and Type | Method and Description |
---|---|
void |
Field.render(Event event,
Cell cell) |
void |
DynamicField.render(Event event,
Cell cell) |
Modifier and Type | Method and Description |
---|---|
Event |
DecoratedEvent.getEvent() |
Modifier and Type | Method and Description |
---|---|
void |
DecoratedEvent.setEvent(Event event) |
Constructor and Description |
---|
DecoratedEvent(Event event) |
DecoratedEvent(Event event,
MonitorData monitor) |
Modifier and Type | Method and Description |
---|---|
protected void |
EventPoolView.dataChanged(List<Event> addedEvents) |
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 © 2016 Eclipse NeoSCADA Project. All rights reserved.