public interface ServerStatusType extends BaseDataVariableType
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo |
getBuildInfo()
Get the local value of the BuildInfo Node.
|
BuildInfoType |
getBuildInfoNode()
Get the BuildInfo
BuildInfoType Node, or null if it does not exist. |
CompletableFuture<? extends BuildInfoType> |
getBuildInfoNodeAsync()
Asynchronous implementation of
getBuildInfoNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getCurrentTime()
Get the local value of the CurrentTime Node.
|
BaseDataVariableType |
getCurrentTimeNode()
Get the CurrentTime
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getCurrentTimeNodeAsync()
Asynchronous implementation of
getCurrentTimeNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getSecondsTillShutdown()
Get the local value of the SecondsTillShutdown Node.
|
BaseDataVariableType |
getSecondsTillShutdownNode()
Get the SecondsTillShutdown
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getSecondsTillShutdownNodeAsync()
Asynchronous implementation of
getSecondsTillShutdownNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getShutdownReason()
Get the local value of the ShutdownReason Node.
|
BaseDataVariableType |
getShutdownReasonNode()
Get the ShutdownReason
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getShutdownReasonNodeAsync()
Asynchronous implementation of
getShutdownReasonNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime |
getStartTime()
Get the local value of the StartTime Node.
|
BaseDataVariableType |
getStartTimeNode()
Get the StartTime
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getStartTimeNodeAsync()
Asynchronous implementation of
getStartTimeNode(). |
org.eclipse.milo.opcua.stack.core.types.enumerated.ServerState |
getState()
Get the local value of the State Node.
|
BaseDataVariableType |
getStateNode()
Get the State
BaseDataVariableType Node, or null if it does not exist. |
CompletableFuture<? extends BaseDataVariableType> |
getStateNodeAsync()
Asynchronous implementation of
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
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
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
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
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
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
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
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
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
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
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
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
writeState(ServerState). |
getAccessLevel, 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, setWriteMaskorg.eclipse.milo.opcua.stack.core.types.builtin.DateTime getStartTime()
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 StartTime Node.void setStartTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startTime)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
startTime - 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.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readStartTime()
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 writeStartTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startTime)
throws org.eclipse.milo.opcua.stack.core.UaException
startTime - 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> readStartTimeAsync()
readStartTime().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStartTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime startTime)
writeStartTime(DateTime).BaseDataVariableType getStartTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getStartTimeNodeAsync()
getStartTimeNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getCurrentTime()
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 CurrentTime Node.void setCurrentTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime currentTime)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
currentTime - 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.org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readCurrentTime()
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 writeCurrentTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime currentTime)
throws org.eclipse.milo.opcua.stack.core.UaException
currentTime - 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> readCurrentTimeAsync()
readCurrentTime().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCurrentTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime currentTime)
writeCurrentTime(DateTime).BaseDataVariableType getCurrentTimeNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getCurrentTimeNodeAsync()
getCurrentTimeNode().org.eclipse.milo.opcua.stack.core.types.enumerated.ServerState getState()
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 State Node.void setState(org.eclipse.milo.opcua.stack.core.types.enumerated.ServerState state)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
state - 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.org.eclipse.milo.opcua.stack.core.types.enumerated.ServerState readState()
throws org.eclipse.milo.opcua.stack.core.UaException
ServerState value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeState(org.eclipse.milo.opcua.stack.core.types.enumerated.ServerState state)
throws org.eclipse.milo.opcua.stack.core.UaException
state - the ServerState 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.ServerState> readStateAsync()
readState().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStateAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.ServerState state)
writeState(ServerState).BaseDataVariableType getStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getStateNodeAsync()
getStateNode().org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo getBuildInfo()
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 BuildInfo Node.void setBuildInfo(org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo buildInfo)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
buildInfo - 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.org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo readBuildInfo()
throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfo value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeBuildInfo(org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo buildInfo)
throws org.eclipse.milo.opcua.stack.core.UaException
buildInfo - the BuildInfo 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.BuildInfo> readBuildInfoAsync()
readBuildInfo().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeBuildInfoAsync(org.eclipse.milo.opcua.stack.core.types.structured.BuildInfo buildInfo)
writeBuildInfo(BuildInfo).BuildInfoType getBuildInfoNode() throws org.eclipse.milo.opcua.stack.core.UaException
BuildInfoType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BuildInfoType 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 BuildInfoType> getBuildInfoNodeAsync()
getBuildInfoNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getSecondsTillShutdown()
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 SecondsTillShutdown Node.void setSecondsTillShutdown(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger secondsTillShutdown)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
secondsTillShutdown - 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.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readSecondsTillShutdown()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeSecondsTillShutdown(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger secondsTillShutdown)
throws org.eclipse.milo.opcua.stack.core.UaException
secondsTillShutdown - the UInteger 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.UInteger> readSecondsTillShutdownAsync()
readSecondsTillShutdown().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecondsTillShutdownAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger secondsTillShutdown)
writeSecondsTillShutdown(UInteger).BaseDataVariableType getSecondsTillShutdownNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getSecondsTillShutdownNodeAsync()
getSecondsTillShutdownNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getShutdownReason()
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 ShutdownReason Node.void setShutdownReason(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText shutdownReason)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
shutdownReason - 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.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readShutdownReason()
throws org.eclipse.milo.opcua.stack.core.UaException
LocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeShutdownReason(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText shutdownReason)
throws org.eclipse.milo.opcua.stack.core.UaException
shutdownReason - the LocalizedText 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.LocalizedText> readShutdownReasonAsync()
readShutdownReason().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeShutdownReasonAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText shutdownReason)
writeShutdownReason(LocalizedText).BaseDataVariableType getShutdownReasonNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseDataVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseDataVariableType 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 BaseDataVariableType> getShutdownReasonNodeAsync()
getShutdownReasonNode().Copyright © 2021. All rights reserved.