| Modifier and Type | Class and Description |
|---|---|
static class |
AttributeHistoryManager.HistoryReadContext |
static class |
AttributeHistoryManager.HistoryUpdateContext |
static class |
AttributeManager.ReadContext |
static class |
AttributeManager.WriteContext |
static class |
MethodServices.CallContext |
static class |
NodeManager.AddNodesContext |
static class |
NodeManager.AddReferencesContext |
static class |
NodeManager.DeleteNodesContext |
static class |
NodeManager.DeleteReferencesContext |
class |
OperationContext<T,U> |
static class |
ViewManager.BrowseContext |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<Reference>> |
ViewManager.browse(AccessContext context,
NodeId nodeId)
If the node identified by
nodeId exists return all References. |
void |
MethodInvocationHandler.invoke(AccessContext accessContext,
CallMethodRequest request,
CompletableFuture<CallMethodResult> future)
Invoke the given
CallMethodRequest and complete future when finished. |
void |
MethodInvocationHandler.NodeIdUnknownHandler.invoke(AccessContext accessContext,
CallMethodRequest request,
CompletableFuture<CallMethodResult> future) |
void |
MethodInvocationHandler.NotImplementedHandler.invoke(AccessContext accessContext,
CallMethodRequest request,
CompletableFuture<CallMethodResult> future) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<Reference>> |
VendorNamespace.browse(AccessContext context,
NodeId nodeId) |
CompletableFuture<List<Reference>> |
OpcUaNamespace.browse(AccessContext context,
NodeId nodeId) |
| Modifier and Type | Method and Description |
|---|---|
static CompletableFuture<BrowseResult> |
BrowseHelper.browse(AccessContext context,
OpcUaServer server,
ViewDescription view,
UInteger maxReferencesPerNode,
BrowseDescription browseDescription) |
| Constructor and Description |
|---|
BrowsePathsHelper(AccessContext context,
OpcUaServer server,
NamespaceManager namespaceManager) |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
AnnotationBasedInvocationHandler.InvocationContext |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<List<Reference>> |
NoOpNamespace.browse(AccessContext context,
NodeId nodeId) |
void |
AnnotationBasedInvocationHandler.invoke(AccessContext accessContext,
CallMethodRequest request,
CompletableFuture<CallMethodResult> future) |
Copyright © 2018. All rights reserved.