|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UaReferenceType | |
|---|---|
| com.prosysopc.ua.client.nodes | Client side implementation classes for the UaNode model. |
| com.prosysopc.ua.nodes | Common UaNode model. |
| 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. |
| Uses of UaReferenceType in com.prosysopc.ua.client.nodes |
|---|
| Classes in com.prosysopc.ua.client.nodes that implement UaReferenceType | |
|---|---|
class |
UaReferenceTypeImpl
Straight forward implementation of UaReferenceType. |
| Methods in com.prosysopc.ua.client.nodes that return UaReferenceType | |
|---|---|
UaReferenceType |
UaClientReference.getReferenceType()
|
| Uses of UaReferenceType in com.prosysopc.ua.nodes |
|---|
| Methods in com.prosysopc.ua.nodes that return UaReferenceType | |
|---|---|
abstract UaReferenceType |
UaReference.getReferenceType()
Get the ReferenceType node, if defined. |
| Methods in com.prosysopc.ua.nodes with parameters of type UaReferenceType | |
|---|---|
protected boolean |
AbstractUaNode.referenceTypeInherits(UaReferenceType referenceType,
org.opcfoundation.ua.builtintypes.NodeId... referenceTypeIds)
Checks if the referenceType inherits from any of the defined types, specified with TypeIds. |
| Uses of UaReferenceType in com.prosysopc.ua.server |
|---|
| Methods in com.prosysopc.ua.server that return UaReferenceType | |
|---|---|
protected UaReferenceType |
NodeManagerRoot.getBaseReferenceType()
|
protected UaReferenceType |
NodeManager.getReferenceType(org.opcfoundation.ua.builtintypes.NodeId referenceTypeId)
|
| Methods in com.prosysopc.ua.server with parameters of type UaReferenceType | |
|---|---|
protected void |
NodeManager.fireAddNode(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId parentNodeId,
UaNode parent,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.core.NodeAttributes attributes,
UaReferenceType referenceType,
org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId,
UaNode typeDefinition)
|
protected void |
NodeManager.fireAddReference(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId sourceNodeId,
UaNode sourceNode,
org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId,
UaNode targetNode,
org.opcfoundation.ua.builtintypes.NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward)
|
protected void |
NodeManager.fireAfterAddNode(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId parentNodeId,
UaNode parent,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
UaNode node,
org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.core.NodeAttributes attributes,
UaReferenceType referenceType,
org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId,
UaNode typeDefinition)
|
protected void |
NodeManager.fireAfterAddReference(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId sourceNodeId,
UaNode sourceNode,
org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId,
UaNode targetNode,
org.opcfoundation.ua.builtintypes.NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward)
|
protected void |
NodeManager.fireDeleteReference(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId sourceNodeId,
UaNode sourceNode,
org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId,
UaNode targetNode,
org.opcfoundation.ua.builtintypes.NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward,
boolean deleteBidirectional)
|
void |
NodeManagerListener.onAddNode(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId parentNodeId,
UaNode parent,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.core.NodeAttributes attributes,
UaReferenceType referenceType,
org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId,
UaNode typeDefinition)
A notification of an AddNode request to add a new node into the node manager. |
void |
NodeManagerAdapter.onAddNode(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId parentNodeId,
UaNode parent,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.core.NodeAttributes attributes,
UaReferenceType referenceType,
org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId,
UaNode typeDefinition)
|
void |
NodeManagerListener.onAddReference(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId sourceNodeId,
UaNode sourceNode,
org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId,
UaNode targetNode,
org.opcfoundation.ua.builtintypes.NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward)
A notification of an AddReference request to add a new reference into the node manager. |
void |
NodeManagerAdapter.onAddReference(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId sourceNodeId,
UaNode sourceNode,
org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId,
UaNode targetNode,
org.opcfoundation.ua.builtintypes.NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward)
|
void |
NodeManagerListener.onAfterAddNode(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId parentNodeId,
UaNode parent,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
UaNode node,
org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.core.NodeAttributes attributes,
UaReferenceType referenceType,
org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId,
UaNode typeDefinition)
Called after a node is added as a result of an AddNodes call. |
void |
NodeManagerAdapter.onAfterAddNode(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId parentNodeId,
UaNode parent,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
UaNode node,
org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.core.NodeAttributes attributes,
UaReferenceType referenceType,
org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId,
UaNode typeDefinition)
|
void |
NodeManagerListener.onAfterAddReference(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId sourceNodeId,
UaNode sourceNode,
org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId,
UaNode targetNode,
org.opcfoundation.ua.builtintypes.NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward)
Called after a reference is added as a result of an AddReferences call. |
void |
NodeManagerAdapter.onAfterAddReference(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId sourceNodeId,
UaNode sourceNode,
org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId,
UaNode targetNode,
org.opcfoundation.ua.builtintypes.NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward)
|
void |
NodeManagerListener.onDeleteReference(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId sourceNodeId,
UaNode sourceNode,
org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId,
UaNode targetNode,
org.opcfoundation.ua.builtintypes.NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward,
boolean deleteBidirectional)
Confirm a request to delete a reference permanently from the address space of the node manager. |
void |
NodeManagerAdapter.onDeleteReference(ServiceContext serviceContext,
org.opcfoundation.ua.builtintypes.NodeId sourceNodeId,
UaNode sourceNode,
org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId,
UaNode targetNode,
org.opcfoundation.ua.builtintypes.NodeId referenceTypeId,
UaReferenceType referenceType,
boolean isForward,
boolean deleteBidirectional)
|
protected boolean |
NodeManager.referenceMatchesRequest(UaReference reference,
org.opcfoundation.ua.core.BrowseDirection browseDirection,
org.opcfoundation.ua.builtintypes.NodeId referenceTypeId,
UaReferenceType referenceType,
Boolean includeSubTypes,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.NodeId sourceNodeId)
|
| Uses of UaReferenceType in com.prosysopc.ua.server.instantiation |
|---|
| Methods in com.prosysopc.ua.server.instantiation that return UaReferenceType | |
|---|---|
UaReferenceType |
ReferenceDeclaration.getReferenceType()
|
| Constructors in com.prosysopc.ua.server.instantiation with parameters of type UaReferenceType | |
|---|---|
ExternalReferenceDeclaration(UaReferenceType referenceType,
UaNode target)
|
|
InternalReferenceDeclaration(UaReferenceType referenceType,
BrowsePath targetPath)
|
|
ReferenceDeclaration(UaReferenceType referenceType)
|
|
| Uses of UaReferenceType in com.prosysopc.ua.server.nodes |
|---|
| Classes in com.prosysopc.ua.server.nodes that implement UaReferenceType | |
|---|---|
class |
UaReferenceTypeNode
Straight forward implementation of UaReferenceType. |
| Methods in com.prosysopc.ua.server.nodes that return UaReferenceType | |
|---|---|
UaReferenceType |
UaServerReference.getReferenceType()
Get the ReferenceType node, if defined. |
| Methods in com.prosysopc.ua.server.nodes with parameters of type UaReferenceType | |
|---|---|
UaReference |
ServerNode.addReference(UaNode targetNode,
UaReferenceType referenceType,
boolean isInverse)
|
static UaServerReference |
UaServerReference.getReferenceInstance(UaReferenceType referenceType,
UaNode sourceNode,
UaNode targetNode)
|
| Constructors in com.prosysopc.ua.server.nodes with parameters of type UaReferenceType | |
|---|---|
UaServerReference(UaReferenceType referenceType,
UaNode sourceNode,
UaNode targetNode)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||