Interface ProgramDiagnostic2Type
- All Superinterfaces:
BaseDataVariableType,BaseVariableType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.VariableNode
- All Known Implementing Classes:
ProgramDiagnostic2TypeNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> -
Method Summary
Modifier and TypeMethodDescriptionGet the local value of the CreateClientName Node.Get the CreateClientNameBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetCreateClientNameNode().org.eclipse.milo.opcua.stack.core.types.builtin.NodeIdGet the local value of the CreateSessionId Node.Get the CreateSessionIdBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetCreateSessionIdNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeGet the local value of the InvocationCreationTime Node.Get the InvocationCreationTimeBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetInvocationCreationTimeNode().Get the local value of the LastMethodCall Node.Get the LastMethodCallBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetLastMethodCallNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeGet the local value of the LastMethodCallTime Node.Get the LastMethodCallTimeBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetLastMethodCallTimeNode().org.eclipse.milo.opcua.stack.core.types.structured.Argument[]Get the local value of the LastMethodInputArguments Node.Get the LastMethodInputArgumentsBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetLastMethodInputArgumentsNode().Object[]Get the local value of the LastMethodInputValues Node.Get the LastMethodInputValuesBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetLastMethodInputValuesNode().org.eclipse.milo.opcua.stack.core.types.structured.Argument[]Get the local value of the LastMethodOutputArguments Node.Get the LastMethodOutputArgumentsBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetLastMethodOutputArgumentsNode().Object[]Get the local value of the LastMethodOutputValues Node.Get the LastMethodOutputValuesBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetLastMethodOutputValuesNode().org.eclipse.milo.opcua.stack.core.types.builtin.StatusCodeGet the local value of the LastMethodReturnStatus Node.Get the LastMethodReturnStatusBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetLastMethodReturnStatusNode().org.eclipse.milo.opcua.stack.core.types.builtin.NodeIdGet the local value of the LastMethodSessionId Node.Get the LastMethodSessionIdBaseDataVariableTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseDataVariableType>Asynchronous implementation ofgetLastMethodSessionIdNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeGet the local value of the LastTransitionTime Node.Get the LastTransitionTimePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetLastTransitionTimeNode().Read the value of the CreateClientName Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadCreateClientName().org.eclipse.milo.opcua.stack.core.types.builtin.NodeIdRead the value of the CreateSessionId Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId>An asynchronous implementation ofreadCreateSessionId().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeRead the value of the InvocationCreationTime Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime>An asynchronous implementation ofreadInvocationCreationTime().Read the value of the LastMethodCall Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadLastMethodCall().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeRead the value of the LastMethodCallTime Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime>An asynchronous implementation ofreadLastMethodCallTime().org.eclipse.milo.opcua.stack.core.types.structured.Argument[]Read the value of the LastMethodInputArguments Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.Argument[]>An asynchronous implementation ofreadLastMethodInputArguments().Object[]Read the value of the LastMethodInputValues Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Object[]>An asynchronous implementation ofreadLastMethodInputValues().org.eclipse.milo.opcua.stack.core.types.structured.Argument[]Read the value of the LastMethodOutputArguments Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.Argument[]>An asynchronous implementation ofreadLastMethodOutputArguments().Object[]Read the value of the LastMethodOutputValues Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Object[]>An asynchronous implementation ofreadLastMethodOutputValues().org.eclipse.milo.opcua.stack.core.types.builtin.StatusCodeRead the value of the LastMethodReturnStatus Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>An asynchronous implementation ofreadLastMethodReturnStatus().org.eclipse.milo.opcua.stack.core.types.builtin.NodeIdRead the value of the LastMethodSessionId Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId>An asynchronous implementation ofreadLastMethodSessionId().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeRead the value of the LastTransitionTime Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime>An asynchronous implementation ofreadLastTransitionTime().voidsetCreateClientName(String value) Set the local value of the CreateClientName Node.voidsetCreateSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) Set the local value of the CreateSessionId Node.voidsetInvocationCreationTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Set the local value of the InvocationCreationTime Node.voidsetLastMethodCall(String value) Set the local value of the LastMethodCall Node.voidsetLastMethodCallTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Set the local value of the LastMethodCallTime Node.voidsetLastMethodInputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] value) Set the local value of the LastMethodInputArguments Node.voidsetLastMethodInputValues(Object[] value) Set the local value of the LastMethodInputValues Node.voidsetLastMethodOutputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] value) Set the local value of the LastMethodOutputArguments Node.voidsetLastMethodOutputValues(Object[] value) Set the local value of the LastMethodOutputValues Node.voidsetLastMethodReturnStatus(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode value) Set the local value of the LastMethodReturnStatus Node.voidsetLastMethodSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) Set the local value of the LastMethodSessionId Node.voidsetLastTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Set the local value of the LastTransitionTime Node.voidwriteCreateClientName(String value) Write a new value for the CreateClientName Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeCreateClientNameAsync(String value) An asynchronous implementation ofwriteCreateClientName(java.lang.String).voidwriteCreateSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) Write a new value for the CreateSessionId Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeCreateSessionIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) An asynchronous implementation ofwriteCreateSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId).voidwriteInvocationCreationTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Write a new value for the InvocationCreationTime Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeInvocationCreationTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) An asynchronous implementation ofwriteInvocationCreationTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).voidwriteLastMethodCall(String value) Write a new value for the LastMethodCall Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeLastMethodCallAsync(String value) An asynchronous implementation ofwriteLastMethodCall(java.lang.String).voidwriteLastMethodCallTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Write a new value for the LastMethodCallTime Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeLastMethodCallTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) An asynchronous implementation ofwriteLastMethodCallTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).voidwriteLastMethodInputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] value) Write a new value for the LastMethodInputArguments Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeLastMethodInputArgumentsAsync(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] value) An asynchronous implementation ofwriteLastMethodInputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[]).voidwriteLastMethodInputValues(Object[] value) Write a new value for the LastMethodInputValues Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeLastMethodInputValuesAsync(Object[] value) An asynchronous implementation ofwriteLastMethodInputValues(java.lang.Object[]).voidwriteLastMethodOutputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] value) Write a new value for the LastMethodOutputArguments Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeLastMethodOutputArgumentsAsync(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] value) An asynchronous implementation ofwriteLastMethodOutputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[]).voidwriteLastMethodOutputValues(Object[] value) Write a new value for the LastMethodOutputValues Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeLastMethodOutputValuesAsync(Object[] value) An asynchronous implementation ofwriteLastMethodOutputValues(java.lang.Object[]).voidwriteLastMethodReturnStatus(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode value) Write a new value for the LastMethodReturnStatus Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeLastMethodReturnStatusAsync(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode value) An asynchronous implementation ofwriteLastMethodReturnStatus(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode).voidwriteLastMethodSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) Write a new value for the LastMethodSessionId Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeLastMethodSessionIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) An asynchronous implementation ofwriteLastMethodSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId).voidwriteLastTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Write a new value for the LastTransitionTime Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeLastTransitionTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) An asynchronous implementation ofwriteLastTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).Methods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.Node
getAccessRestrictions, getBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMaskMethods inherited from interface org.eclipse.milo.opcua.sdk.core.nodes.VariableNode
getAccessLevel, getAccessLevelEx, getArrayDimensions, getDataType, getHistorizing, getMinimumSamplingInterval, getUserAccessLevel, getValue, getValueRank, setAccessLevel, setAccessLevelEx, setArrayDimensions, setDataType, setHistorizing, setMinimumSamplingInterval, setUserAccessLevel, setValue, setValueRank
-
Field Details
-
LAST_TRANSITION_TIME
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> LAST_TRANSITION_TIME
-
-
Method Details
-
getLastTransitionTime
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getLastTransitionTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the LastTransitionTime Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the LastTransitionTime Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastTransitionTime Node.
-
setLastTransitionTime
void setLastTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the LastTransitionTime Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the LastTransitionTime Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastTransitionTime Node.
-
readLastTransitionTime
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readLastTransitionTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the LastTransitionTime Node from the server and update the local value if the operation succeeds.- Returns:
- the
DateTimevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeLastTransitionTime
void writeLastTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the LastTransitionTime Node to the server and update the local value if the operation succeeds.- Parameters:
value- theDateTimevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readLastTransitionTimeAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readLastTransitionTimeAsync()An asynchronous implementation ofreadLastTransitionTime().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeLastTransitionTimeAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastTransitionTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) An asynchronous implementation ofwriteLastTransitionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getLastTransitionTimeNode
Get the LastTransitionTimePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the LastTransitionTime
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLastTransitionTimeNodeAsync
CompletableFuture<? extends PropertyType> getLastTransitionTimeNodeAsync()Asynchronous implementation ofgetLastTransitionTimeNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getCreateSessionId
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getCreateSessionId() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the CreateSessionId Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the CreateSessionId Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the CreateSessionId Node.
-
setCreateSessionId
void setCreateSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the CreateSessionId Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the CreateSessionId Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the CreateSessionId Node.
-
readCreateSessionId
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readCreateSessionId() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the CreateSessionId Node from the server and update the local value if the operation succeeds.- Returns:
- the
NodeIdvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeCreateSessionId
void writeCreateSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the CreateSessionId Node to the server and update the local value if the operation succeeds.- Parameters:
value- theNodeIdvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readCreateSessionIdAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> readCreateSessionIdAsync()An asynchronous implementation ofreadCreateSessionId().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeCreateSessionIdAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCreateSessionIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) An asynchronous implementation ofwriteCreateSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getCreateSessionIdNode
Get the CreateSessionIdBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the CreateSessionId
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getCreateSessionIdNodeAsync
CompletableFuture<? extends BaseDataVariableType> getCreateSessionIdNodeAsync()Asynchronous implementation ofgetCreateSessionIdNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getCreateClientName
Get the local value of the CreateClientName Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the CreateClientName Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the CreateClientName Node.
-
setCreateClientName
Set the local value of the CreateClientName Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the CreateClientName Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the CreateClientName Node.
-
readCreateClientName
Read the value of the CreateClientName Node from the server and update the local value if the operation succeeds.- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeCreateClientName
Write a new value for the CreateClientName Node to the server and update the local value if the operation succeeds.- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readCreateClientNameAsync
CompletableFuture<? extends String> readCreateClientNameAsync()An asynchronous implementation ofreadCreateClientName().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeCreateClientNameAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCreateClientNameAsync(String value) An asynchronous implementation ofwriteCreateClientName(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getCreateClientNameNode
Get the CreateClientNameBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the CreateClientName
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getCreateClientNameNodeAsync
CompletableFuture<? extends BaseDataVariableType> getCreateClientNameNodeAsync()Asynchronous implementation ofgetCreateClientNameNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getInvocationCreationTime
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getInvocationCreationTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the InvocationCreationTime Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the InvocationCreationTime Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the InvocationCreationTime Node.
-
setInvocationCreationTime
void setInvocationCreationTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the InvocationCreationTime Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the InvocationCreationTime Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the InvocationCreationTime Node.
-
readInvocationCreationTime
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readInvocationCreationTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the InvocationCreationTime Node from the server and update the local value if the operation succeeds.- Returns:
- the
DateTimevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeInvocationCreationTime
void writeInvocationCreationTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the InvocationCreationTime Node to the server and update the local value if the operation succeeds.- Parameters:
value- theDateTimevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readInvocationCreationTimeAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readInvocationCreationTimeAsync()An asynchronous implementation ofreadInvocationCreationTime().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeInvocationCreationTimeAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeInvocationCreationTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) An asynchronous implementation ofwriteInvocationCreationTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getInvocationCreationTimeNode
BaseDataVariableType getInvocationCreationTimeNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the InvocationCreationTimeBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the InvocationCreationTime
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getInvocationCreationTimeNodeAsync
CompletableFuture<? extends BaseDataVariableType> getInvocationCreationTimeNodeAsync()Asynchronous implementation ofgetInvocationCreationTimeNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLastMethodCall
Get the local value of the LastMethodCall Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the LastMethodCall Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastMethodCall Node.
-
setLastMethodCall
Set the local value of the LastMethodCall Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the LastMethodCall Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastMethodCall Node.
-
readLastMethodCall
Read the value of the LastMethodCall Node from the server and update the local value if the operation succeeds.- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeLastMethodCall
Write a new value for the LastMethodCall Node to the server and update the local value if the operation succeeds.- Parameters:
value- theStringvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readLastMethodCallAsync
CompletableFuture<? extends String> readLastMethodCallAsync()An asynchronous implementation ofreadLastMethodCall().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeLastMethodCallAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodCallAsync(String value) An asynchronous implementation ofwriteLastMethodCall(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getLastMethodCallNode
Get the LastMethodCallBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the LastMethodCall
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLastMethodCallNodeAsync
CompletableFuture<? extends BaseDataVariableType> getLastMethodCallNodeAsync()Asynchronous implementation ofgetLastMethodCallNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLastMethodSessionId
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId getLastMethodSessionId() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the LastMethodSessionId Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the LastMethodSessionId Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastMethodSessionId Node.
-
setLastMethodSessionId
void setLastMethodSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the LastMethodSessionId Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the LastMethodSessionId Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastMethodSessionId Node.
-
readLastMethodSessionId
org.eclipse.milo.opcua.stack.core.types.builtin.NodeId readLastMethodSessionId() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the LastMethodSessionId Node from the server and update the local value if the operation succeeds.- Returns:
- the
NodeIdvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeLastMethodSessionId
void writeLastMethodSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the LastMethodSessionId Node to the server and update the local value if the operation succeeds.- Parameters:
value- theNodeIdvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readLastMethodSessionIdAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.NodeId> readLastMethodSessionIdAsync()An asynchronous implementation ofreadLastMethodSessionId().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeLastMethodSessionIdAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodSessionIdAsync(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId value) An asynchronous implementation ofwriteLastMethodSessionId(org.eclipse.milo.opcua.stack.core.types.builtin.NodeId).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getLastMethodSessionIdNode
BaseDataVariableType getLastMethodSessionIdNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the LastMethodSessionIdBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the LastMethodSessionId
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLastMethodSessionIdNodeAsync
CompletableFuture<? extends BaseDataVariableType> getLastMethodSessionIdNodeAsync()Asynchronous implementation ofgetLastMethodSessionIdNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLastMethodInputArguments
org.eclipse.milo.opcua.stack.core.types.structured.Argument[] getLastMethodInputArguments() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the LastMethodInputArguments Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the LastMethodInputArguments Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastMethodInputArguments Node.
-
setLastMethodInputArguments
void setLastMethodInputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the LastMethodInputArguments Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the LastMethodInputArguments Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastMethodInputArguments Node.
-
readLastMethodInputArguments
org.eclipse.milo.opcua.stack.core.types.structured.Argument[] readLastMethodInputArguments() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the LastMethodInputArguments Node from the server and update the local value if the operation succeeds.- Returns:
- the
Argumentvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeLastMethodInputArguments
void writeLastMethodInputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the LastMethodInputArguments Node to the server and update the local value if the operation succeeds.- Parameters:
value- theArgumentvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readLastMethodInputArgumentsAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.Argument[]> readLastMethodInputArgumentsAsync()An asynchronous implementation ofreadLastMethodInputArguments().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeLastMethodInputArgumentsAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodInputArgumentsAsync(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] value) An asynchronous implementation ofwriteLastMethodInputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[]).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getLastMethodInputArgumentsNode
BaseDataVariableType getLastMethodInputArgumentsNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the LastMethodInputArgumentsBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the LastMethodInputArguments
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLastMethodInputArgumentsNodeAsync
CompletableFuture<? extends BaseDataVariableType> getLastMethodInputArgumentsNodeAsync()Asynchronous implementation ofgetLastMethodInputArgumentsNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLastMethodOutputArguments
org.eclipse.milo.opcua.stack.core.types.structured.Argument[] getLastMethodOutputArguments() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the LastMethodOutputArguments Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the LastMethodOutputArguments Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastMethodOutputArguments Node.
-
setLastMethodOutputArguments
void setLastMethodOutputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the LastMethodOutputArguments Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the LastMethodOutputArguments Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastMethodOutputArguments Node.
-
readLastMethodOutputArguments
org.eclipse.milo.opcua.stack.core.types.structured.Argument[] readLastMethodOutputArguments() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the LastMethodOutputArguments Node from the server and update the local value if the operation succeeds.- Returns:
- the
Argumentvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeLastMethodOutputArguments
void writeLastMethodOutputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the LastMethodOutputArguments Node to the server and update the local value if the operation succeeds.- Parameters:
value- theArgumentvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readLastMethodOutputArgumentsAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.Argument[]> readLastMethodOutputArgumentsAsync()An asynchronous implementation ofreadLastMethodOutputArguments().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeLastMethodOutputArgumentsAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodOutputArgumentsAsync(org.eclipse.milo.opcua.stack.core.types.structured.Argument[] value) An asynchronous implementation ofwriteLastMethodOutputArguments(org.eclipse.milo.opcua.stack.core.types.structured.Argument[]).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getLastMethodOutputArgumentsNode
BaseDataVariableType getLastMethodOutputArgumentsNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the LastMethodOutputArgumentsBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the LastMethodOutputArguments
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLastMethodOutputArgumentsNodeAsync
CompletableFuture<? extends BaseDataVariableType> getLastMethodOutputArgumentsNodeAsync()Asynchronous implementation ofgetLastMethodOutputArgumentsNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLastMethodInputValues
Get the local value of the LastMethodInputValues Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the LastMethodInputValues Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastMethodInputValues Node.
-
setLastMethodInputValues
Set the local value of the LastMethodInputValues Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the LastMethodInputValues Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastMethodInputValues Node.
-
readLastMethodInputValues
Read the value of the LastMethodInputValues Node from the server and update the local value if the operation succeeds.- Returns:
- the
Objectvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeLastMethodInputValues
void writeLastMethodInputValues(Object[] value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the LastMethodInputValues Node to the server and update the local value if the operation succeeds.- Parameters:
value- theObjectvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readLastMethodInputValuesAsync
CompletableFuture<? extends Object[]> readLastMethodInputValuesAsync()An asynchronous implementation ofreadLastMethodInputValues().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeLastMethodInputValuesAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodInputValuesAsync(Object[] value) An asynchronous implementation ofwriteLastMethodInputValues(java.lang.Object[]).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getLastMethodInputValuesNode
BaseDataVariableType getLastMethodInputValuesNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the LastMethodInputValuesBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the LastMethodInputValues
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLastMethodInputValuesNodeAsync
CompletableFuture<? extends BaseDataVariableType> getLastMethodInputValuesNodeAsync()Asynchronous implementation ofgetLastMethodInputValuesNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLastMethodOutputValues
Get the local value of the LastMethodOutputValues Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the LastMethodOutputValues Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastMethodOutputValues Node.
-
setLastMethodOutputValues
Set the local value of the LastMethodOutputValues Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the LastMethodOutputValues Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastMethodOutputValues Node.
-
readLastMethodOutputValues
Read the value of the LastMethodOutputValues Node from the server and update the local value if the operation succeeds.- Returns:
- the
Objectvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeLastMethodOutputValues
void writeLastMethodOutputValues(Object[] value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the LastMethodOutputValues Node to the server and update the local value if the operation succeeds.- Parameters:
value- theObjectvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readLastMethodOutputValuesAsync
CompletableFuture<? extends Object[]> readLastMethodOutputValuesAsync()An asynchronous implementation ofreadLastMethodOutputValues().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeLastMethodOutputValuesAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodOutputValuesAsync(Object[] value) An asynchronous implementation ofwriteLastMethodOutputValues(java.lang.Object[]).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getLastMethodOutputValuesNode
BaseDataVariableType getLastMethodOutputValuesNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the LastMethodOutputValuesBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the LastMethodOutputValues
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLastMethodOutputValuesNodeAsync
CompletableFuture<? extends BaseDataVariableType> getLastMethodOutputValuesNodeAsync()Asynchronous implementation ofgetLastMethodOutputValuesNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLastMethodCallTime
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getLastMethodCallTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the LastMethodCallTime Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the LastMethodCallTime Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastMethodCallTime Node.
-
setLastMethodCallTime
void setLastMethodCallTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the LastMethodCallTime Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the LastMethodCallTime Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastMethodCallTime Node.
-
readLastMethodCallTime
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readLastMethodCallTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the LastMethodCallTime Node from the server and update the local value if the operation succeeds.- Returns:
- the
DateTimevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeLastMethodCallTime
void writeLastMethodCallTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the LastMethodCallTime Node to the server and update the local value if the operation succeeds.- Parameters:
value- theDateTimevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readLastMethodCallTimeAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readLastMethodCallTimeAsync()An asynchronous implementation ofreadLastMethodCallTime().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeLastMethodCallTimeAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodCallTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) An asynchronous implementation ofwriteLastMethodCallTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getLastMethodCallTimeNode
BaseDataVariableType getLastMethodCallTimeNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the LastMethodCallTimeBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the LastMethodCallTime
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLastMethodCallTimeNodeAsync
CompletableFuture<? extends BaseDataVariableType> getLastMethodCallTimeNodeAsync()Asynchronous implementation ofgetLastMethodCallTimeNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLastMethodReturnStatus
org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode getLastMethodReturnStatus() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the LastMethodReturnStatus Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the LastMethodReturnStatus Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastMethodReturnStatus Node.
-
setLastMethodReturnStatus
void setLastMethodReturnStatus(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the LastMethodReturnStatus Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the LastMethodReturnStatus Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastMethodReturnStatus Node.
-
readLastMethodReturnStatus
org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode readLastMethodReturnStatus() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the LastMethodReturnStatus Node from the server and update the local value if the operation succeeds.- Returns:
- the
StatusCodevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeLastMethodReturnStatus
void writeLastMethodReturnStatus(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the LastMethodReturnStatus Node to the server and update the local value if the operation succeeds.- Parameters:
value- theStatusCodevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readLastMethodReturnStatusAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> readLastMethodReturnStatusAsync()An asynchronous implementation ofreadLastMethodReturnStatus().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeLastMethodReturnStatusAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastMethodReturnStatusAsync(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode value) An asynchronous implementation ofwriteLastMethodReturnStatus(org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getLastMethodReturnStatusNode
BaseDataVariableType getLastMethodReturnStatusNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the LastMethodReturnStatusBaseDataVariableTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the LastMethodReturnStatus
BaseDataVariableTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLastMethodReturnStatusNodeAsync
CompletableFuture<? extends BaseDataVariableType> getLastMethodReturnStatusNodeAsync()Asynchronous implementation ofgetLastMethodReturnStatusNode().- Returns:
- a CompletableFuture that completes successfully with the BaseDataVariableType Node or completes exceptionally if an error occurs creating or getting the Node.
-