public interface ServerRedundancyType extends BaseObjectType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport> |
REDUNDANCY_SUPPORT |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport |
getRedundancySupport()
Get the local value of the RedundancySupport Node.
|
PropertyType |
getRedundancySupportNode()
Get the RedundancySupport
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getRedundancySupportNodeAsync()
Asynchronous implementation of
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
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
writeRedundancySupport(RedundancySupport). |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport> REDUNDANCY_SUPPORT
org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport getRedundancySupport()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RedundancySupport Node.void setRedundancySupport(org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport redundancySupport)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
redundancySupport - 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.org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport readRedundancySupport()
throws org.eclipse.milo.opcua.stack.core.UaException
RedundancySupport value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeRedundancySupport(org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport redundancySupport)
throws org.eclipse.milo.opcua.stack.core.UaException
redundancySupport - the RedundancySupport value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport> readRedundancySupportAsync()
readRedundancySupport().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRedundancySupportAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.RedundancySupport redundancySupport)
writeRedundancySupport(RedundancySupport).PropertyType getRedundancySupportNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends PropertyType> getRedundancySupportNodeAsync()
getRedundancySupportNode().Copyright © 2021. All rights reserved.