| Modifier and Type | Method and Description |
|---|---|
protected static <T extends Collection<BrowserEntry>> |
Structures.decodeBrowserEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<BrowserEntry,T> allactor,
boolean allowNull) |
protected static <T extends Collection<EventInformation>> |
Structures.decodeEventInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<EventInformation,T> allactor,
boolean allowNull) |
protected static <T extends Collection<MonitorStatusInformation>> |
Structures.decodeMonitorStatusInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<MonitorStatusInformation,T> allactor,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends Collection<ConfigurationInformation>> |
Structures.decodeConfigurationInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<ConfigurationInformation,T> allactor,
boolean allowNull) |
protected static <T extends Collection<DiffEntry>> |
Structures.decodeDiffEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<DiffEntry,T> allactor,
boolean allowNull) |
protected static <T extends Collection<FactoryInformation>> |
Structures.decodeFactoryInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<FactoryInformation,T> allactor,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends Collection<CallbackRequest>> |
Structures.decodeCallbackRequestCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<CallbackRequest,T> allactor,
boolean allowNull) |
protected static <T extends Collection<CallbackResponse>> |
Structures.decodeCallbackResponseCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<CallbackResponse,T> allactor,
boolean allowNull) |
protected static <T extends Collection<ErrorInformation>> |
Structures.decodeErrorInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<ErrorInformation,T> allactor,
boolean allowNull) |
protected static <T extends Collection<OperationParameters>> |
Structures.decodeOperationParametersCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<OperationParameters,T> allactor,
boolean allowNull) |
protected static <T extends Collection<Request>> |
Structures.decodeRequestCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<Request,T> allactor,
boolean allowNull) |
protected static <T extends Collection<Response>> |
Structures.decodeResponseCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<Response,T> allactor,
boolean allowNull) |
protected static <T extends Collection<UserInformation>> |
Structures.decodeUserInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<UserInformation,T> allactor,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends Collection<AttributeWriteResultEntry>> |
Structures.decodeAttributeWriteResultEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<AttributeWriteResultEntry,T> allactor,
boolean allowNull) |
protected static <T extends Collection<BrowserEntry>> |
Structures.decodeBrowserEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<BrowserEntry,T> allactor,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends Collection<HistoricalItemInformation>> |
Structures.decodeHistoricalItemInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<HistoricalItemInformation,T> allactor,
boolean allowNull) |
protected static <T extends Collection<QueryParameters>> |
Structures.decodeQueryParametersCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<QueryParameters,T> allactor,
boolean allowNull) |
protected static <T extends Collection<ValueEntry>> |
Structures.decodeValueEntryCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<ValueEntry,T> allactor,
boolean allowNull) |
protected static <T extends Collection<ValueInformation>> |
Structures.decodeValueInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<ValueInformation,T> allactor,
boolean allowNull) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArrayListAllocator<T> |
class |
HashSetAllocator<T> |
Copyright © 2015 Eclipse SCADA Project. All rights reserved.