| 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,
java.util.List<CallbackResponse> callbacks,
ErrorInformation errorInformation) |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends java.util.Collection<ErrorInformation>> |
Structures.decodeErrorInformationCollection(BinaryContext context,
IoBuffer data,
|
| Modifier and Type | Method and Description |
|---|---|
static ErrorInformation |
Structures.decodeErrorInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
protected static ErrorInformation |
Structures.inlindeDecodeErrorInformation(BinaryContext _context,
IoBuffer _data) |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<ErrorInformation> |
Structures.decodeListErrorInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
static java.util.Set<ErrorInformation> |
Structures.decodeSetErrorInformation(BinaryContext context,
IoBuffer data,
boolean allowNull) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeErrorInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
ErrorInformation value) |
protected static void |
Structures.inlineEncodeErrorInformation(BinaryContext context,
IoBuffer data,
ErrorInformation value) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Structures.encodeCollectionErrorInformation(BinaryContext context,
IoBuffer data,
byte fieldNumber,
java.util.Collection<ErrorInformation> values) |
protected static void |
Structures.fillErrorInformationCollection(BinaryContext context,
IoBuffer data,
int items,
java.util.Collection<ErrorInformation> values) |
| Modifier and Type | Method and Description |
|---|---|
ErrorInformation |
AttributeWriteResultEntry.getErrorInformation() |
| Constructor and Description |
|---|
AttributeWriteResultEntry(java.lang.String attribute,
ErrorInformation errorInformation) |
| Modifier and Type | Method and Description |
|---|---|
ErrorInformation |
BrowseResult.getErrorInformation() |
ErrorInformation |
ItemStateUpdate.getErrorInformation() |
ErrorInformation |
WriteAttributesResult.getErrorInformation() |
ErrorInformation |
WriteValueResult.getErrorInformation() |
| Constructor and Description |
|---|
BrowseResult(Response response,
java.util.List<BrowserEntry> browserData,
ErrorInformation errorInformation) |
ItemStateUpdate(java.lang.String itemId,
SubscriptionState subscriptionState,
ErrorInformation errorInformation) |
WriteAttributesResult(Response response,
java.util.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 (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