Package com.prosysopc.ua.nodes

Common UaNode model.

See:
          Description

Interface Summary
DataChangeListener  
UaDataType Interface definition for OPC UA data type.
UaInstance Interface of UA instance nodes.
UaMethod Interface definition of OPC UA Method nodes.
UaNode OPC UA Node interface.
UaNodeFactory Node Factory is used to create UaNode objects dynamically.
UaObject OPC UA Object interface.
UaObjectType Interface definition for OPC UA object type.
UaProperty OPC UA Property.
UaReferenceType Interface definition of the OPC UA reference type.
UaType Common interface for all UA Types.
UaValueNode A common interface for UaVariable and UaVariableType.
UaVariable UaVariable defines the interface for the UA variable.
UaVariableType Interface definition of the OPC UA variable type.
UaView Each View defines a subset of the Nodes in the AddressSpace.
 

Class Summary
AbstractUaNode Internal abstract base class for client and server side UaNode implementations.
UaReference  
 

Exception Summary
MethodArgumentException An exception while reading method argument values.
UaNodeFactoryException Exception from a UA node factory operation, a result of a node creation failure due to missing object class registration for a node class.
 

Annotation Types Summary
Mandatory This node is Mandatory in the type, i.e. this method should never return null (Except if this is used in the client side and if the server does not follow specification)
Optional This node is Optional in the type, i.e. this method can return null
 

Package com.prosysopc.ua.nodes Description

Common UaNode model.



Copyright © 2018. All rights reserved.