public class ServerRedundancyTypeNode extends BaseObjectTypeNode implements ServerRedundancyType
REDUNDANCY_SUPPORT| Constructor and Description |
|---|
ServerRedundancyTypeNode(OpcUaClient client,
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId,
org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass,
org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName,
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport |
getRedundancySupport()
Get the local value of the RedundancySupport Node.
|
PropertyTypeNode |
getRedundancySupportNode()
Get the RedundancySupport
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getRedundancySupportNodeAsync()
Asynchronous implementation of
ServerRedundancyType.getRedundancySupportNode(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport |
readRedundancySupport()
Read the value of the RedundancySupport Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport> |
readRedundancySupportAsync()
An asynchronous implementation of
ServerRedundancyType.readRedundancySupport(). |
void |
setRedundancySupport(org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport redundancySupport)
Set the local value of the RedundancySupport Node.
|
void |
writeRedundancySupport(org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport redundancySupport)
Write a new value for the RedundancySupport Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeRedundancySupportAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport redundancySupport)
An asynchronous implementation of
ServerRedundancyType.writeRedundancySupport(RedundancySupport). |
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIcon, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersion, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIcon, setNamingRuleAsync, setNodeVersion, writeEventNotifierbrowse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getUserWriteMask, getWriteMask, invalidate, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readUserWriteMask, readWriteMask, refresh, refreshAsync, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeUserWriteMask, writeWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskpublic ServerRedundancyTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
public org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport getRedundancySupport()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerRedundancyTypeThe returned value is the last seen; it is not read live from the server.
getRedundancySupport in interface ServerRedundancyTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RedundancySupport Node.public void setRedundancySupport(org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport redundancySupport)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerRedundancyTypeThe value is only updated locally; it is not written to the server.
setRedundancySupport in interface ServerRedundancyTyperedundancySupport - the local value to set for the RedundancySupport Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RedundancySupport Node.public org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport readRedundancySupport()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerRedundancyTypereadRedundancySupport in interface ServerRedundancyTypeRedundancySupport value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeRedundancySupport(org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport redundancySupport)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerRedundancyTypewriteRedundancySupport in interface ServerRedundancyTyperedundancySupport - the RedundancySupport value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport> readRedundancySupportAsync()
ServerRedundancyTypeServerRedundancyType.readRedundancySupport().readRedundancySupportAsync in interface ServerRedundancyTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRedundancySupportAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport redundancySupport)
ServerRedundancyTypeServerRedundancyType.writeRedundancySupport(RedundancySupport).writeRedundancySupportAsync in interface ServerRedundancyTypepublic PropertyTypeNode getRedundancySupportNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerRedundancyTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getRedundancySupportNode in interface ServerRedundancyTypePropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends PropertyTypeNode> getRedundancySupportNodeAsync()
ServerRedundancyTypeServerRedundancyType.getRedundancySupportNode().getRedundancySupportNodeAsync in interface ServerRedundancyTypeCopyright © 2021. All rights reserved.