Uses of Interface
com.prosysopc.ua.server.nodes.UaVariableCallback

Packages that use UaVariableCallback
com.prosysopc.ua.server.instantiation Classes the SDK uses internally for building UaNode instances based on address space. 
com.prosysopc.ua.server.nodes Server side implementation classes for the UaNode model. 
 

Uses of UaVariableCallback in com.prosysopc.ua.server.instantiation
 

Methods in com.prosysopc.ua.server.instantiation with parameters of type UaVariableCallback
 NodeBuilderConfiguration NodeBuilderConfiguration.setCallbackInstancePropertyStrategy(org.opcfoundation.ua.builtintypes.ExpandedNodeId instanceDeclarationId, UaVariableCallback callback)
           
 NodeBuilderConfiguration NodeBuilderConfiguration.setCallbackInstancePropertyStrategy(org.opcfoundation.ua.builtintypes.NodeId instanceDeclarationId, UaVariableCallback callback)
           
 

Constructors in com.prosysopc.ua.server.instantiation with parameters of type UaVariableCallback
CallbackInstancePropertyInstantiationStrategy(UaVariableCallback callback)
           
CallbackInstanceVariableInstantiationStrategy(UaVariableCallback callback)
           
 

Uses of UaVariableCallback in com.prosysopc.ua.server.nodes
 

Classes in com.prosysopc.ua.server.nodes that implement UaVariableCallback
 class ReflectionCallback
           
 

Fields in com.prosysopc.ua.server.nodes declared as UaVariableCallback
protected  UaVariableCallback CallbackVariable.callback
           
protected  UaVariableCallback CallbackInstanceVariable.callback
           
 

Methods in com.prosysopc.ua.server.nodes that return UaVariableCallback
 UaVariableCallback CallbackVariable.getCallback()
           
 UaVariableCallback CallbackInstanceVariable.getCallback()
           
 

Methods in com.prosysopc.ua.server.nodes with parameters of type UaVariableCallback
protected  CallbackInstanceProperty BaseNode.registerCallbackProperty(String name, org.opcfoundation.ua.builtintypes.NodeId dataTypeId, org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId, UaVariableCallback callback)
           
 void CallbackVariable.setCallback(UaVariableCallback callback)
           
 void CallbackInstanceVariable.setCallback(UaVariableCallback callback)
           
 



Copyright © 2018. All rights reserved.