public class ServerStatusTypeNode extends BaseDataVariableTypeNode implements ServerStatusType
| Constructor and Description |
|---|
ServerStatusTypeNode(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.DataValue value,
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId dataType,
Integer valueRank,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[] arrayDimensions,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte accessLevel,
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel,
Double minimumSamplingInterval,
Boolean historizing) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo |
getBuildInfo()
Get the local value of the BuildInfo Node.
|
BuildInfoTypeNode |
getBuildInfoNode()
Get the BuildInfo
BuildInfoType Node, or null if it does not exist. |
CompletableFuture<? extends BuildInfoTypeNode> |
getBuildInfoNodeAsync()
Asynchronous implementation of
ServerStatusType.getBuildInfoNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getCurrentTime()
Get the local value of the CurrentTime Node.
|
BaseDataVariableTypeNode |
getCurrentTimeNode()
Get the CurrentTime
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getCurrentTimeNodeAsync()
Asynchronous implementation of
ServerStatusType.getCurrentTimeNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getSecondsTillShutdown()
Get the local value of the SecondsTillShutdown Node.
|
BaseDataVariableTypeNode |
getSecondsTillShutdownNode()
Get the SecondsTillShutdown
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getSecondsTillShutdownNodeAsync()
Asynchronous implementation of
ServerStatusType.getSecondsTillShutdownNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getShutdownReason()
Get the local value of the ShutdownReason Node.
|
BaseDataVariableTypeNode |
getShutdownReasonNode()
Get the ShutdownReason
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getShutdownReasonNodeAsync()
Asynchronous implementation of
ServerStatusType.getShutdownReasonNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getStartTime()
Get the local value of the StartTime Node.
|
BaseDataVariableTypeNode |
getStartTimeNode()
Get the StartTime
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getStartTimeNodeAsync()
Asynchronous implementation of
ServerStatusType.getStartTimeNode(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.ServerState |
getState()
Get the local value of the State Node.
|
BaseDataVariableTypeNode |
getStateNode()
Get the State
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableTypeNode> |
getStateNodeAsync()
Asynchronous implementation of
ServerStatusType.getStateNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo |
readBuildInfo()
Read the value of the BuildInfo Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo> |
readBuildInfoAsync()
An asynchronous implementation of
ServerStatusType.readBuildInfo(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readCurrentTime()
Read the value of the CurrentTime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readCurrentTimeAsync()
An asynchronous implementation of
ServerStatusType.readCurrentTime(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readSecondsTillShutdown()
Read the value of the SecondsTillShutdown 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> |
readSecondsTillShutdownAsync()
An asynchronous implementation of
ServerStatusType.readSecondsTillShutdown(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readShutdownReason()
Read the value of the ShutdownReason Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readShutdownReasonAsync()
An asynchronous implementation of
ServerStatusType.readShutdownReason(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
readStartTime()
Read the value of the StartTime Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> |
readStartTimeAsync()
An asynchronous implementation of
ServerStatusType.readStartTime(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.ServerState |
readState()
Read the value of the State Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.ServerState> |
readStateAsync()
An asynchronous implementation of
ServerStatusType.readState(). |
void |
setBuildInfo(org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo buildInfo)
Set the local value of the BuildInfo Node.
|
void |
setCurrentTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime currentTime)
Set the local value of the CurrentTime Node.
|
void |
setSecondsTillShutdown(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger secondsTillShutdown)
Set the local value of the SecondsTillShutdown Node.
|
void |
setShutdownReason(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText shutdownReason)
Set the local value of the ShutdownReason Node.
|
void |
setStartTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startTime)
Set the local value of the StartTime Node.
|
void |
setState(org.eclipse.milo.opcua.stack.core.types.enumerated.ServerState state)
Set the local value of the State Node.
|
void |
writeBuildInfo(org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo buildInfo)
Write a new value for the BuildInfo Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeBuildInfoAsync(org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo buildInfo)
An asynchronous implementation of
ServerStatusType.writeBuildInfo(BuildInfo). |
void |
writeCurrentTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime currentTime)
Write a new value for the CurrentTime Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCurrentTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime currentTime)
An asynchronous implementation of
ServerStatusType.writeCurrentTime(DateTime). |
void |
writeSecondsTillShutdown(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger secondsTillShutdown)
Write a new value for the SecondsTillShutdown Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSecondsTillShutdownAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger secondsTillShutdown)
An asynchronous implementation of
ServerStatusType.writeSecondsTillShutdown(UInteger). |
void |
writeShutdownReason(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText shutdownReason)
Write a new value for the ShutdownReason Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeShutdownReasonAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText shutdownReason)
An asynchronous implementation of
ServerStatusType.writeShutdownReason(LocalizedText). |
void |
writeStartTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startTime)
Write a new value for the StartTime Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeStartTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startTime)
An asynchronous implementation of
ServerStatusType.writeStartTime(DateTime). |
void |
writeState(org.eclipse.milo.opcua.stack.core.types.enumerated.ServerState state)
Write a new value for the State Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeStateAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.ServerState state)
An asynchronous implementation of
ServerStatusType.writeState(ServerState). |
getAccessLevel, getArrayDimensions, getAttributeValue, getDataType, getHistorizing, getMinimumSamplingInterval, getTypeDefinition, getTypeDefinitionAsync, getUserAccessLevel, getValue, getValueRank, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readAccessLevel, readAllowNullsAsync, readArrayDimensions, readDataType, readDataTypeVersionAsync, readDictionaryFragmentAsync, readEngineeringUnitsAsync, readHistorizing, readLocalTimeAsync, readMaxArrayLengthAsync, readMaxStringLengthAsync, readMinimumSamplingInterval, readNodeVersionAsync, readUserAccessLevel, readValue, readValueAsTextAsync, readValueRank, setAccessLevel, setArrayDimensions, setAttributeValue, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValue, setValueRank, writeAccessLevel, writeAllowNullsAsync, writeArrayDimensions, writeDataType, writeDataTypeVersionAsync, writeDictionaryFragmentAsync, writeEngineeringUnitsAsync, writeHistorizing, writeLocalTimeAsync, writeMaxArrayLengthAsync, writeMaxStringLengthAsync, writeMinimumSamplingInterval, writeNodeVersionAsync, writeUserAccessLevel, writeValue, writeValue, writeValueAsTextAsync, writeValueRankbrowse, 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, waitgetAccessLevel, getArrayDimensions, getDataType, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, getValue, getValueRank, setAccessLevel, setArrayDimensions, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValueRankgetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskpublic ServerStatusTypeNode(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.DataValue value, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId dataType, Integer valueRank, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger[] arrayDimensions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte accessLevel, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte userAccessLevel, Double minimumSamplingInterval, Boolean historizing)
public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getStartTime()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypeThe returned value is the last seen; it is not read live from the server.
getStartTime in interface ServerStatusTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StartTime Node.public void setStartTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startTime)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypeThe value is only updated locally; it is not written to the server.
setStartTime in interface ServerStatusTypestartTime - the local value to set for the StartTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the StartTime Node.public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readStartTime()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypereadStartTime in interface ServerStatusTypeDateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeStartTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startTime)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypewriteStartTime in interface ServerStatusTypestartTime - the DateTime 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.DateTime> readStartTimeAsync()
ServerStatusTypeServerStatusType.readStartTime().readStartTimeAsync in interface ServerStatusTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStartTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startTime)
ServerStatusTypeServerStatusType.writeStartTime(DateTime).writeStartTimeAsync in interface ServerStatusTypepublic BaseDataVariableTypeNode getStartTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getStartTimeNode in interface ServerStatusTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getStartTimeNodeAsync()
ServerStatusTypeServerStatusType.getStartTimeNode().getStartTimeNodeAsync in interface ServerStatusTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getCurrentTime()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypeThe returned value is the last seen; it is not read live from the server.
getCurrentTime in interface ServerStatusTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CurrentTime Node.public void setCurrentTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime currentTime)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypeThe value is only updated locally; it is not written to the server.
setCurrentTime in interface ServerStatusTypecurrentTime - the local value to set for the CurrentTime Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CurrentTime Node.public org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readCurrentTime()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypereadCurrentTime in interface ServerStatusTypeDateTime value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeCurrentTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime currentTime)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypewriteCurrentTime in interface ServerStatusTypecurrentTime - the DateTime 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.DateTime> readCurrentTimeAsync()
ServerStatusTypeServerStatusType.readCurrentTime().readCurrentTimeAsync in interface ServerStatusTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCurrentTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime currentTime)
ServerStatusTypeServerStatusType.writeCurrentTime(DateTime).writeCurrentTimeAsync in interface ServerStatusTypepublic BaseDataVariableTypeNode getCurrentTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getCurrentTimeNode in interface ServerStatusTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getCurrentTimeNodeAsync()
ServerStatusTypeServerStatusType.getCurrentTimeNode().getCurrentTimeNodeAsync in interface ServerStatusTypepublic org.eclipse.milo.opcua.stack.core.types.enumerated.ServerState getState()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypeThe returned value is the last seen; it is not read live from the server.
getState in interface ServerStatusTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the State Node.public void setState(org.eclipse.milo.opcua.stack.core.types.enumerated.ServerState state)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypeThe value is only updated locally; it is not written to the server.
setState in interface ServerStatusTypestate - the local value to set for the State Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the State Node.public org.eclipse.milo.opcua.stack.core.types.enumerated.ServerState readState()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypereadState in interface ServerStatusTypeServerState value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeState(org.eclipse.milo.opcua.stack.core.types.enumerated.ServerState state)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypewriteState in interface ServerStatusTypestate - the ServerState 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.ServerState> readStateAsync()
ServerStatusTypeServerStatusType.readState().readStateAsync in interface ServerStatusTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStateAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.ServerState state)
ServerStatusTypeServerStatusType.writeState(ServerState).writeStateAsync in interface ServerStatusTypepublic BaseDataVariableTypeNode getStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getStateNode in interface ServerStatusTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getStateNodeAsync()
ServerStatusTypeServerStatusType.getStateNode().getStateNodeAsync in interface ServerStatusTypepublic org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo getBuildInfo()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypeThe returned value is the last seen; it is not read live from the server.
getBuildInfo in interface ServerStatusTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the BuildInfo Node.public void setBuildInfo(org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo buildInfo)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypeThe value is only updated locally; it is not written to the server.
setBuildInfo in interface ServerStatusTypebuildInfo - the local value to set for the BuildInfo Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the BuildInfo Node.public org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo readBuildInfo()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypereadBuildInfo in interface ServerStatusTypeBuildInfo value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeBuildInfo(org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo buildInfo)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypewriteBuildInfo in interface ServerStatusTypebuildInfo - the BuildInfo 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.structured.BuildInfo> readBuildInfoAsync()
ServerStatusTypeServerStatusType.readBuildInfo().readBuildInfoAsync in interface ServerStatusTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeBuildInfoAsync(org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo buildInfo)
ServerStatusTypeServerStatusType.writeBuildInfo(BuildInfo).writeBuildInfoAsync in interface ServerStatusTypepublic BuildInfoTypeNode getBuildInfoNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypeBuildInfoType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getBuildInfoNode in interface ServerStatusTypeBuildInfoType 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 BuildInfoTypeNode> getBuildInfoNodeAsync()
ServerStatusTypeServerStatusType.getBuildInfoNode().getBuildInfoNodeAsync in interface ServerStatusTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getSecondsTillShutdown()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypeThe returned value is the last seen; it is not read live from the server.
getSecondsTillShutdown in interface ServerStatusTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SecondsTillShutdown Node.public void setSecondsTillShutdown(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger secondsTillShutdown)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypeThe value is only updated locally; it is not written to the server.
setSecondsTillShutdown in interface ServerStatusTypesecondsTillShutdown - the local value to set for the SecondsTillShutdown Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SecondsTillShutdown Node.public org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readSecondsTillShutdown()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypereadSecondsTillShutdown in interface ServerStatusTypeUInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSecondsTillShutdown(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger secondsTillShutdown)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypewriteSecondsTillShutdown in interface ServerStatusTypesecondsTillShutdown - 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> readSecondsTillShutdownAsync()
ServerStatusTypeServerStatusType.readSecondsTillShutdown().readSecondsTillShutdownAsync in interface ServerStatusTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecondsTillShutdownAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger secondsTillShutdown)
ServerStatusTypeServerStatusType.writeSecondsTillShutdown(UInteger).writeSecondsTillShutdownAsync in interface ServerStatusTypepublic BaseDataVariableTypeNode getSecondsTillShutdownNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSecondsTillShutdownNode in interface ServerStatusTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getSecondsTillShutdownNodeAsync()
ServerStatusTypeServerStatusType.getSecondsTillShutdownNode().getSecondsTillShutdownNodeAsync in interface ServerStatusTypepublic org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getShutdownReason()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypeThe returned value is the last seen; it is not read live from the server.
getShutdownReason in interface ServerStatusTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ShutdownReason Node.public void setShutdownReason(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText shutdownReason)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypeThe value is only updated locally; it is not written to the server.
setShutdownReason in interface ServerStatusTypeshutdownReason - the local value to set for the ShutdownReason Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ShutdownReason Node.public org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readShutdownReason()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypereadShutdownReason in interface ServerStatusTypeLocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeShutdownReason(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText shutdownReason)
throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypewriteShutdownReason in interface ServerStatusTypeshutdownReason - the LocalizedText 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.LocalizedText> readShutdownReasonAsync()
ServerStatusTypeServerStatusType.readShutdownReason().readShutdownReasonAsync in interface ServerStatusTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeShutdownReasonAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText shutdownReason)
ServerStatusTypeServerStatusType.writeShutdownReason(LocalizedText).writeShutdownReasonAsync in interface ServerStatusTypepublic BaseDataVariableTypeNode getShutdownReasonNode() throws org.eclipse.milo.opcua.stack.core.UaException
ServerStatusTypeBaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getShutdownReasonNode in interface ServerStatusTypeBaseDataVariableType 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 BaseDataVariableTypeNode> getShutdownReasonNodeAsync()
ServerStatusTypeServerStatusType.getShutdownReasonNode().getShutdownReasonNodeAsync in interface ServerStatusTypeCopyright © 2021. All rights reserved.