Interface HistoricalExternalEventSourceType
- All Superinterfaces:
BaseObjectType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
- All Known Implementing Classes:
HistoricalExternalEventSourceTypeNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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.EventFilter>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy>static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode>static 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<String> -
Method Summary
Modifier and TypeMethodDescriptionGet 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.structured.EventFilterGet the local value of the HistoricalEventFilter Node.Get the HistoricalEventFilterPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetHistoricalEventFilterNode().org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicyGet the local value of the IdentityTokenPolicy Node.Get the IdentityTokenPolicyPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetIdentityTokenPolicyNode().org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityModeGet the local value of the SecurityMode Node.Get the SecurityModePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetSecurityModeNode().Get the local value of the SecurityPolicyUri Node.Get the SecurityPolicyUriPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetSecurityPolicyUriNode().Get the local value of the Server Node.Get the ServerPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetServerNode().Get the local value of the TransportProfileUri Node.Get the TransportProfileUriPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetTransportProfileUriNode().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.structured.EventFilterRead the value of the HistoricalEventFilter Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.EventFilter>An asynchronous implementation ofreadHistoricalEventFilter().org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicyRead the value of the IdentityTokenPolicy 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 ofreadIdentityTokenPolicy().org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityModeRead the value of the SecurityMode Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode>An asynchronous implementation ofreadSecurityMode().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().Read the value of the Server Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadServer().Read the value of the TransportProfileUri Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadTransportProfileUri().voidsetEndpointUrl(String value) Set the local value of the EndpointUrl Node.voidsetHistoricalEventFilter(org.eclipse.milo.opcua.stack.core.types.structured.EventFilter value) Set the local value of the HistoricalEventFilter Node.voidsetIdentityTokenPolicy(org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy value) Set the local value of the IdentityTokenPolicy Node.voidsetSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) Set the local value of the SecurityMode Node.voidsetSecurityPolicyUri(String value) Set the local value of the SecurityPolicyUri Node.voidSet the local value of the Server Node.voidsetTransportProfileUri(String value) Set the local value of the TransportProfileUri Node.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).voidwriteHistoricalEventFilter(org.eclipse.milo.opcua.stack.core.types.structured.EventFilter value) Write a new value for the HistoricalEventFilter Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeHistoricalEventFilterAsync(org.eclipse.milo.opcua.stack.core.types.structured.EventFilter value) An asynchronous implementation ofwriteHistoricalEventFilter(org.eclipse.milo.opcua.stack.core.types.structured.EventFilter).voidwriteIdentityTokenPolicy(org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy value) Write a new value for the IdentityTokenPolicy Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeIdentityTokenPolicyAsync(org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy value) An asynchronous implementation ofwriteIdentityTokenPolicy(org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy).voidwriteSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) Write a new value for the SecurityMode Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeSecurityModeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) An asynchronous implementation ofwriteSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode).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).voidwriteServer(String value) Write a new value for the Server Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeServerAsync(String value) An asynchronous implementation ofwriteServer(java.lang.String).voidwriteTransportProfileUri(String value) Write a new value for the TransportProfileUri 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 ofwriteTransportProfileUri(java.lang.String).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
-
SERVER
-
ENDPOINT_URL
-
SECURITY_MODE
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode> SECURITY_MODE -
SECURITY_POLICY_URI
-
IDENTITY_TOKEN_POLICY
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy> IDENTITY_TOKEN_POLICY -
TRANSPORT_PROFILE_URI
-
HISTORICAL_EVENT_FILTER
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.structured.EventFilter> HISTORICAL_EVENT_FILTER
-
-
Method Details
-
getServer
Get the local value of the Server Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the Server Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Server Node.
-
setServer
Set the local value of the Server Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the Server Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Server Node.
-
readServer
Read the value of the Server 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.
-
writeServer
Write a new value for the Server 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.
-
readServerAsync
CompletableFuture<? extends String> readServerAsync()An asynchronous implementation ofreadServer().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeServerAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerAsync(String value) An asynchronous implementation ofwriteServer(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getServerNode
Get the ServerPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the Server
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getServerNodeAsync
CompletableFuture<? extends PropertyType> getServerNodeAsync()Asynchronous implementation ofgetServerNode().- 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.
-
getSecurityMode
org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode getSecurityMode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the SecurityMode Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the SecurityMode Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SecurityMode Node.
-
setSecurityMode
void setSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the SecurityMode Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the SecurityMode Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the SecurityMode Node.
-
readSecurityMode
org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode readSecurityMode() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the SecurityMode Node from the server and update the local value if the operation succeeds.- Returns:
- the
MessageSecurityModevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSecurityMode
void writeSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the SecurityMode Node to the server and update the local value if the operation succeeds.- Parameters:
value- theMessageSecurityModevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readSecurityModeAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode> readSecurityModeAsync()An asynchronous implementation ofreadSecurityMode().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSecurityModeAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityModeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) An asynchronous implementation ofwriteSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSecurityModeNode
Get the SecurityModePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the SecurityMode
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getSecurityModeNodeAsync
CompletableFuture<? extends PropertyType> getSecurityModeNodeAsync()Asynchronous implementation ofgetSecurityModeNode().- 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.
-
getIdentityTokenPolicy
org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy getIdentityTokenPolicy() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the IdentityTokenPolicy Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the IdentityTokenPolicy Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the IdentityTokenPolicy Node.
-
setIdentityTokenPolicy
void setIdentityTokenPolicy(org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the IdentityTokenPolicy Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the IdentityTokenPolicy Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the IdentityTokenPolicy Node.
-
readIdentityTokenPolicy
org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy readIdentityTokenPolicy() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the IdentityTokenPolicy 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.
-
writeIdentityTokenPolicy
void writeIdentityTokenPolicy(org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the IdentityTokenPolicy 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.
-
readIdentityTokenPolicyAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy> readIdentityTokenPolicyAsync()An asynchronous implementation ofreadIdentityTokenPolicy().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeIdentityTokenPolicyAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeIdentityTokenPolicyAsync(org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy value) An asynchronous implementation ofwriteIdentityTokenPolicy(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.
-
getIdentityTokenPolicyNode
Get the IdentityTokenPolicyPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the IdentityTokenPolicy
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getIdentityTokenPolicyNodeAsync
CompletableFuture<? extends PropertyType> getIdentityTokenPolicyNodeAsync()Asynchronous implementation ofgetIdentityTokenPolicyNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getTransportProfileUri
Get the local value of the TransportProfileUri Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the TransportProfileUri Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the TransportProfileUri Node.
-
setTransportProfileUri
Set the local value of the TransportProfileUri Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the TransportProfileUri Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the TransportProfileUri Node.
-
readTransportProfileUri
Read the value of the TransportProfileUri 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.
-
writeTransportProfileUri
Write a new value for the TransportProfileUri 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.
-
readTransportProfileUriAsync
CompletableFuture<? extends String> readTransportProfileUriAsync()An asynchronous implementation ofreadTransportProfileUri().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeTransportProfileUriAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTransportProfileUriAsync(String value) An asynchronous implementation ofwriteTransportProfileUri(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getTransportProfileUriNode
Get the TransportProfileUriPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the TransportProfileUri
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getTransportProfileUriNodeAsync
CompletableFuture<? extends PropertyType> getTransportProfileUriNodeAsync()Asynchronous implementation ofgetTransportProfileUriNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getHistoricalEventFilter
org.eclipse.milo.opcua.stack.core.types.structured.EventFilter getHistoricalEventFilter() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the HistoricalEventFilter Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the HistoricalEventFilter Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HistoricalEventFilter Node.
-
setHistoricalEventFilter
void setHistoricalEventFilter(org.eclipse.milo.opcua.stack.core.types.structured.EventFilter value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the HistoricalEventFilter Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the HistoricalEventFilter Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the HistoricalEventFilter Node.
-
readHistoricalEventFilter
org.eclipse.milo.opcua.stack.core.types.structured.EventFilter readHistoricalEventFilter() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the HistoricalEventFilter Node from the server and update the local value if the operation succeeds.- Returns:
- the
EventFiltervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeHistoricalEventFilter
void writeHistoricalEventFilter(org.eclipse.milo.opcua.stack.core.types.structured.EventFilter value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the HistoricalEventFilter Node to the server and update the local value if the operation succeeds.- Parameters:
value- theEventFiltervalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readHistoricalEventFilterAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.EventFilter> readHistoricalEventFilterAsync()An asynchronous implementation ofreadHistoricalEventFilter().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeHistoricalEventFilterAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeHistoricalEventFilterAsync(org.eclipse.milo.opcua.stack.core.types.structured.EventFilter value) An asynchronous implementation ofwriteHistoricalEventFilter(org.eclipse.milo.opcua.stack.core.types.structured.EventFilter).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getHistoricalEventFilterNode
Get the HistoricalEventFilterPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the HistoricalEventFilter
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getHistoricalEventFilterNodeAsync
CompletableFuture<? extends PropertyType> getHistoricalEventFilterNodeAsync()Asynchronous implementation ofgetHistoricalEventFilterNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-