Class HistoricalExternalEventSourceTypeNode
- All Implemented Interfaces:
BaseObjectType,HistoricalExternalEventSourceType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
-
Field Summary
Fields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.HistoricalExternalEventSourceType
ENDPOINT_URL, HISTORICAL_EVENT_FILTER, IDENTITY_TOKEN_POLICY, SECURITY_MODE, SECURITY_POLICY_URI, SERVER, TRANSPORT_PROFILE_URI -
Constructor Summary
ConstructorsConstructorDescriptionHistoricalExternalEventSourceTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) -
Method Summary
Modifier and TypeMethodDescriptionGet the local value of the EndpointUrl Node.Get the EndpointUrlPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofHistoricalExternalEventSourceType.getEndpointUrlNode().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 PropertyTypeNode>Asynchronous implementation ofHistoricalExternalEventSourceType.getHistoricalEventFilterNode().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 PropertyTypeNode>Asynchronous implementation ofHistoricalExternalEventSourceType.getIdentityTokenPolicyNode().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 PropertyTypeNode>Asynchronous implementation ofHistoricalExternalEventSourceType.getSecurityModeNode().Get the local value of the SecurityPolicyUri Node.Get the SecurityPolicyUriPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofHistoricalExternalEventSourceType.getSecurityPolicyUriNode().Get the local value of the Server Node.Get the ServerPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofHistoricalExternalEventSourceType.getServerNode().Get the local value of the TransportProfileUri Node.Get the TransportProfileUriPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofHistoricalExternalEventSourceType.getTransportProfileUriNode().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 ofHistoricalExternalEventSourceType.readEndpointUrl().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 ofHistoricalExternalEventSourceType.readHistoricalEventFilter().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 ofHistoricalExternalEventSourceType.readIdentityTokenPolicy().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 ofHistoricalExternalEventSourceType.readSecurityMode().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 ofHistoricalExternalEventSourceType.readSecurityPolicyUri().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 ofHistoricalExternalEventSourceType.readServer().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 ofHistoricalExternalEventSourceType.readTransportProfileUri().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 endpointUrl) An asynchronous implementation ofHistoricalExternalEventSourceType.writeEndpointUrl(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 historicalEventFilter) An asynchronous implementation ofHistoricalExternalEventSourceType.writeHistoricalEventFilter(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 identityTokenPolicy) An asynchronous implementation ofHistoricalExternalEventSourceType.writeIdentityTokenPolicy(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 securityMode) An asynchronous implementation ofHistoricalExternalEventSourceType.writeSecurityMode(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>writeSecurityPolicyUriAsync(String securityPolicyUri) An asynchronous implementation ofHistoricalExternalEventSourceType.writeSecurityPolicyUri(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 server) An asynchronous implementation ofHistoricalExternalEventSourceType.writeServer(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>writeTransportProfileUriAsync(String transportProfileUri) An asynchronous implementation ofHistoricalExternalEventSourceType.writeTransportProfileUri(java.lang.String).Methods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaObjectNode
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIconAsync, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersionAsync, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIconAsync, setNamingRuleAsync, setNodeVersionAsync, writeEventNotifierMethods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaNode
browse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getAccessRestrictions, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, invalidate, readAccessRestrictions, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readRolePermissions, readUserRolePermissions, readUserWriteMask, readWriteMask, refresh, refreshAsync, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAccessRestrictions, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeRolePermissions, writeUserRolePermissions, writeUserWriteMask, writeWriteMaskMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
HistoricalExternalEventSourceTypeNode
public HistoricalExternalEventSourceTypeNode(OpcUaClient client, org.eclipse.milo.opcua.stack.core.types.builtin.NodeId nodeId, org.eclipse.milo.opcua.stack.core.types.enumerated.NodeClass nodeClass, org.eclipse.milo.opcua.stack.core.types.builtin.QualifiedName browseName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText displayName, org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText description, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger writeMask, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger userWriteMask, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
-
-
Method Details
-
getServer
Description copied from interface:HistoricalExternalEventSourceTypeGet the local value of the Server Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getServerin interfaceHistoricalExternalEventSourceType- 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
Description copied from interface:HistoricalExternalEventSourceTypeSet the local value of the Server Node.The value is only updated locally; it is not written to the server.
- Specified by:
setServerin interfaceHistoricalExternalEventSourceType- 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
Description copied from interface:HistoricalExternalEventSourceTypeRead the value of the Server Node from the server and update the local value if the operation succeeds.- Specified by:
readServerin interfaceHistoricalExternalEventSourceType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeServer
Description copied from interface:HistoricalExternalEventSourceTypeWrite a new value for the Server Node to the server and update the local value if the operation succeeds.- Specified by:
writeServerin interfaceHistoricalExternalEventSourceType- 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
Description copied from interface:HistoricalExternalEventSourceTypeAn asynchronous implementation ofHistoricalExternalEventSourceType.readServer().- Specified by:
readServerAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeServerAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerAsync(String server) Description copied from interface:HistoricalExternalEventSourceTypeAn asynchronous implementation ofHistoricalExternalEventSourceType.writeServer(java.lang.String).- Specified by:
writeServerAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getServerNode
Description copied from interface:HistoricalExternalEventSourceTypeGet the ServerPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getServerNodein interfaceHistoricalExternalEventSourceType- 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
Description copied from interface:HistoricalExternalEventSourceTypeAsynchronous implementation ofHistoricalExternalEventSourceType.getServerNode().- Specified by:
getServerNodeAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getEndpointUrl
Description copied from interface:HistoricalExternalEventSourceTypeGet the local value of the EndpointUrl Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getEndpointUrlin interfaceHistoricalExternalEventSourceType- 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
Description copied from interface:HistoricalExternalEventSourceTypeSet the local value of the EndpointUrl Node.The value is only updated locally; it is not written to the server.
- Specified by:
setEndpointUrlin interfaceHistoricalExternalEventSourceType- 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
Description copied from interface:HistoricalExternalEventSourceTypeRead the value of the EndpointUrl Node from the server and update the local value if the operation succeeds.- Specified by:
readEndpointUrlin interfaceHistoricalExternalEventSourceType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeEndpointUrl
Description copied from interface:HistoricalExternalEventSourceTypeWrite a new value for the EndpointUrl Node to the server and update the local value if the operation succeeds.- Specified by:
writeEndpointUrlin interfaceHistoricalExternalEventSourceType- 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
Description copied from interface:HistoricalExternalEventSourceTypeAn asynchronous implementation ofHistoricalExternalEventSourceType.readEndpointUrl().- Specified by:
readEndpointUrlAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeEndpointUrlAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeEndpointUrlAsync(String endpointUrl) Description copied from interface:HistoricalExternalEventSourceTypeAn asynchronous implementation ofHistoricalExternalEventSourceType.writeEndpointUrl(java.lang.String).- Specified by:
writeEndpointUrlAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getEndpointUrlNode
Description copied from interface:HistoricalExternalEventSourceTypeGet the EndpointUrlPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getEndpointUrlNodein interfaceHistoricalExternalEventSourceType- 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
Description copied from interface:HistoricalExternalEventSourceTypeAsynchronous implementation ofHistoricalExternalEventSourceType.getEndpointUrlNode().- Specified by:
getEndpointUrlNodeAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSecurityMode
public org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode getSecurityMode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:HistoricalExternalEventSourceTypeGet the local value of the SecurityMode Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSecurityModein interfaceHistoricalExternalEventSourceType- 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
public void setSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:HistoricalExternalEventSourceTypeSet the local value of the SecurityMode Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSecurityModein interfaceHistoricalExternalEventSourceType- 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
public org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode readSecurityMode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:HistoricalExternalEventSourceTypeRead the value of the SecurityMode Node from the server and update the local value if the operation succeeds.- Specified by:
readSecurityModein interfaceHistoricalExternalEventSourceType- Returns:
- the
MessageSecurityModevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSecurityMode
public void writeSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:HistoricalExternalEventSourceTypeWrite a new value for the SecurityMode Node to the server and update the local value if the operation succeeds.- Specified by:
writeSecurityModein interfaceHistoricalExternalEventSourceType- 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
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode> readSecurityModeAsync()Description copied from interface:HistoricalExternalEventSourceTypeAn asynchronous implementation ofHistoricalExternalEventSourceType.readSecurityMode().- Specified by:
readSecurityModeAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSecurityModeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityModeAsync(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode securityMode) Description copied from interface:HistoricalExternalEventSourceTypeAn asynchronous implementation ofHistoricalExternalEventSourceType.writeSecurityMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MessageSecurityMode).- Specified by:
writeSecurityModeAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSecurityModeNode
Description copied from interface:HistoricalExternalEventSourceTypeGet the SecurityModePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSecurityModeNodein interfaceHistoricalExternalEventSourceType- 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
Description copied from interface:HistoricalExternalEventSourceTypeAsynchronous implementation ofHistoricalExternalEventSourceType.getSecurityModeNode().- Specified by:
getSecurityModeNodeAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getSecurityPolicyUri
Description copied from interface:HistoricalExternalEventSourceTypeGet the local value of the SecurityPolicyUri Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getSecurityPolicyUriin interfaceHistoricalExternalEventSourceType- 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
Description copied from interface:HistoricalExternalEventSourceTypeSet the local value of the SecurityPolicyUri Node.The value is only updated locally; it is not written to the server.
- Specified by:
setSecurityPolicyUriin interfaceHistoricalExternalEventSourceType- 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
Description copied from interface:HistoricalExternalEventSourceTypeRead the value of the SecurityPolicyUri Node from the server and update the local value if the operation succeeds.- Specified by:
readSecurityPolicyUriin interfaceHistoricalExternalEventSourceType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeSecurityPolicyUri
public void writeSecurityPolicyUri(String value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:HistoricalExternalEventSourceTypeWrite a new value for the SecurityPolicyUri Node to the server and update the local value if the operation succeeds.- Specified by:
writeSecurityPolicyUriin interfaceHistoricalExternalEventSourceType- 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
Description copied from interface:HistoricalExternalEventSourceTypeAn asynchronous implementation ofHistoricalExternalEventSourceType.readSecurityPolicyUri().- Specified by:
readSecurityPolicyUriAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeSecurityPolicyUriAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSecurityPolicyUriAsync(String securityPolicyUri) Description copied from interface:HistoricalExternalEventSourceTypeAn asynchronous implementation ofHistoricalExternalEventSourceType.writeSecurityPolicyUri(java.lang.String).- Specified by:
writeSecurityPolicyUriAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getSecurityPolicyUriNode
public PropertyTypeNode getSecurityPolicyUriNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:HistoricalExternalEventSourceTypeGet the SecurityPolicyUriPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getSecurityPolicyUriNodein interfaceHistoricalExternalEventSourceType- 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
Description copied from interface:HistoricalExternalEventSourceTypeAsynchronous implementation ofHistoricalExternalEventSourceType.getSecurityPolicyUriNode().- Specified by:
getSecurityPolicyUriNodeAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getIdentityTokenPolicy
public org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy getIdentityTokenPolicy() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:HistoricalExternalEventSourceTypeGet the local value of the IdentityTokenPolicy Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getIdentityTokenPolicyin interfaceHistoricalExternalEventSourceType- 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
public void setIdentityTokenPolicy(org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:HistoricalExternalEventSourceTypeSet the local value of the IdentityTokenPolicy Node.The value is only updated locally; it is not written to the server.
- Specified by:
setIdentityTokenPolicyin interfaceHistoricalExternalEventSourceType- 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
public org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy readIdentityTokenPolicy() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:HistoricalExternalEventSourceTypeRead the value of the IdentityTokenPolicy Node from the server and update the local value if the operation succeeds.- Specified by:
readIdentityTokenPolicyin interfaceHistoricalExternalEventSourceType- Returns:
- the
UserTokenPolicyvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeIdentityTokenPolicy
public void writeIdentityTokenPolicy(org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:HistoricalExternalEventSourceTypeWrite a new value for the IdentityTokenPolicy Node to the server and update the local value if the operation succeeds.- Specified by:
writeIdentityTokenPolicyin interfaceHistoricalExternalEventSourceType- 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
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy> readIdentityTokenPolicyAsync()Description copied from interface:HistoricalExternalEventSourceTypeAn asynchronous implementation ofHistoricalExternalEventSourceType.readIdentityTokenPolicy().- Specified by:
readIdentityTokenPolicyAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeIdentityTokenPolicyAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeIdentityTokenPolicyAsync(org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy identityTokenPolicy) Description copied from interface:HistoricalExternalEventSourceTypeAn asynchronous implementation ofHistoricalExternalEventSourceType.writeIdentityTokenPolicy(org.eclipse.milo.opcua.stack.core.types.structured.UserTokenPolicy).- Specified by:
writeIdentityTokenPolicyAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getIdentityTokenPolicyNode
public PropertyTypeNode getIdentityTokenPolicyNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:HistoricalExternalEventSourceTypeGet the IdentityTokenPolicyPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getIdentityTokenPolicyNodein interfaceHistoricalExternalEventSourceType- 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
Description copied from interface:HistoricalExternalEventSourceTypeAsynchronous implementation ofHistoricalExternalEventSourceType.getIdentityTokenPolicyNode().- Specified by:
getIdentityTokenPolicyNodeAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getTransportProfileUri
Description copied from interface:HistoricalExternalEventSourceTypeGet the local value of the TransportProfileUri Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getTransportProfileUriin interfaceHistoricalExternalEventSourceType- 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
public void setTransportProfileUri(String value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:HistoricalExternalEventSourceTypeSet the local value of the TransportProfileUri Node.The value is only updated locally; it is not written to the server.
- Specified by:
setTransportProfileUriin interfaceHistoricalExternalEventSourceType- 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
Description copied from interface:HistoricalExternalEventSourceTypeRead the value of the TransportProfileUri Node from the server and update the local value if the operation succeeds.- Specified by:
readTransportProfileUriin interfaceHistoricalExternalEventSourceType- Returns:
- the
Stringvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeTransportProfileUri
public void writeTransportProfileUri(String value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:HistoricalExternalEventSourceTypeWrite a new value for the TransportProfileUri Node to the server and update the local value if the operation succeeds.- Specified by:
writeTransportProfileUriin interfaceHistoricalExternalEventSourceType- 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
Description copied from interface:HistoricalExternalEventSourceTypeAn asynchronous implementation ofHistoricalExternalEventSourceType.readTransportProfileUri().- Specified by:
readTransportProfileUriAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeTransportProfileUriAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeTransportProfileUriAsync(String transportProfileUri) Description copied from interface:HistoricalExternalEventSourceTypeAn asynchronous implementation ofHistoricalExternalEventSourceType.writeTransportProfileUri(java.lang.String).- Specified by:
writeTransportProfileUriAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getTransportProfileUriNode
public PropertyTypeNode getTransportProfileUriNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:HistoricalExternalEventSourceTypeGet the TransportProfileUriPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getTransportProfileUriNodein interfaceHistoricalExternalEventSourceType- 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
Description copied from interface:HistoricalExternalEventSourceTypeAsynchronous implementation ofHistoricalExternalEventSourceType.getTransportProfileUriNode().- Specified by:
getTransportProfileUriNodeAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getHistoricalEventFilter
public org.eclipse.milo.opcua.stack.core.types.structured.EventFilter getHistoricalEventFilter() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:HistoricalExternalEventSourceTypeGet the local value of the HistoricalEventFilter Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getHistoricalEventFilterin interfaceHistoricalExternalEventSourceType- 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
public void setHistoricalEventFilter(org.eclipse.milo.opcua.stack.core.types.structured.EventFilter value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:HistoricalExternalEventSourceTypeSet the local value of the HistoricalEventFilter Node.The value is only updated locally; it is not written to the server.
- Specified by:
setHistoricalEventFilterin interfaceHistoricalExternalEventSourceType- 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
public org.eclipse.milo.opcua.stack.core.types.structured.EventFilter readHistoricalEventFilter() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:HistoricalExternalEventSourceTypeRead the value of the HistoricalEventFilter Node from the server and update the local value if the operation succeeds.- Specified by:
readHistoricalEventFilterin interfaceHistoricalExternalEventSourceType- Returns:
- the
EventFiltervalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeHistoricalEventFilter
public void writeHistoricalEventFilter(org.eclipse.milo.opcua.stack.core.types.structured.EventFilter value) throws org.eclipse.milo.opcua.stack.core.UaException Description copied from interface:HistoricalExternalEventSourceTypeWrite a new value for the HistoricalEventFilter Node to the server and update the local value if the operation succeeds.- Specified by:
writeHistoricalEventFilterin interfaceHistoricalExternalEventSourceType- 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
public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.EventFilter> readHistoricalEventFilterAsync()Description copied from interface:HistoricalExternalEventSourceTypeAn asynchronous implementation ofHistoricalExternalEventSourceType.readHistoricalEventFilter().- Specified by:
readHistoricalEventFilterAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeHistoricalEventFilterAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeHistoricalEventFilterAsync(org.eclipse.milo.opcua.stack.core.types.structured.EventFilter historicalEventFilter) Description copied from interface:HistoricalExternalEventSourceTypeAn asynchronous implementation ofHistoricalExternalEventSourceType.writeHistoricalEventFilter(org.eclipse.milo.opcua.stack.core.types.structured.EventFilter).- Specified by:
writeHistoricalEventFilterAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getHistoricalEventFilterNode
public PropertyTypeNode getHistoricalEventFilterNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:HistoricalExternalEventSourceTypeGet the HistoricalEventFilterPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getHistoricalEventFilterNodein interfaceHistoricalExternalEventSourceType- 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
Description copied from interface:HistoricalExternalEventSourceTypeAsynchronous implementation ofHistoricalExternalEventSourceType.getHistoricalEventFilterNode().- Specified by:
getHistoricalEventFilterNodeAsyncin interfaceHistoricalExternalEventSourceType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-