public class ServerConfigurationTypeNode extends BaseObjectTypeNode implements ServerConfigurationType
MAX_TRUST_LIST_SIZE, MULTICAST_DNS_ENABLED, SERVER_CAPABILITIES, SUPPORTED_PRIVATE_KEY_FORMATS| Constructor and Description |
|---|
ServerConfigurationTypeNode(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 |
|---|---|
CertificateGroupFolderTypeNode |
getCertificateGroupsNode()
Get the CertificateGroups
CertificateGroupFolderType Node, or null if it does not exist. |
CompletableFuture<? extends CertificateGroupFolderTypeNode> |
getCertificateGroupsNodeAsync()
Asynchronous implementation of
ServerConfigurationType.getCertificateGroupsNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxTrustListSize()
Get the local value of the MaxTrustListSize Node.
|
PropertyTypeNode |
getMaxTrustListSizeNode()
Get the MaxTrustListSize
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getMaxTrustListSizeNodeAsync()
Asynchronous implementation of
ServerConfigurationType.getMaxTrustListSizeNode(). |
Boolean |
getMulticastDnsEnabled()
Get the local value of the MulticastDnsEnabled Node.
|
PropertyTypeNode |
getMulticastDnsEnabledNode()
Get the MulticastDnsEnabled
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getMulticastDnsEnabledNodeAsync()
Asynchronous implementation of
ServerConfigurationType.getMulticastDnsEnabledNode(). |
String[] |
getServerCapabilities()
Get the local value of the ServerCapabilities Node.
|
PropertyTypeNode |
getServerCapabilitiesNode()
Get the ServerCapabilities
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getServerCapabilitiesNodeAsync()
Asynchronous implementation of
ServerConfigurationType.getServerCapabilitiesNode(). |
String[] |
getSupportedPrivateKeyFormats()
Get the local value of the SupportedPrivateKeyFormats Node.
|
PropertyTypeNode |
getSupportedPrivateKeyFormatsNode()
Get the SupportedPrivateKeyFormats
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyTypeNode> |
getSupportedPrivateKeyFormatsNodeAsync()
Asynchronous implementation of
ServerConfigurationType.getSupportedPrivateKeyFormatsNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxTrustListSize()
Read the value of the MaxTrustListSize Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
readMaxTrustListSizeAsync()
An asynchronous implementation of
ServerConfigurationType.readMaxTrustListSize(). |
Boolean |
readMulticastDnsEnabled()
Read the value of the MulticastDnsEnabled Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readMulticastDnsEnabledAsync()
An asynchronous implementation of
ServerConfigurationType.readMulticastDnsEnabled(). |
String[] |
readServerCapabilities()
Read the value of the ServerCapabilities Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String[]> |
readServerCapabilitiesAsync()
An asynchronous implementation of
ServerConfigurationType.readServerCapabilities(). |
String[] |
readSupportedPrivateKeyFormats()
Read the value of the SupportedPrivateKeyFormats Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String[]> |
readSupportedPrivateKeyFormatsAsync()
An asynchronous implementation of
ServerConfigurationType.readSupportedPrivateKeyFormats(). |
void |
setMaxTrustListSize(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxTrustListSize)
Set the local value of the MaxTrustListSize Node.
|
void |
setMulticastDnsEnabled(Boolean multicastDnsEnabled)
Set the local value of the MulticastDnsEnabled Node.
|
void |
setServerCapabilities(String[] serverCapabilities)
Set the local value of the ServerCapabilities Node.
|
void |
setSupportedPrivateKeyFormats(String[] supportedPrivateKeyFormats)
Set the local value of the SupportedPrivateKeyFormats Node.
|
void |
writeMaxTrustListSize(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxTrustListSize)
Write a new value for the MaxTrustListSize Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxTrustListSizeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxTrustListSize)
An asynchronous implementation of
ServerConfigurationType.writeMaxTrustListSize(UInteger). |
void |
writeMulticastDnsEnabled(Boolean multicastDnsEnabled)
Write a new value for the MulticastDnsEnabled Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMulticastDnsEnabledAsync(Boolean multicastDnsEnabled)
An asynchronous implementation of
ServerConfigurationType.writeMulticastDnsEnabled(Boolean). |
void |
writeServerCapabilities(String[] serverCapabilities)
Write a new value for the ServerCapabilities Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeServerCapabilitiesAsync(String[] serverCapabilities)
An asynchronous implementation of
ServerConfigurationType.writeServerCapabilities(String[]). |
void |
writeSupportedPrivateKeyFormats(String[] supportedPrivateKeyFormats)
Write a new value for the SupportedPrivateKeyFormats Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSupportedPrivateKeyFormatsAsync(String[] supportedPrivateKeyFormats)
An asynchronous implementation of
ServerConfigurationType.writeSupportedPrivateKeyFormats(String[]). |
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 ServerConfigurationTypeNode(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 String[] getServerCapabilities() throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypeThe returned value is the last seen; it is not read live from the server.
getServerCapabilities in interface ServerConfigurationTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerCapabilities Node.public void setServerCapabilities(String[] serverCapabilities) throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypeThe value is only updated locally; it is not written to the server.
setServerCapabilities in interface ServerConfigurationTypeserverCapabilities - the local value to set for the ServerCapabilities Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerCapabilities Node.public String[] readServerCapabilities() throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypereadServerCapabilities in interface ServerConfigurationTypeString[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeServerCapabilities(String[] serverCapabilities) throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypewriteServerCapabilities in interface ServerConfigurationTypeserverCapabilities - the String[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends String[]> readServerCapabilitiesAsync()
ServerConfigurationTypeServerConfigurationType.readServerCapabilities().readServerCapabilitiesAsync in interface ServerConfigurationTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerCapabilitiesAsync(String[] serverCapabilities)
ServerConfigurationTypeServerConfigurationType.writeServerCapabilities(String[]).writeServerCapabilitiesAsync in interface ServerConfigurationTypepublic PropertyTypeNode getServerCapabilitiesNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getServerCapabilitiesNode in interface ServerConfigurationTypePropertyType 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> getServerCapabilitiesNodeAsync()
ServerConfigurationTypeServerConfigurationType.getServerCapabilitiesNode().getServerCapabilitiesNodeAsync in interface ServerConfigurationTypepublic String[] getSupportedPrivateKeyFormats() throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypeThe returned value is the last seen; it is not read live from the server.
getSupportedPrivateKeyFormats in interface ServerConfigurationTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SupportedPrivateKeyFormats Node.public void setSupportedPrivateKeyFormats(String[] supportedPrivateKeyFormats) throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypeThe value is only updated locally; it is not written to the server.
setSupportedPrivateKeyFormats in interface ServerConfigurationTypesupportedPrivateKeyFormats - the local value to set for the SupportedPrivateKeyFormats Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SupportedPrivateKeyFormats Node.public String[] readSupportedPrivateKeyFormats() throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypereadSupportedPrivateKeyFormats in interface ServerConfigurationTypeString[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSupportedPrivateKeyFormats(String[] supportedPrivateKeyFormats) throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypewriteSupportedPrivateKeyFormats in interface ServerConfigurationTypesupportedPrivateKeyFormats - the String[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends String[]> readSupportedPrivateKeyFormatsAsync()
ServerConfigurationTypeServerConfigurationType.readSupportedPrivateKeyFormats().readSupportedPrivateKeyFormatsAsync in interface ServerConfigurationTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSupportedPrivateKeyFormatsAsync(String[] supportedPrivateKeyFormats)
ServerConfigurationTypeServerConfigurationType.writeSupportedPrivateKeyFormats(String[]).writeSupportedPrivateKeyFormatsAsync in interface ServerConfigurationTypepublic PropertyTypeNode getSupportedPrivateKeyFormatsNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSupportedPrivateKeyFormatsNode in interface ServerConfigurationTypePropertyType 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> getSupportedPrivateKeyFormatsNodeAsync()
ServerConfigurationTypeServerConfigurationType.getSupportedPrivateKeyFormatsNode().getSupportedPrivateKeyFormatsNodeAsync in interface ServerConfigurationTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxTrustListSize()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypeThe returned value is the last seen; it is not read live from the server.
getMaxTrustListSize in interface ServerConfigurationTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxTrustListSize Node.public void setMaxTrustListSize(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxTrustListSize)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypeThe value is only updated locally; it is not written to the server.
setMaxTrustListSize in interface ServerConfigurationTypemaxTrustListSize - the local value to set for the MaxTrustListSize Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxTrustListSize Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxTrustListSize()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypereadMaxTrustListSize in interface ServerConfigurationTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeMaxTrustListSize(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxTrustListSize)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypewriteMaxTrustListSize in interface ServerConfigurationTypemaxTrustListSize - the UInteger 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.builtin.unsigned.UInteger> readMaxTrustListSizeAsync()
ServerConfigurationTypeServerConfigurationType.readMaxTrustListSize().readMaxTrustListSizeAsync in interface ServerConfigurationTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxTrustListSizeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxTrustListSize)
ServerConfigurationTypeServerConfigurationType.writeMaxTrustListSize(UInteger).writeMaxTrustListSizeAsync in interface ServerConfigurationTypepublic PropertyTypeNode getMaxTrustListSizeNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getMaxTrustListSizeNode in interface ServerConfigurationTypePropertyType 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> getMaxTrustListSizeNodeAsync()
ServerConfigurationTypeServerConfigurationType.getMaxTrustListSizeNode().getMaxTrustListSizeNodeAsync in interface ServerConfigurationTypepublic Boolean getMulticastDnsEnabled() throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypeThe returned value is the last seen; it is not read live from the server.
getMulticastDnsEnabled in interface ServerConfigurationTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MulticastDnsEnabled Node.public void setMulticastDnsEnabled(Boolean multicastDnsEnabled) throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypeThe value is only updated locally; it is not written to the server.
setMulticastDnsEnabled in interface ServerConfigurationTypemulticastDnsEnabled - the local value to set for the MulticastDnsEnabled Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MulticastDnsEnabled Node.public Boolean readMulticastDnsEnabled() throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypereadMulticastDnsEnabled in interface ServerConfigurationTypeBoolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeMulticastDnsEnabled(Boolean multicastDnsEnabled) throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypewriteMulticastDnsEnabled in interface ServerConfigurationTypemulticastDnsEnabled - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends Boolean> readMulticastDnsEnabledAsync()
ServerConfigurationTypeServerConfigurationType.readMulticastDnsEnabled().readMulticastDnsEnabledAsync in interface ServerConfigurationTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMulticastDnsEnabledAsync(Boolean multicastDnsEnabled)
ServerConfigurationTypeServerConfigurationType.writeMulticastDnsEnabled(Boolean).writeMulticastDnsEnabledAsync in interface ServerConfigurationTypepublic PropertyTypeNode getMulticastDnsEnabledNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypePropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getMulticastDnsEnabledNode in interface ServerConfigurationTypePropertyType 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> getMulticastDnsEnabledNodeAsync()
ServerConfigurationTypeServerConfigurationType.getMulticastDnsEnabledNode().getMulticastDnsEnabledNodeAsync in interface ServerConfigurationTypepublic CertificateGroupFolderTypeNode getCertificateGroupsNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerConfigurationTypeCertificateGroupFolderType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getCertificateGroupsNode in interface ServerConfigurationTypeCertificateGroupFolderType 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 CertificateGroupFolderTypeNode> getCertificateGroupsNodeAsync()
ServerConfigurationTypeServerConfigurationType.getCertificateGroupsNode().getCertificateGroupsNodeAsync in interface ServerConfigurationTypeCopyright © 2021. All rights reserved.