Package com.prosysopc.ua.server.nodes

Server side implementation classes for the UaNode model.

See:
          Description

Interface Summary
UaCallable Defines the interface to an OPC UA node that supports method calls.
UaExternalNode  
UaVariableCallback A variable implementation that accesses an external value via callback methods.
 

Class Summary
AbstractGeneratedObjectNode  
AbstractGeneratedVariableNode  
BaseNode Straight forward, server side implementation of UaNode.
CacheProperty CacheProperty inherited from CacheVariable, which keeps the property value in memory.
CacheVariable A base implementation of UaVariable with a value cache.
CallbackInstanceProperty A property version of CallbackInstanceVariable.
CallbackInstanceVariable An implementation of InstanceVariable.
CallbackProperty A property node, whose value is retrieved using a callback method only.
CallbackVariable A variable node, whose value is retrieved using a callback method only.
FireEventMethod  
InstanceVariable An instance variable is a light-weight implementation of an UaVariable, which actually refers to an InstanceDeclaration of a type node.
PlainInstanceProperty<T> A property version of PlainInstanceVariable.
PlainInstanceVariable<T> A very plain, type specific implementation of InstanceVariable.
PlainMethod Server side implementation of UaMethod.
PlainProperty<T> A very plain implementation of the UA property node.
PlainVariable<T> A very plain, type specific implementation of the UA variable node.
ReflectionCallback  
ReflectiveInstanceProperty A property version of ReflectiveInstanceVariable.
ReflectiveInstanceVariable An InstanceVariable, which is wrapping a property of a Java object, via reflection, to be exposed as an OPC UA Variable.
ReflectiveProperty A generic property node, which wraps the value of a Java property.
ReflectiveVariable An OPCUA Variable Node which is wrapping a property of a Java object, via reflection.
ServerNode An abstract base class for all server side nodes.
UaDataTypeNode Straight forward implementation of UaDataType.
UaExternalNodeImpl A server side implementation of the UaExternalNode.
UaInstanceNode Straight forward implementation of UaInstance.
UaMethodNode Straight forward implementation of UaMethod.
UaObjectNode Straight forward implementation of UaObject.
UaObjectTypeNode Straight forward implementation of UaObjectType.
UaReferenceTypeNode Straight forward implementation of UaReferenceType.
UaServerNodeFactory Default implementation of the UaNodeFactory for the server side.
UaServerReference UA reference implementation for the server side.
UaTypeNode Generic type node.
UaVariableNode Abstract base implementation of UaVariable for UA Server side.
UaVariableTypeNode Straight forward implementation of UaVariableType.
UaViewNode Straight forward implementation of UaView.
 

Package com.prosysopc.ua.server.nodes Description

Server side implementation classes for the UaNode model.



Copyright © 2018. All rights reserved.