public interface ServerType extends BaseObjectType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<Boolean> |
AUDITING |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
ESTIMATED_RETURN_TIME |
static QualifiedProperty<String[]> |
NAMESPACE_ARRAY |
static QualifiedProperty<String[]> |
SERVER_ARRAY |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte> |
SERVICE_LEVEL |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAuditing()
Get the local value of the Auditing Node.
|
PropertyType |
getAuditingNode()
Get the Auditing
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getAuditingNodeAsync()
Asynchronous implementation of
getAuditingNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getEstimatedReturnTime()
Get the local value of the EstimatedReturnTime Node.
|
PropertyType |
getEstimatedReturnTimeNode()
Get the EstimatedReturnTime
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getEstimatedReturnTimeNodeAsync()
Asynchronous implementation of
getEstimatedReturnTimeNode(). |
String[] |
getNamespaceArray()
Get the local value of the NamespaceArray Node.
|
PropertyType |
getNamespaceArrayNode()
Get the NamespaceArray
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getNamespaceArrayNodeAsync()
Asynchronous implementation of
getNamespaceArrayNode(). |
NamespacesType |
getNamespacesNode()
Get the Namespaces
NamespacesType Node, or null if it does not exist. |
CompletableFuture<? extends NamespacesType> |
getNamespacesNodeAsync()
Asynchronous implementation of
getNamespacesNode(). |
String[] |
getServerArray()
Get the local value of the ServerArray Node.
|
PropertyType |
getServerArrayNode()
Get the ServerArray
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getServerArrayNodeAsync()
Asynchronous implementation of
getServerArrayNode(). |
ServerCapabilitiesType |
getServerCapabilitiesNode()
Get the ServerCapabilities
ServerCapabilitiesType Node, or null if it does not exist. |
CompletableFuture<? extends ServerCapabilitiesType> |
getServerCapabilitiesNodeAsync()
Asynchronous implementation of
getServerCapabilitiesNode(). |
ServerDiagnosticsType |
getServerDiagnosticsNode()
Get the ServerDiagnostics
ServerDiagnosticsType Node, or null if it does not exist. |
CompletableFuture<? extends ServerDiagnosticsType> |
getServerDiagnosticsNodeAsync()
Asynchronous implementation of
getServerDiagnosticsNode(). |
ServerRedundancyType |
getServerRedundancyNode()
Get the ServerRedundancy
ServerRedundancyType Node, or null if it does not exist. |
CompletableFuture<? extends ServerRedundancyType> |
getServerRedundancyNodeAsync()
Asynchronous implementation of
getServerRedundancyNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType |
getServerStatus()
Get the local value of the ServerStatus Node.
|
ServerStatusType |
getServerStatusNode()
Get the ServerStatus
ServerStatusType Node, or null if it does not exist. |
CompletableFuture<? extends ServerStatusType> |
getServerStatusNodeAsync()
Asynchronous implementation of
getServerStatusNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte |
getServiceLevel()
Get the local value of the ServiceLevel Node.
|
PropertyType |
getServiceLevelNode()
Get the ServiceLevel
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getServiceLevelNodeAsync()
Asynchronous implementation of
getServiceLevelNode(). |
VendorServerInfoType |
getVendorServerInfoNode()
Get the VendorServerInfo
VendorServerInfoType Node, or null if it does not exist. |
CompletableFuture<? extends VendorServerInfoType> |
getVendorServerInfoNodeAsync()
Asynchronous implementation of
getVendorServerInfoNode(). |
Boolean |
readAuditing()
Read the value of the Auditing Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readAuditingAsync()
An asynchronous implementation of
readAuditing(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readEstimatedReturnTime()
Read the value of the EstimatedReturnTime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readEstimatedReturnTimeAsync()
An asynchronous implementation of
readEstimatedReturnTime(). |
String[] |
readNamespaceArray()
Read the value of the NamespaceArray Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String[]> |
readNamespaceArrayAsync()
An asynchronous implementation of
readNamespaceArray(). |
String[] |
readServerArray()
Read the value of the ServerArray Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends String[]> |
readServerArrayAsync()
An asynchronous implementation of
readServerArray(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType |
readServerStatus()
Read the value of the ServerStatus Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType> |
readServerStatusAsync()
An asynchronous implementation of
readServerStatus(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte |
readServiceLevel()
Read the value of the ServiceLevel Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte> |
readServiceLevelAsync()
An asynchronous implementation of
readServiceLevel(). |
void |
setAuditing(Boolean auditing)
Set the local value of the Auditing Node.
|
void |
setEstimatedReturnTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime estimatedReturnTime)
Set the local value of the EstimatedReturnTime Node.
|
void |
setNamespaceArray(String[] namespaceArray)
Set the local value of the NamespaceArray Node.
|
void |
setServerArray(String[] serverArray)
Set the local value of the ServerArray Node.
|
void |
setServerStatus(org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType serverStatus)
Set the local value of the ServerStatus Node.
|
void |
setServiceLevel(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte serviceLevel)
Set the local value of the ServiceLevel Node.
|
void |
writeAuditing(Boolean auditing)
Write a new value for the Auditing Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeAuditingAsync(Boolean auditing)
An asynchronous implementation of
writeAuditing(Boolean). |
void |
writeEstimatedReturnTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime estimatedReturnTime)
Write a new value for the EstimatedReturnTime Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeEstimatedReturnTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime estimatedReturnTime)
An asynchronous implementation of
writeEstimatedReturnTime(DateTime). |
void |
writeNamespaceArray(String[] namespaceArray)
Write a new value for the NamespaceArray Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeNamespaceArrayAsync(String[] namespaceArray)
An asynchronous implementation of
writeNamespaceArray(String[]). |
void |
writeServerArray(String[] serverArray)
Write a new value for the ServerArray Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeServerArrayAsync(String[] serverArray)
An asynchronous implementation of
writeServerArray(String[]). |
void |
writeServerStatus(org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType serverStatus)
Write a new value for the ServerStatus Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeServerStatusAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType serverStatus)
An asynchronous implementation of
writeServerStatus(ServerStatusDataType). |
void |
writeServiceLevel(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte serviceLevel)
Write a new value for the ServiceLevel Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeServiceLevelAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte serviceLevel)
An asynchronous implementation of
writeServiceLevel(UByte). |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<String[]> SERVER_ARRAY
static final QualifiedProperty<String[]> NAMESPACE_ARRAY
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte> SERVICE_LEVEL
static final QualifiedProperty<Boolean> AUDITING
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> ESTIMATED_RETURN_TIME
String[] getServerArray() 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 ServerArray Node.void setServerArray(String[] serverArray) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
serverArray - the local value to set for the ServerArray Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerArray Node.String[] readServerArray() throws org.eclipse.milo.opcua.stack.core.UaException
String[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeServerArray(String[] serverArray) throws org.eclipse.milo.opcua.stack.core.UaException
serverArray - the String[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String[]> readServerArrayAsync()
readServerArray().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerArrayAsync(String[] serverArray)
writeServerArray(String[]).PropertyType getServerArrayNode() 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> getServerArrayNodeAsync()
getServerArrayNode().String[] getNamespaceArray() 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 NamespaceArray Node.void setNamespaceArray(String[] namespaceArray) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
namespaceArray - the local value to set for the NamespaceArray Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the NamespaceArray Node.String[] readNamespaceArray() throws org.eclipse.milo.opcua.stack.core.UaException
String[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeNamespaceArray(String[] namespaceArray) throws org.eclipse.milo.opcua.stack.core.UaException
namespaceArray - the String[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends String[]> readNamespaceArrayAsync()
readNamespaceArray().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeNamespaceArrayAsync(String[] namespaceArray)
writeNamespaceArray(String[]).PropertyType getNamespaceArrayNode() 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> getNamespaceArrayNodeAsync()
getNamespaceArrayNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte getServiceLevel()
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 ServiceLevel Node.void setServiceLevel(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte serviceLevel)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
serviceLevel - the local value to set for the ServiceLevel Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServiceLevel Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte readServiceLevel()
throws org.eclipse.milo.opcua.stack.core.UaException
UByte value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeServiceLevel(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte serviceLevel)
throws org.eclipse.milo.opcua.stack.core.UaException
serviceLevel - the UByte 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.builtin.unsigned.UByte> readServiceLevelAsync()
readServiceLevel().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServiceLevelAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte serviceLevel)
writeServiceLevel(UByte).PropertyType getServiceLevelNode() 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> getServiceLevelNodeAsync()
getServiceLevelNode().Boolean getAuditing() 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 Auditing Node.void setAuditing(Boolean auditing) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
auditing - the local value to set for the Auditing Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Auditing Node.Boolean readAuditing() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeAuditing(Boolean auditing) throws org.eclipse.milo.opcua.stack.core.UaException
auditing - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readAuditingAsync()
readAuditing().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeAuditingAsync(Boolean auditing)
writeAuditing(Boolean).PropertyType getAuditingNode() 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> getAuditingNodeAsync()
getAuditingNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getEstimatedReturnTime()
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 EstimatedReturnTime Node.void setEstimatedReturnTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime estimatedReturnTime)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
estimatedReturnTime - the local value to set for the EstimatedReturnTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EstimatedReturnTime Node.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readEstimatedReturnTime()
throws org.eclipse.milo.opcua.stack.core.UaException
DateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeEstimatedReturnTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime estimatedReturnTime)
throws org.eclipse.milo.opcua.stack.core.UaException
estimatedReturnTime - the DateTime 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.builtin.DateTime> readEstimatedReturnTimeAsync()
readEstimatedReturnTime().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEstimatedReturnTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime estimatedReturnTime)
writeEstimatedReturnTime(DateTime).PropertyType getEstimatedReturnTimeNode() 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> getEstimatedReturnTimeNodeAsync()
getEstimatedReturnTimeNode().org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType getServerStatus()
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 ServerStatus Node.void setServerStatus(org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType serverStatus)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
serverStatus - the local value to set for the ServerStatus Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerStatus Node.org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType readServerStatus()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeServerStatus(org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType serverStatus)
throws org.eclipse.milo.opcua.stack.core.UaException
serverStatus - the ServerStatusDataType 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.structured.ServerStatusDataType> readServerStatusAsync()
readServerStatus().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerStatusAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServerStatusDataType serverStatus)
writeServerStatus(ServerStatusDataType).ServerStatusType getServerStatusNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
ServerStatusType 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 ServerStatusType> getServerStatusNodeAsync()
getServerStatusNode().ServerCapabilitiesType getServerCapabilitiesNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerCapabilitiesType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
ServerCapabilitiesType 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 ServerCapabilitiesType> getServerCapabilitiesNodeAsync()
getServerCapabilitiesNode().ServerDiagnosticsType getServerDiagnosticsNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
ServerDiagnosticsType 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 ServerDiagnosticsType> getServerDiagnosticsNodeAsync()
getServerDiagnosticsNode().VendorServerInfoType getVendorServerInfoNode() throws org.eclipse.milo.opcua.stack.core.UaException
VendorServerInfoType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
VendorServerInfoType 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 VendorServerInfoType> getVendorServerInfoNodeAsync()
getVendorServerInfoNode().ServerRedundancyType getServerRedundancyNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerRedundancyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
ServerRedundancyType 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 ServerRedundancyType> getServerRedundancyNodeAsync()
getServerRedundancyNode().NamespacesType getNamespacesNode() throws org.eclipse.milo.opcua.stack.core.UaException
NamespacesType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
NamespacesType 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 NamespacesType> getNamespacesNodeAsync()
getNamespacesNode().Copyright © 2021. All rights reserved.