| Modifier and Type | Method and Description |
|---|---|
void |
QueryManager.updateQueryState(long queryId,
QueryState state,
ErrorInformation error) |
| Modifier and Type | Method and Description |
|---|---|
ErrorInformation |
UpdateQueryState.getError() |
ErrorInformation |
AcknowledgeResponse.getErrorInformation() |
| Constructor and Description |
|---|
AcknowledgeResponse(Response response,
ErrorInformation errorInformation) |
UpdateQueryState(long queryId,
QueryState state,
ErrorInformation error) |
| Modifier and Type | Method and Description |
|---|---|
ErrorInformation |
ErrorResponse.getErrorInformation() |
| Constructor and Description |
|---|
ErrorResponse(Response response,
ErrorInformation errorInformation) |
| Modifier and Type | Method and Description |
|---|---|
ErrorInformation |
RespondCallbacks.getErrorInformation() |
| Constructor and Description |
|---|
RespondCallbacks(Response response,
List<CallbackResponse> callbacks,
ErrorInformation errorInformation) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends Collection<ErrorInformation>> |
Structures.decodeErrorInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<ErrorInformation,T> allactor,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static ErrorInformation |
Structures.decodeErrorInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
protected static ErrorInformation |
Structures.inlindeDecodeErrorInformation(BinaryContext _context,
org.apache.mina.core.buffer.IoBuffer _data) |
| Modifier and Type | Method and Description |
|---|---|
static List<ErrorInformation> |
Structures.decodeListErrorInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
static Set<ErrorInformation> |
Structures.decodeSetErrorInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeErrorInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
ErrorInformation value) |
protected static void |
Structures.inlineEncodeErrorInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
ErrorInformation value) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends Collection<ErrorInformation>> |
Structures.decodeErrorInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
CollectionAllocator<ErrorInformation,T> allactor,
boolean allowNull) |
static void |
Structures.encodeCollectionErrorInformation(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
byte fieldNumber,
Collection<ErrorInformation> values) |
protected static void |
Structures.fillErrorInformationCollection(BinaryContext context,
org.apache.mina.core.buffer.IoBuffer data,
int items,
Collection<ErrorInformation> values) |
| Modifier and Type | Method and Description |
|---|---|
ErrorInformation |
AttributeWriteResultEntry.getErrorInformation() |
| Constructor and Description |
|---|
AttributeWriteResultEntry(String attribute,
ErrorInformation errorInformation) |
| Modifier and Type | Method and Description |
|---|---|
ErrorInformation |
BrowseResult.getErrorInformation() |
ErrorInformation |
WriteAttributesResult.getErrorInformation() |
ErrorInformation |
WriteValueResult.getErrorInformation() |
ErrorInformation |
ItemStateUpdate.getErrorInformation() |
| Constructor and Description |
|---|
BrowseResult(Response response,
List<BrowserEntry> browserData,
ErrorInformation errorInformation) |
ItemStateUpdate(String itemId,
SubscriptionState subscriptionState,
ErrorInformation errorInformation) |
WriteAttributesResult(Response response,
List<AttributeWriteResultEntry> attributeResults,
ErrorInformation errorInformation) |
WriteValueResult(Response response,
ErrorInformation errorInformation) |
| Modifier and Type | Method and Description |
|---|---|
ErrorInformation |
CreateQueryFailure.getErrorInformation() |
| Constructor and Description |
|---|
CreateQueryFailure(Response response,
ErrorInformation errorInformation) |
Copyright © 2015 Eclipse SCADA Project. All rights reserved.