|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AddressSpaceException | |
|---|---|
| com.prosysopc.ua.client | Main client side classes of the SDK. |
| Uses of AddressSpaceException in com.prosysopc.ua.client |
|---|
| Methods in com.prosysopc.ua.client that throw AddressSpaceException | ||
|---|---|---|
UaMethod |
AddressSpace.getMethod(org.opcfoundation.ua.builtintypes.ExpandedNodeId methodId)
Get an UA method definition from the server. |
|
UaMethod |
AddressSpace.getMethod(org.opcfoundation.ua.builtintypes.NodeId methodId)
Get an UA method definition from the server. |
|
UaMethod |
AddressSpace.getMethodByName(org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName methodName)
Get a method with methodName of a node. |
|
List<UaMethod> |
AddressSpace.getMethods(org.opcfoundation.ua.builtintypes.NodeId nodeId)
Get all methods of an object node. |
|
UaNode |
AddressSpace.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId)
Finds the node object, corresponding to the NodeId. the method simply converts nodeId to NodeId and calls getNode(NodeId). |
|
|
AddressSpace.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId,
Class<T> clazz)
Convenience method for AddressSpace.getNode(ExpandedNodeId) which automatically casts the result to
the requested class. |
|
UaNode |
AddressSpace.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
Finds the node object, corresponding to the NodeId. |
|
|
AddressSpace.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId,
Class<T> clazz)
Convenience method for AddressSpace.getNode(ExpandedNodeId) which automatically casts the result to
the requested class. |
|
UaNode[] |
AddressSpace.getNodes(org.opcfoundation.ua.builtintypes.NodeId... nodeIds)
|
|
UaType |
AddressSpace.getType(org.opcfoundation.ua.builtintypes.NodeId typeId)
Get a Type node. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||