Uses of Package
com.prosysopc.ua.server.nodes

Packages that use com.prosysopc.ua.server.nodes
com.prosysopc.ua.server Main server side classes of the SDK. 
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. 
com.prosysopc.ua.types.adi.server   
com.prosysopc.ua.types.di.server   
com.prosysopc.ua.types.gds.server   
com.prosysopc.ua.types.opcua.server   
com.prosysopc.ua.types.plc.server   
 

Classes in com.prosysopc.ua.server.nodes used by com.prosysopc.ua.server
UaExternalNode
           
 

Classes in com.prosysopc.ua.server.nodes used by com.prosysopc.ua.server.instantiation
UaTypeNode
          Generic type node.
UaVariableCallback
          A variable implementation that accesses an external value via callback methods.
 

Classes in com.prosysopc.ua.server.nodes used by com.prosysopc.ua.server.nodes
BaseNode
          Straight forward, server side implementation of UaNode.
CacheVariable
          A base implementation of UaVariable with a value cache.
CallbackInstanceProperty
          A property version of CallbackInstanceVariable.
CallbackInstanceVariable
          An implementation of InstanceVariable.
CallbackVariable
          A variable node, whose value is retrieved using a callback method only.
InstanceVariable
          An instance variable is a light-weight implementation of an UaVariable, which actually refers to an InstanceDeclaration of a type node.
PlainInstanceProperty
          A property version of PlainInstanceVariable.
PlainInstanceVariable
          A very plain, type specific implementation of InstanceVariable.
PlainProperty
          A very plain implementation of the UA property node.
PlainVariable
          A very plain, type specific implementation of the UA variable node.
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.
UaCallable
          Defines the interface to an OPC UA node that supports method calls.
UaExternalNode
           
UaInstanceNode
          Straight forward implementation of UaInstance.
UaMethodNode
          Straight forward implementation of UaMethod.
UaObjectNode
          Straight forward implementation of UaObject.
UaServerReference
          UA reference implementation for the server side.
UaTypeNode
          Generic type node.
UaVariableCallback
          A variable implementation that accesses an external value via callback methods.
UaVariableNode
          Abstract base implementation of UaVariable for UA Server side.
 

Classes in com.prosysopc.ua.server.nodes used by com.prosysopc.ua.types.adi.server
AbstractGeneratedObjectNode
           
AbstractGeneratedVariableNode
           
BaseNode
          Straight forward, server side implementation of UaNode.
CacheVariable
          A base implementation of UaVariable with a value cache.
ServerNode
          An abstract base class for all server side nodes.
UaCallable
          Defines the interface to an OPC UA node that supports method calls.
UaInstanceNode
          Straight forward implementation of UaInstance.
UaObjectNode
          Straight forward implementation of UaObject.
UaVariableNode
          Abstract base implementation of UaVariable for UA Server side.
 

Classes in com.prosysopc.ua.server.nodes used by com.prosysopc.ua.types.di.server
AbstractGeneratedObjectNode
           
AbstractGeneratedVariableNode
           
BaseNode
          Straight forward, server side implementation of UaNode.
CacheVariable
          A base implementation of UaVariable with a value cache.
ServerNode
          An abstract base class for all server side nodes.
UaCallable
          Defines the interface to an OPC UA node that supports method calls.
UaInstanceNode
          Straight forward implementation of UaInstance.
UaObjectNode
          Straight forward implementation of UaObject.
UaVariableNode
          Abstract base implementation of UaVariable for UA Server side.
 

Classes in com.prosysopc.ua.server.nodes used by com.prosysopc.ua.types.gds.server
AbstractGeneratedObjectNode
           
BaseNode
          Straight forward, server side implementation of UaNode.
ServerNode
          An abstract base class for all server side nodes.
UaCallable
          Defines the interface to an OPC UA node that supports method calls.
UaInstanceNode
          Straight forward implementation of UaInstance.
UaObjectNode
          Straight forward implementation of UaObject.
 

Classes in com.prosysopc.ua.server.nodes used by com.prosysopc.ua.types.opcua.server
AbstractGeneratedObjectNode
           
AbstractGeneratedVariableNode
           
BaseNode
          Straight forward, server side implementation of UaNode.
CacheVariable
          A base implementation of UaVariable with a value cache.
ServerNode
          An abstract base class for all server side nodes.
UaCallable
          Defines the interface to an OPC UA node that supports method calls.
UaInstanceNode
          Straight forward implementation of UaInstance.
UaObjectNode
          Straight forward implementation of UaObject.
UaVariableNode
          Abstract base implementation of UaVariable for UA Server side.
 

Classes in com.prosysopc.ua.server.nodes used by com.prosysopc.ua.types.plc.server
AbstractGeneratedObjectNode
           
BaseNode
          Straight forward, server side implementation of UaNode.
ServerNode
          An abstract base class for all server side nodes.
UaCallable
          Defines the interface to an OPC UA node that supports method calls.
UaInstanceNode
          Straight forward implementation of UaInstance.
UaObjectNode
          Straight forward implementation of UaObject.
 



Copyright © 2018. All rights reserved.