| Package | Description |
|---|---|
| org.eclipse.scada.ae.client.ngp | |
| org.eclipse.scada.ae.data.message | |
| org.eclipse.scada.ae.protocol.ngp.codec |
| 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) |
void |
EventManager.handleDataUpdate(java.lang.String eventQueryId,
java.util.List<EventInformation> added) |
void |
QueryManager.updateQueryData(long queryId,
java.util.List<EventInformation> events) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EventInformation> |
EventPoolDataUpdate.getAddedEvents() |
java.util.List<EventInformation> |
UpdateQueryData.getEvents() |
| Constructor and Description |
|---|
EventPoolDataUpdate(java.lang.String eventPoolId,
java.util.List<EventInformation> addedEvents) |
UpdateQueryData(long queryId,
java.util.List<EventInformation> events) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends java.util.Collection<EventInformation>> |
Structures.decodeEventInformationCollection(BinaryContext context,
IoBuffer data,
|
| Modifier and Type | Method and Description |
|---|---|
static EventInformation |
Structures.decodeEventInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static EventInformation |
Structures.inlindeDecodeEventInformation(BinaryContext _context,
IoBuffer _data) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<EventInformation> |
Structures.decodeListEventInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<EventInformation> |
Structures.decodeSetEventInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeEventInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
EventInformation value) |
protected static void |
Structures.inlineEncodeEventInformation(BinaryContext context,
IoBuffer data,
EventInformation value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeCollectionEventInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<EventInformation> values) |
protected static void |
Structures.fillEventInformationCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<EventInformation> values) |
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