public interface ServerDiagnosticsType extends BaseObjectType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<Boolean> |
ENABLED_FLAG |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getEnabledFlag()
Get the local value of the EnabledFlag Node.
|
PropertyType |
getEnabledFlagNode()
Get the EnabledFlag
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getEnabledFlagNodeAsync()
Asynchronous implementation of
getEnabledFlagNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] |
getSamplingIntervalDiagnosticsArray()
Get the local value of the SamplingIntervalDiagnosticsArray Node.
|
SamplingIntervalDiagnosticsArrayType |
getSamplingIntervalDiagnosticsArrayNode()
Get the SamplingIntervalDiagnosticsArray
SamplingIntervalDiagnosticsArrayType Node, or null if it does not exist. |
CompletableFuture<? extends SamplingIntervalDiagnosticsArrayType> |
getSamplingIntervalDiagnosticsArrayNodeAsync()
Asynchronous implementation of
getSamplingIntervalDiagnosticsArrayNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType |
getServerDiagnosticsSummary()
Get the local value of the ServerDiagnosticsSummary Node.
|
ServerDiagnosticsSummaryType |
getServerDiagnosticsSummaryNode()
Get the ServerDiagnosticsSummary
ServerDiagnosticsSummaryType Node, or null if it does not exist. |
CompletableFuture<? extends ServerDiagnosticsSummaryType> |
getServerDiagnosticsSummaryNodeAsync()
Asynchronous implementation of
getServerDiagnosticsSummaryNode(). |
SessionsDiagnosticsSummaryType |
getSessionsDiagnosticsSummaryNode()
Get the SessionsDiagnosticsSummary
SessionsDiagnosticsSummaryType Node, or null if it does not exist. |
CompletableFuture<? extends SessionsDiagnosticsSummaryType> |
getSessionsDiagnosticsSummaryNodeAsync()
Asynchronous implementation of
getSessionsDiagnosticsSummaryNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] |
getSubscriptionDiagnosticsArray()
Get the local value of the SubscriptionDiagnosticsArray Node.
|
SubscriptionDiagnosticsArrayType |
getSubscriptionDiagnosticsArrayNode()
Get the SubscriptionDiagnosticsArray
SubscriptionDiagnosticsArrayType Node, or null if it does not exist. |
CompletableFuture<? extends SubscriptionDiagnosticsArrayType> |
getSubscriptionDiagnosticsArrayNodeAsync()
Asynchronous implementation of
getSubscriptionDiagnosticsArrayNode(). |
Boolean |
readEnabledFlag()
Read the value of the EnabledFlag Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readEnabledFlagAsync()
An asynchronous implementation of
readEnabledFlag(). |
org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] |
readSamplingIntervalDiagnosticsArray()
Read the value of the SamplingIntervalDiagnosticsArray Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[]> |
readSamplingIntervalDiagnosticsArrayAsync()
An asynchronous implementation of
readSamplingIntervalDiagnosticsArray(). |
org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType |
readServerDiagnosticsSummary()
Read the value of the ServerDiagnosticsSummary Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType> |
readServerDiagnosticsSummaryAsync()
An asynchronous implementation of
readServerDiagnosticsSummary(). |
org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] |
readSubscriptionDiagnosticsArray()
Read the value of the SubscriptionDiagnosticsArray Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[]> |
readSubscriptionDiagnosticsArrayAsync()
An asynchronous implementation of
readSubscriptionDiagnosticsArray(). |
void |
setEnabledFlag(Boolean enabledFlag)
Set the local value of the EnabledFlag Node.
|
void |
setSamplingIntervalDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] samplingIntervalDiagnosticsArray)
Set the local value of the SamplingIntervalDiagnosticsArray Node.
|
void |
setServerDiagnosticsSummary(org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType serverDiagnosticsSummary)
Set the local value of the ServerDiagnosticsSummary Node.
|
void |
setSubscriptionDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
Set the local value of the SubscriptionDiagnosticsArray Node.
|
void |
writeEnabledFlag(Boolean enabledFlag)
Write a new value for the EnabledFlag Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeEnabledFlagAsync(Boolean enabledFlag)
An asynchronous implementation of
writeEnabledFlag(Boolean). |
void |
writeSamplingIntervalDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] samplingIntervalDiagnosticsArray)
Write a new value for the SamplingIntervalDiagnosticsArray Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSamplingIntervalDiagnosticsArrayAsync(org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] samplingIntervalDiagnosticsArray)
An asynchronous implementation of
writeSamplingIntervalDiagnosticsArray(SamplingIntervalDiagnosticsDataType[]). |
void |
writeServerDiagnosticsSummary(org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType serverDiagnosticsSummary)
Write a new value for the ServerDiagnosticsSummary Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeServerDiagnosticsSummaryAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType serverDiagnosticsSummary)
An asynchronous implementation of
writeServerDiagnosticsSummary(ServerDiagnosticsSummaryDataType). |
void |
writeSubscriptionDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
Write a new value for the SubscriptionDiagnosticsArray Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSubscriptionDiagnosticsArrayAsync(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
An asynchronous implementation of
writeSubscriptionDiagnosticsArray(SubscriptionDiagnosticsDataType[]). |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<Boolean> ENABLED_FLAG
Boolean getEnabledFlag() 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 EnabledFlag Node.void setEnabledFlag(Boolean enabledFlag) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
enabledFlag - the local value to set for the EnabledFlag Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the EnabledFlag Node.Boolean readEnabledFlag() 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 writeEnabledFlag(Boolean enabledFlag) throws org.eclipse.milo.opcua.stack.core.UaException
enabledFlag - 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> readEnabledFlagAsync()
readEnabledFlag().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEnabledFlagAsync(Boolean enabledFlag)
writeEnabledFlag(Boolean).PropertyType getEnabledFlagNode() 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> getEnabledFlagNodeAsync()
getEnabledFlagNode().org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType getServerDiagnosticsSummary()
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 ServerDiagnosticsSummary Node.void setServerDiagnosticsSummary(org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType serverDiagnosticsSummary)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
serverDiagnosticsSummary - the local value to set for the ServerDiagnosticsSummary Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ServerDiagnosticsSummary Node.org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType readServerDiagnosticsSummary()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeServerDiagnosticsSummary(org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType serverDiagnosticsSummary)
throws org.eclipse.milo.opcua.stack.core.UaException
serverDiagnosticsSummary - the ServerDiagnosticsSummaryDataType 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.ServerDiagnosticsSummaryDataType> readServerDiagnosticsSummaryAsync()
readServerDiagnosticsSummary().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerDiagnosticsSummaryAsync(org.eclipse.milo.opcua.stack.core.types.structured.ServerDiagnosticsSummaryDataType serverDiagnosticsSummary)
writeServerDiagnosticsSummary(ServerDiagnosticsSummaryDataType).ServerDiagnosticsSummaryType getServerDiagnosticsSummaryNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerDiagnosticsSummaryType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
ServerDiagnosticsSummaryType 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 ServerDiagnosticsSummaryType> getServerDiagnosticsSummaryNodeAsync()
getServerDiagnosticsSummaryNode().org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] getSamplingIntervalDiagnosticsArray()
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 SamplingIntervalDiagnosticsArray Node.void setSamplingIntervalDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] samplingIntervalDiagnosticsArray)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
samplingIntervalDiagnosticsArray - the local value to set for the SamplingIntervalDiagnosticsArray Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SamplingIntervalDiagnosticsArray Node.org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] readSamplingIntervalDiagnosticsArray()
throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsDataType[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeSamplingIntervalDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] samplingIntervalDiagnosticsArray)
throws org.eclipse.milo.opcua.stack.core.UaException
samplingIntervalDiagnosticsArray - the SamplingIntervalDiagnosticsDataType[] 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.SamplingIntervalDiagnosticsDataType[]> readSamplingIntervalDiagnosticsArrayAsync()
readSamplingIntervalDiagnosticsArray().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSamplingIntervalDiagnosticsArrayAsync(org.eclipse.milo.opcua.stack.core.types.structured.SamplingIntervalDiagnosticsDataType[] samplingIntervalDiagnosticsArray)
writeSamplingIntervalDiagnosticsArray(SamplingIntervalDiagnosticsDataType[]).SamplingIntervalDiagnosticsArrayType getSamplingIntervalDiagnosticsArrayNode() throws org.eclipse.milo.opcua.stack.core.UaException
SamplingIntervalDiagnosticsArrayType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
SamplingIntervalDiagnosticsArrayType 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 SamplingIntervalDiagnosticsArrayType> getSamplingIntervalDiagnosticsArrayNodeAsync()
getSamplingIntervalDiagnosticsArrayNode().org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] getSubscriptionDiagnosticsArray()
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 SubscriptionDiagnosticsArray Node.void setSubscriptionDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
subscriptionDiagnosticsArray - the local value to set for the SubscriptionDiagnosticsArray Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SubscriptionDiagnosticsArray Node.org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] readSubscriptionDiagnosticsArray()
throws org.eclipse.milo.opcua.stack.core.UaException
SubscriptionDiagnosticsDataType[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeSubscriptionDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
throws org.eclipse.milo.opcua.stack.core.UaException
subscriptionDiagnosticsArray - the SubscriptionDiagnosticsDataType[] 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.SubscriptionDiagnosticsDataType[]> readSubscriptionDiagnosticsArrayAsync()
readSubscriptionDiagnosticsArray().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSubscriptionDiagnosticsArrayAsync(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
writeSubscriptionDiagnosticsArray(SubscriptionDiagnosticsDataType[]).SubscriptionDiagnosticsArrayType getSubscriptionDiagnosticsArrayNode() throws org.eclipse.milo.opcua.stack.core.UaException
SubscriptionDiagnosticsArrayType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
SubscriptionDiagnosticsArrayType 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 SubscriptionDiagnosticsArrayType> getSubscriptionDiagnosticsArrayNodeAsync()
getSubscriptionDiagnosticsArrayNode().SessionsDiagnosticsSummaryType getSessionsDiagnosticsSummaryNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionsDiagnosticsSummaryType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
SessionsDiagnosticsSummaryType 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 SessionsDiagnosticsSummaryType> getSessionsDiagnosticsSummaryNodeAsync()
getSessionsDiagnosticsSummaryNode().Copyright © 2021. All rights reserved.