| Modifier and Type | Method and Description |
|---|---|
protected Optional<MethodInvocationHandler> |
ManagedAddressSpace.getInvocationHandler(NodeId objectId,
NodeId methodId)
Get the
MethodInvocationHandler for the method identified by methodId, if it exists. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMethodInvocationHandler
A partial implementation of
MethodInvocationHandler that handles checking the Executable and UserExecutable
attributes as well as validating the supplied input values against the input Arguments. |
static class |
MethodInvocationHandler.NodeIdUnknownHandler
A
MethodInvocationHandler that always completes with StatusCodes.Bad_NodeIdUnknown. |
static class |
MethodInvocationHandler.NotImplementedHandler
A
MethodInvocationHandler that always completes with StatusCodes.Bad_NotImplemented. |
| Modifier and Type | Method and Description |
|---|---|
MethodInvocationHandler |
UaMethodNode.getInvocationHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
UaMethodNode.setInvocationHandler(MethodInvocationHandler handler) |
Copyright © 2021. All rights reserved.