public final class Structures extends Object
Modifier and Type | Method and Description |
---|---|
static BrowserEntry |
decodeBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static <T extends Collection<BrowserEntry>> |
decodeBrowserEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<BrowserEntry,T> allactor,
boolean allowNull) |
static EventInformation |
decodeEventInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static <T extends Collection<EventInformation>> |
decodeEventInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<EventInformation,T> allactor,
boolean allowNull) |
static List<BrowserEntry> |
decodeListBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static List<EventInformation> |
decodeListEventInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static List<MonitorStatusInformation> |
decodeListMonitorStatusInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static MonitorStatusInformation |
decodeMonitorStatusInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static <T extends Collection<MonitorStatusInformation>> |
decodeMonitorStatusInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<MonitorStatusInformation,T> allactor,
boolean allowNull) |
static Set<BrowserEntry> |
decodeSetBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<EventInformation> |
decodeSetEventInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<MonitorStatusInformation> |
decodeSetMonitorStatusInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static void |
encodeBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
BrowserEntry value) |
static void |
encodeCollectionBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<BrowserEntry> values) |
static void |
encodeCollectionEventInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<EventInformation> values) |
static void |
encodeCollectionMonitorStatusInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<MonitorStatusInformation> values) |
static void |
encodeEventInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
EventInformation value) |
static void |
encodeMonitorStatusInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
MonitorStatusInformation value) |
protected static void |
fillBrowserEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<BrowserEntry> values) |
protected static void |
fillEventInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<EventInformation> values) |
protected static void |
fillMonitorStatusInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<MonitorStatusInformation> values) |
protected static BrowserEntry |
inlindeDecodeBrowserEntry(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
protected static EventInformation |
inlindeDecodeEventInformation(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
protected static MonitorStatusInformation |
inlindeDecodeMonitorStatusInformation(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
protected static void |
inlineEncodeBrowserEntry(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
BrowserEntry value) |
protected static void |
inlineEncodeEventInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
EventInformation value) |
protected static void |
inlineEncodeMonitorStatusInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
MonitorStatusInformation value) |
protected static void inlineEncodeMonitorStatusInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, MonitorStatusInformation value) throws Exception
Exception
protected static MonitorStatusInformation inlindeDecodeMonitorStatusInformation(BinaryContext _context, org.apache.mina.core.buffer.IoBuffer _data) throws Exception
Exception
public static void encodeMonitorStatusInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, MonitorStatusInformation value) throws Exception
Exception
public static void encodeCollectionMonitorStatusInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Collection<MonitorStatusInformation> values) throws Exception
Exception
public static MonitorStatusInformation decodeMonitorStatusInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void fillMonitorStatusInformationCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, int items, Collection<MonitorStatusInformation> values) throws Exception
Exception
protected static <T extends Collection<MonitorStatusInformation>> T decodeMonitorStatusInformationCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CollectionAllocator<MonitorStatusInformation,T> allactor, boolean allowNull) throws Exception
Exception
public static List<MonitorStatusInformation> decodeListMonitorStatusInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
public static Set<MonitorStatusInformation> decodeSetMonitorStatusInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void inlineEncodeBrowserEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, BrowserEntry value) throws Exception
Exception
protected static BrowserEntry inlindeDecodeBrowserEntry(BinaryContext _context, org.apache.mina.core.buffer.IoBuffer _data) throws Exception
Exception
public static void encodeBrowserEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, BrowserEntry value) throws Exception
Exception
public static void encodeCollectionBrowserEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Collection<BrowserEntry> values) throws Exception
Exception
public static BrowserEntry decodeBrowserEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void fillBrowserEntryCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, int items, Collection<BrowserEntry> values) throws Exception
Exception
protected static <T extends Collection<BrowserEntry>> T decodeBrowserEntryCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CollectionAllocator<BrowserEntry,T> allactor, boolean allowNull) throws Exception
Exception
public static List<BrowserEntry> decodeListBrowserEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
public static Set<BrowserEntry> decodeSetBrowserEntry(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void inlineEncodeEventInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, EventInformation value) throws Exception
Exception
protected static EventInformation inlindeDecodeEventInformation(BinaryContext _context, org.apache.mina.core.buffer.IoBuffer _data) throws Exception
Exception
public static void encodeEventInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, EventInformation value) throws Exception
Exception
public static void encodeCollectionEventInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, byte fieldNumber, Collection<EventInformation> values) throws Exception
Exception
public static EventInformation decodeEventInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
protected static void fillEventInformationCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, int items, Collection<EventInformation> values) throws Exception
Exception
protected static <T extends Collection<EventInformation>> T decodeEventInformationCollection(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, CollectionAllocator<EventInformation,T> allactor, boolean allowNull) throws Exception
Exception
public static List<EventInformation> decodeListEventInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
public static Set<EventInformation> decodeSetEventInformation(BinaryContext context, org.apache.mina.core.buffer.IoBuffer data, boolean allowNull) throws Exception
Exception
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.