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 List<Event> |
Events.convertToEvent(List<EventInformation> events) |
void |
EventManager.handleDataUpdate(String eventQueryId,
List<EventInformation> added) |
void |
QueryManager.updateQueryData(long queryId,
List<EventInformation> events) |
Modifier and Type | Method and Description |
---|---|
List<EventInformation> |
EventPoolDataUpdate.getAddedEvents() |
List<EventInformation> |
UpdateQueryData.getEvents() |
Constructor and Description |
---|
EventPoolDataUpdate(String eventPoolId,
List<EventInformation> addedEvents) |
UpdateQueryData(long queryId,
List<EventInformation> events) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Collection<EventInformation>> |
Structures.decodeEventInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<EventInformation,T> allactor,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
static EventInformation |
Structures.decodeEventInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static EventInformation |
Structures.inlindeDecodeEventInformation(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
Modifier and Type | Method and Description |
---|---|
static List<EventInformation> |
Structures.decodeListEventInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<EventInformation> |
Structures.decodeSetEventInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
Modifier and Type | Method and Description |
---|---|
static void |
Structures.encodeEventInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
EventInformation value) |
protected static void |
Structures.inlineEncodeEventInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
EventInformation value) |
Modifier and Type | Method and Description |
---|---|
protected static <T extends Collection<EventInformation>> |
Structures.decodeEventInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<EventInformation,T> allactor,
boolean allowNull) |
static void |
Structures.encodeCollectionEventInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<EventInformation> values) |
protected static void |
Structures.fillEventInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<EventInformation> values) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.