public static interface AbstractMethodInvocationHandler.InvocationContext extends AccessContext
AccessContext to provide additional context to implementations of
AbstractMethodInvocationHandler.| Modifier and Type | Method and Description |
|---|---|
UaMethodNode |
getMethodNode()
Get the
UaMethodNode being invoked. |
NodeId |
getObjectId()
Get the
NodeId of the ObjectNode the method being invoked belongs to. |
OpcUaServer |
getServer()
Get the
OpcUaServer instance. |
getSessionOpcUaServer getServer()
OpcUaServer instance.OpcUaServer instance.NodeId getObjectId()
NodeId of the ObjectNode the method being invoked belongs to.NodeId of the ObjectNode the method being invoked belongs to.UaMethodNode getMethodNode()
UaMethodNode being invoked.UaMethodNode being invoked.Copyright © 2021. All rights reserved.