|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UaNodeFactoryException | |
|---|---|
| com.prosysopc.ua | Common classes for client and server side. |
| com.prosysopc.ua.client | Main client side classes of the SDK. |
| 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.nodes | Server side implementation classes for the UaNode model. |
| Uses of UaNodeFactoryException in com.prosysopc.ua |
|---|
| Methods in com.prosysopc.ua that throw UaNodeFactoryException | ||
|---|---|---|
|
NodeMap.addType(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId type,
String name,
Class<?> javaClass)
Create a type node and add it to the map. |
|
|
NodeMap.addType(T parentType,
org.opcfoundation.ua.builtintypes.NodeId type,
String name,
Class<?> javaClass)
|
|
| Uses of UaNodeFactoryException in com.prosysopc.ua.client |
|---|
| Methods in com.prosysopc.ua.client that throw UaNodeFactoryException | |
|---|---|
protected UaNode |
NodeCache.createNode(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName,
org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinition)
Create a new node and add it to the cache. |
void |
NodeCache.initDataTypes()
Initialize built-in types into the NodeMap. |
| Uses of UaNodeFactoryException in com.prosysopc.ua.client.nodes |
|---|
| Methods in com.prosysopc.ua.client.nodes that throw UaNodeFactoryException | |
|---|---|
UaNode |
UaClientNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
|
UaNode |
UaClientNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName,
org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinition)
|
UaNode |
UaClientNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName,
org.opcfoundation.ua.builtintypes.NodeId typeDefinition)
|
UaNode |
UaClientNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
String name,
Locale locale)
|
UaNode |
UaClientNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
String name,
Locale locale,
org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId)
|
UaNode |
UaClientNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
String name,
Locale locale,
org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId)
|
void |
UaClientNodeFactory.registerNodeClass(org.opcfoundation.ua.core.NodeClass nodeClass,
Class<? extends UaNode> clazz)
|
void |
UaClientNodeFactory.registerTypeDefinition(org.opcfoundation.ua.builtintypes.NodeId typeDefinition,
Class<? extends UaNode> clazz)
|
| Uses of UaNodeFactoryException in com.prosysopc.ua.nodes |
|---|
| Methods in com.prosysopc.ua.nodes that throw UaNodeFactoryException | |
|---|---|
UaNode |
UaNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
Create a new Node object based on the nodeClass (or typeDefinition). |
UaNode |
UaNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName,
org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinition)
Create a new Node object based on the nodeClass (or typeDefinition). |
UaNode |
UaNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName,
org.opcfoundation.ua.builtintypes.NodeId typeDefinition)
Create a new Node object based on the nodeClass (or typeDefinition). |
UaNode |
UaNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
String name,
Locale locale)
Create a new Node object based on the nodeClass (or typeDefinition). |
UaNode |
UaNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
String name,
Locale locale,
org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId)
Create a new Node object based on the nodeClass (or typeDefinition). |
UaNode |
UaNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
String name,
Locale locale,
org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId)
|
void |
UaNodeFactory.registerNodeClass(org.opcfoundation.ua.core.NodeClass nodeClass,
Class<? extends UaNode> clazz)
Register an actual UaNode class to use when using UaNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass, org.opcfoundation.ua.builtintypes.NodeId, org.opcfoundation.ua.builtintypes.QualifiedName, org.opcfoundation.ua.builtintypes.LocalizedText) to create new nodes for a
OPC UA NodeClass. |
void |
UaNodeFactory.registerTypeDefinition(org.opcfoundation.ua.builtintypes.NodeId typeDefinition,
Class<? extends UaNode> clazz)
Register an actual UaNode class to use when using UaNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass, org.opcfoundation.ua.builtintypes.NodeId, org.opcfoundation.ua.builtintypes.QualifiedName, org.opcfoundation.ua.builtintypes.LocalizedText) to create new nodes for a
OPC UA typeDefinition. |
| Uses of UaNodeFactoryException in com.prosysopc.ua.server |
|---|
| Methods in com.prosysopc.ua.server that throw UaNodeFactoryException | ||
|---|---|---|
protected org.opcfoundation.ua.builtintypes.NodeId |
NodeManagementServiceHandler.addNode(ServiceContext serviceContext,
org.opcfoundation.ua.core.AddNodesItem nodeToAdd)
|
|
|
NodeManagerUaNode.addType(org.opcfoundation.ua.builtintypes.ExpandedNodeId newTypeDefinitionId,
String name,
T baseType)
|
|
|
NodeManagerUaNode.addType(org.opcfoundation.ua.builtintypes.NodeId nodeId,
String name,
T baseType)
Add a new Object type Node to the Node Manager. |
|
protected void |
NodeManagerTable.init()
|
|
protected void |
NodeManager.init()
Initialize the NodeManager. |
|
protected void |
NodeManagementServiceHandler.init()
|
|
protected void |
NodeManagerTable.start()
Start all node managers. |
|
protected void |
NodeManagerRoot.start()
|
|
protected void |
NodeManager.start()
Start the NodeManager, i.e. make it available |
|
void |
NodeManagementServiceHandler.start()
|
|
| Uses of UaNodeFactoryException in com.prosysopc.ua.server.nodes |
|---|
| Methods in com.prosysopc.ua.server.nodes that throw UaNodeFactoryException | |
|---|---|
UaNode |
UaServerNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName)
|
UaNode |
UaServerNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName,
org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinition)
|
UaNode |
UaServerNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
org.opcfoundation.ua.builtintypes.QualifiedName browseName,
org.opcfoundation.ua.builtintypes.LocalizedText displayName,
org.opcfoundation.ua.builtintypes.NodeId typeDefinition)
|
UaNode |
UaServerNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
String name,
Locale locale)
|
UaNode |
UaServerNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
String name,
Locale locale,
org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId)
|
UaNode |
UaServerNodeFactory.createNode(org.opcfoundation.ua.core.NodeClass nodeClass,
org.opcfoundation.ua.builtintypes.NodeId nodeId,
String name,
Locale locale,
org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId)
|
void |
UaServerNodeFactory.registerNodeClass(org.opcfoundation.ua.core.NodeClass nodeClass,
Class<? extends UaNode> clazz)
|
void |
UaServerNodeFactory.registerTypeDefinition(org.opcfoundation.ua.builtintypes.NodeId typeDefinition,
Class<? extends UaNode> clazz)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||