Interface PubSubKeyPushTargetType
- All Superinterfaces:
BaseObjectType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
- All Known Implementing Classes:
PubSubKeyPushTargetTypeNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<String>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<String>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<Double>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<String>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy> -
Method Summary
Modifier and TypeMethodDescriptionGet the local value of the ApplicationUri Node.Get the ApplicationUriPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetApplicationUriNode().Get the local value of the EndpointUrl Node.Get the EndpointUrlPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetEndpointUrlNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeGet the local value of the LastPushErrorTime Node.Get the LastPushErrorTimePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetLastPushErrorTimeNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeGet the local value of the LastPushExecutionTime Node.Get the LastPushExecutionTimePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetLastPushExecutionTimeNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortGet the local value of the RequestedKeyCount Node.Get the RequestedKeyCountPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetRequestedKeyCountNode().Get the local value of the RetryInterval Node.Get the RetryIntervalPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetRetryIntervalNode().Get the local value of the SecurityPolicyUri Node.Get the SecurityPolicyUriPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetSecurityPolicyUriNode().org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicyGet the local value of the UserTokenType Node.Get the UserTokenTypePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetUserTokenTypeNode().Read the value of the ApplicationUri Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadApplicationUri().Read the value of the EndpointUrl Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadEndpointUrl().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeRead the value of the LastPushErrorTime 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 ofreadLastPushErrorTime().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeRead the value of the LastPushExecutionTime 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 ofreadLastPushExecutionTime().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShortRead the value of the RequestedKeyCount Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort>An asynchronous implementation ofreadRequestedKeyCount().Read the value of the RetryInterval Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofreadRetryInterval().Read the value of the SecurityPolicyUri Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadSecurityPolicyUri().org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicyRead the value of the UserTokenType Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy>An asynchronous implementation ofreadUserTokenType().voidsetApplicationUri(String value) Set the local value of the ApplicationUri Node.voidsetEndpointUrl(String value) Set the local value of the EndpointUrl Node.voidsetLastPushErrorTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Set the local value of the LastPushErrorTime Node.voidsetLastPushExecutionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Set the local value of the LastPushExecutionTime Node.voidsetRequestedKeyCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Set the local value of the RequestedKeyCount Node.voidsetRetryInterval(Double value) Set the local value of the RetryInterval Node.voidsetSecurityPolicyUri(String value) Set the local value of the SecurityPolicyUri Node.voidsetUserTokenType(org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy value) Set the local value of the UserTokenType Node.voidwriteApplicationUri(String value) Write a new value for the ApplicationUri Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeApplicationUriAsync(String value) An asynchronous implementation ofwriteApplicationUri(java.lang.String).voidwriteEndpointUrl(String value) Write a new value for the EndpointUrl Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeEndpointUrlAsync(String value) An asynchronous implementation ofwriteEndpointUrl(java.lang.String).voidwriteLastPushErrorTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Write a new value for the LastPushErrorTime Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeLastPushErrorTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) An asynchronous implementation ofwriteLastPushErrorTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).voidwriteLastPushExecutionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Write a new value for the LastPushExecutionTime Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeLastPushExecutionTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) An asynchronous implementation ofwriteLastPushExecutionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).voidwriteRequestedKeyCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) Write a new value for the RequestedKeyCount Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeRequestedKeyCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) An asynchronous implementation ofwriteRequestedKeyCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).voidwriteRetryInterval(Double value) Write a new value for the RetryInterval Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeRetryIntervalAsync(Double value) An asynchronous implementation ofwriteRetryInterval(java.lang.Double).voidwriteSecurityPolicyUri(String value) Write a new value for the SecurityPolicyUri Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>An asynchronous implementation ofwriteSecurityPolicyUri(java.lang.String).voidwriteUserTokenType(org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy value) Write a new value for the UserTokenType Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeUserTokenTypeAsync(org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy value) An asynchronous implementation ofwriteUserTokenType(org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy).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.ObjectNode
getEventNotifier, setEventNotifier
-
Field Details
-
APPLICATION_URI
-
ENDPOINT_URL
-
SECURITY_POLICY_URI
-
USER_TOKEN_TYPE
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy> USER_TOKEN_TYPE -
REQUESTED_KEY_COUNT
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> REQUESTED_KEY_COUNT -
RETRY_INTERVAL
-
LAST_PUSH_EXECUTION_TIME
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> LAST_PUSH_EXECUTION_TIME -
LAST_PUSH_ERROR_TIME
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> LAST_PUSH_ERROR_TIME
-
-
Method Details
-
getApplicationUri
Get the local value of the ApplicationUri Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the ApplicationUri Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ApplicationUri Node.
-
setApplicationUri
Set the local value of the ApplicationUri Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the ApplicationUri Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ApplicationUri Node.
-
readApplicationUri
Read the value of the ApplicationUri 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.
-
writeApplicationUri
Write a new value for the ApplicationUri 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.
-
readApplicationUriAsync
CompletableFuture<? extends String> readApplicationUriAsync()An asynchronous implementation ofreadApplicationUri().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeApplicationUriAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeApplicationUriAsync(String value) An asynchronous implementation ofwriteApplicationUri(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getApplicationUriNode
Get the ApplicationUriPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ApplicationUri
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getApplicationUriNodeAsync
CompletableFuture<? extends PropertyType> getApplicationUriNodeAsync()Asynchronous implementation ofgetApplicationUriNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getEndpointUrl
Get the local value of the EndpointUrl Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the EndpointUrl Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the EndpointUrl Node.
-
setEndpointUrl
Set the local value of the EndpointUrl Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the EndpointUrl Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the EndpointUrl Node.
-
readEndpointUrl
Read the value of the EndpointUrl 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.
-
writeEndpointUrl
Write a new value for the EndpointUrl 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.
-
readEndpointUrlAsync
CompletableFuture<? extends String> readEndpointUrlAsync()An asynchronous implementation ofreadEndpointUrl().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeEndpointUrlAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEndpointUrlAsync(String value) An asynchronous implementation ofwriteEndpointUrl(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getEndpointUrlNode
Get the EndpointUrlPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the EndpointUrl
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getEndpointUrlNodeAsync
CompletableFuture<? extends PropertyType> getEndpointUrlNodeAsync()Asynchronous implementation ofgetEndpointUrlNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSecurityPolicyUri
Get the local value of the SecurityPolicyUri Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the SecurityPolicyUri Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SecurityPolicyUri Node.
-
setSecurityPolicyUri
Set the local value of the SecurityPolicyUri Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the SecurityPolicyUri Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SecurityPolicyUri Node.
-
readSecurityPolicyUri
Read the value of the SecurityPolicyUri 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.
-
writeSecurityPolicyUri
Write a new value for the SecurityPolicyUri 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.
-
readSecurityPolicyUriAsync
CompletableFuture<? extends String> readSecurityPolicyUriAsync()An asynchronous implementation ofreadSecurityPolicyUri().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSecurityPolicyUriAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityPolicyUriAsync(String value) An asynchronous implementation ofwriteSecurityPolicyUri(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSecurityPolicyUriNode
Get the SecurityPolicyUriPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the SecurityPolicyUri
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSecurityPolicyUriNodeAsync
CompletableFuture<? extends PropertyType> getSecurityPolicyUriNodeAsync()Asynchronous implementation ofgetSecurityPolicyUriNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getUserTokenType
org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy getUserTokenType() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the UserTokenType Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the UserTokenType Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the UserTokenType Node.
-
setUserTokenType
void setUserTokenType(org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the UserTokenType Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the UserTokenType Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the UserTokenType Node.
-
readUserTokenType
org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy readUserTokenType() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the UserTokenType Node from the server and update the local value if the operation succeeds.- Returns:
- the
UserTokenPolicyvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeUserTokenType
void writeUserTokenType(org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the UserTokenType Node to the server and update the local value if the operation succeeds.- Parameters:
value- theUserTokenPolicyvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readUserTokenTypeAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy> readUserTokenTypeAsync()An asynchronous implementation ofreadUserTokenType().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeUserTokenTypeAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeUserTokenTypeAsync(org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy value) An asynchronous implementation ofwriteUserTokenType(org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getUserTokenTypeNode
Get the UserTokenTypePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the UserTokenType
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getUserTokenTypeNodeAsync
CompletableFuture<? extends PropertyType> getUserTokenTypeNodeAsync()Asynchronous implementation ofgetUserTokenTypeNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getRequestedKeyCount
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort getRequestedKeyCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the RequestedKeyCount Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the RequestedKeyCount Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RequestedKeyCount Node.
-
setRequestedKeyCount
void setRequestedKeyCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the RequestedKeyCount Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the RequestedKeyCount Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RequestedKeyCount Node.
-
readRequestedKeyCount
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort readRequestedKeyCount() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the RequestedKeyCount Node from the server and update the local value if the operation succeeds.- Returns:
- the
UShortvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeRequestedKeyCount
void writeRequestedKeyCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the RequestedKeyCount Node to the server and update the local value if the operation succeeds.- Parameters:
value- theUShortvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readRequestedKeyCountAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort> readRequestedKeyCountAsync()An asynchronous implementation ofreadRequestedKeyCount().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeRequestedKeyCountAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRequestedKeyCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort value) An asynchronous implementation ofwriteRequestedKeyCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UShort).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getRequestedKeyCountNode
Get the RequestedKeyCountPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the RequestedKeyCount
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getRequestedKeyCountNodeAsync
CompletableFuture<? extends PropertyType> getRequestedKeyCountNodeAsync()Asynchronous implementation ofgetRequestedKeyCountNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getRetryInterval
Get the local value of the RetryInterval Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the RetryInterval Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RetryInterval Node.
-
setRetryInterval
Set the local value of the RetryInterval Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the RetryInterval Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the RetryInterval Node.
-
readRetryInterval
Read the value of the RetryInterval Node from the server and update the local value if the operation succeeds.- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeRetryInterval
Write a new value for the RetryInterval Node to the server and update the local value if the operation succeeds.- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readRetryIntervalAsync
CompletableFuture<? extends Double> readRetryIntervalAsync()An asynchronous implementation ofreadRetryInterval().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeRetryIntervalAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRetryIntervalAsync(Double value) An asynchronous implementation ofwriteRetryInterval(java.lang.Double).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getRetryIntervalNode
Get the RetryIntervalPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the RetryInterval
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getRetryIntervalNodeAsync
CompletableFuture<? extends PropertyType> getRetryIntervalNodeAsync()Asynchronous implementation ofgetRetryIntervalNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLastPushExecutionTime
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getLastPushExecutionTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the LastPushExecutionTime Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the LastPushExecutionTime Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastPushExecutionTime Node.
-
setLastPushExecutionTime
void setLastPushExecutionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the LastPushExecutionTime Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the LastPushExecutionTime Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastPushExecutionTime Node.
-
readLastPushExecutionTime
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readLastPushExecutionTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the LastPushExecutionTime 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.
-
writeLastPushExecutionTime
void writeLastPushExecutionTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the LastPushExecutionTime 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.
-
readLastPushExecutionTimeAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readLastPushExecutionTimeAsync()An asynchronous implementation ofreadLastPushExecutionTime().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeLastPushExecutionTimeAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastPushExecutionTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) An asynchronous implementation ofwriteLastPushExecutionTime(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.
-
getLastPushExecutionTimeNode
Get the LastPushExecutionTimePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the LastPushExecutionTime
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLastPushExecutionTimeNodeAsync
CompletableFuture<? extends PropertyType> getLastPushExecutionTimeNodeAsync()Asynchronous implementation ofgetLastPushExecutionTimeNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getLastPushErrorTime
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getLastPushErrorTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the LastPushErrorTime Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the LastPushErrorTime Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastPushErrorTime Node.
-
setLastPushErrorTime
void setLastPushErrorTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the LastPushErrorTime Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the LastPushErrorTime Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the LastPushErrorTime Node.
-
readLastPushErrorTime
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readLastPushErrorTime() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the LastPushErrorTime 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.
-
writeLastPushErrorTime
void writeLastPushErrorTime(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the LastPushErrorTime 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.
-
readLastPushErrorTimeAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readLastPushErrorTimeAsync()An asynchronous implementation ofreadLastPushErrorTime().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeLastPushErrorTimeAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastPushErrorTimeAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) An asynchronous implementation ofwriteLastPushErrorTime(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.
-
getLastPushErrorTimeNode
Get the LastPushErrorTimePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the LastPushErrorTime
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLastPushErrorTimeNodeAsync
CompletableFuture<? extends PropertyType> getLastPushErrorTimeNodeAsync()Asynchronous implementation ofgetLastPushErrorTimeNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-