Interface AuditEventType
- All Superinterfaces:
BaseEventType,BaseObjectType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
- All Known Subinterfaces:
AuditActivateSessionEventType,AuditAddNodesEventType,AuditAddReferencesEventType,AuditCancelEventType,AuditCertificateDataMismatchEventType,AuditCertificateEventType,AuditCertificateExpiredEventType,AuditCertificateInvalidEventType,AuditCertificateMismatchEventType,AuditCertificateRevokedEventType,AuditCertificateUntrustedEventType,AuditChannelEventType,AuditClientEventType,AuditClientUpdateMethodResultEventType,AuditConditionAcknowledgeEventType,AuditConditionCommentEventType,AuditConditionConfirmEventType,AuditConditionEnableEventType,AuditConditionEventType,AuditConditionOutOfServiceEventType,AuditConditionResetEventType,AuditConditionRespondEventType,AuditConditionShelvingEventType,AuditConditionSilenceEventType,AuditConditionSuppressionEventType,AuditCreateSessionEventType,AuditDeleteNodesEventType,AuditDeleteReferencesEventType,AuditHistoryAnnotationUpdateEventType,AuditHistoryAtTimeDeleteEventType,AuditHistoryBulkInsertEventType,AuditHistoryConfigurationChangeEventType,AuditHistoryDeleteEventType,AuditHistoryEventDeleteEventType,AuditHistoryEventUpdateEventType,AuditHistoryRawModifyDeleteEventType,AuditHistoryUpdateEventType,AuditHistoryValueUpdateEventType,AuditNodeManagementEventType,AuditOpenSecureChannelEventType,AuditProgramTransitionEventType,AuditSecurityEventType,AuditSessionEventType,AuditUpdateEventType,AuditUpdateMethodEventType,AuditUpdateStateEventType,AuditUrlMismatchEventType,AuditWriteUpdateEventType,CertificateUpdatedAuditEventType,CertificateUpdateRequestedAuditEventType,KeyCredentialAuditEventType,KeyCredentialDeletedAuditEventType,KeyCredentialUpdatedAuditEventType,ProgramTransitionAuditEventType,RoleMappingRuleChangedAuditEventType,TrustListUpdatedAuditEventType,TrustListUpdateRequestedAuditEventType
- All Known Implementing Classes:
AuditActivateSessionEventTypeNode,AuditAddNodesEventTypeNode,AuditAddReferencesEventTypeNode,AuditCancelEventTypeNode,AuditCertificateDataMismatchEventTypeNode,AuditCertificateEventTypeNode,AuditCertificateExpiredEventTypeNode,AuditCertificateInvalidEventTypeNode,AuditCertificateMismatchEventTypeNode,AuditCertificateRevokedEventTypeNode,AuditCertificateUntrustedEventTypeNode,AuditChannelEventTypeNode,AuditClientEventTypeNode,AuditClientUpdateMethodResultEventTypeNode,AuditConditionAcknowledgeEventTypeNode,AuditConditionCommentEventTypeNode,AuditConditionConfirmEventTypeNode,AuditConditionEnableEventTypeNode,AuditConditionEventTypeNode,AuditConditionOutOfServiceEventTypeNode,AuditConditionResetEventTypeNode,AuditConditionRespondEventTypeNode,AuditConditionShelvingEventTypeNode,AuditConditionSilenceEventTypeNode,AuditConditionSuppressionEventTypeNode,AuditCreateSessionEventTypeNode,AuditDeleteNodesEventTypeNode,AuditDeleteReferencesEventTypeNode,AuditEventTypeNode,AuditHistoryAnnotationUpdateEventTypeNode,AuditHistoryAtTimeDeleteEventTypeNode,AuditHistoryBulkInsertEventTypeNode,AuditHistoryConfigurationChangeEventTypeNode,AuditHistoryDeleteEventTypeNode,AuditHistoryEventDeleteEventTypeNode,AuditHistoryEventUpdateEventTypeNode,AuditHistoryRawModifyDeleteEventTypeNode,AuditHistoryUpdateEventTypeNode,AuditHistoryValueUpdateEventTypeNode,AuditNodeManagementEventTypeNode,AuditOpenSecureChannelEventTypeNode,AuditProgramTransitionEventTypeNode,AuditSecurityEventTypeNode,AuditSessionEventTypeNode,AuditUpdateEventTypeNode,AuditUpdateMethodEventTypeNode,AuditUpdateStateEventTypeNode,AuditUrlMismatchEventTypeNode,AuditWriteUpdateEventTypeNode,CertificateUpdatedAuditEventTypeNode,CertificateUpdateRequestedAuditEventTypeNode,KeyCredentialAuditEventTypeNode,KeyCredentialDeletedAuditEventTypeNode,KeyCredentialUpdatedAuditEventTypeNode,ProgramTransitionAuditEventTypeNode,RoleMappingRuleChangedAuditEventTypeNode,TrustListUpdatedAuditEventTypeNode,TrustListUpdateRequestedAuditEventTypeNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic 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<String>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<Boolean>Fields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.BaseEventType
CONDITION_CLASS_ID, CONDITION_CLASS_NAME, CONDITION_SUB_CLASS_ID, CONDITION_SUB_CLASS_NAME, EVENT_ID, EVENT_TYPE, LOCAL_TIME, MESSAGE, RECEIVE_TIME, SEVERITY, SOURCE_NAME, SOURCE_NODE, TIME -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.milo.opcua.stack.core.types.builtin.DateTimeGet the local value of the ActionTimeStamp Node.Get the ActionTimeStampPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetActionTimeStampNode().Get the local value of the ClientAuditEntryId Node.Get the ClientAuditEntryIdPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetClientAuditEntryIdNode().Get the local value of the ClientUserId Node.Get the ClientUserIdPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetClientUserIdNode().Get the local value of the ServerId Node.Get the ServerIdPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetServerIdNode().Get the local value of the Status Node.Get the StatusPropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyType>Asynchronous implementation ofgetStatusNode().org.eclipse.milo.opcua.stack.core.types.builtin.DateTimeRead the value of the ActionTimeStamp 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 ofreadActionTimeStamp().Read the value of the ClientAuditEntryId Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadClientAuditEntryId().Read the value of the ClientUserId Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadClientUserId().Read the value of the ServerId Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends String>An asynchronous implementation ofreadServerId().Read the value of the Status Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Boolean>An asynchronous implementation ofreadStatus().voidsetActionTimeStamp(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Set the local value of the ActionTimeStamp Node.voidsetClientAuditEntryId(String value) Set the local value of the ClientAuditEntryId Node.voidsetClientUserId(String value) Set the local value of the ClientUserId Node.voidsetServerId(String value) Set the local value of the ServerId Node.voidSet the local value of the Status Node.voidwriteActionTimeStamp(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) Write a new value for the ActionTimeStamp Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeActionTimeStampAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) An asynchronous implementation ofwriteActionTimeStamp(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime).voidwriteClientAuditEntryId(String value) Write a new value for the ClientAuditEntryId 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 ofwriteClientAuditEntryId(java.lang.String).voidwriteClientUserId(String value) Write a new value for the ClientUserId Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeClientUserIdAsync(String value) An asynchronous implementation ofwriteClientUserId(java.lang.String).voidwriteServerId(String value) Write a new value for the ServerId Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeServerIdAsync(String value) An asynchronous implementation ofwriteServerId(java.lang.String).voidwriteStatus(Boolean value) Write a new value for the Status Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeStatusAsync(Boolean value) An asynchronous implementation ofwriteStatus(java.lang.Boolean).Methods inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.BaseEventType
getConditionClassId, getConditionClassIdNode, getConditionClassIdNodeAsync, getConditionClassName, getConditionClassNameNode, getConditionClassNameNodeAsync, getConditionSubClassId, getConditionSubClassIdNode, getConditionSubClassIdNodeAsync, getConditionSubClassName, getConditionSubClassNameNode, getConditionSubClassNameNodeAsync, getEventId, getEventIdNode, getEventIdNodeAsync, getEventType, getEventTypeNode, getEventTypeNodeAsync, getLocalTime, getLocalTimeNode, getLocalTimeNodeAsync, getMessage, getMessageNode, getMessageNodeAsync, getReceiveTime, getReceiveTimeNode, getReceiveTimeNodeAsync, getSeverity, getSeverityNode, getSeverityNodeAsync, getSourceName, getSourceNameNode, getSourceNameNodeAsync, getSourceNode, getSourceNodeNode, getSourceNodeNodeAsync, getTime, getTimeNode, getTimeNodeAsync, readConditionClassId, readConditionClassIdAsync, readConditionClassName, readConditionClassNameAsync, readConditionSubClassId, readConditionSubClassIdAsync, readConditionSubClassName, readConditionSubClassNameAsync, readEventId, readEventIdAsync, readEventType, readEventTypeAsync, readLocalTime, readLocalTimeAsync, readMessage, readMessageAsync, readReceiveTime, readReceiveTimeAsync, readSeverity, readSeverityAsync, readSourceName, readSourceNameAsync, readSourceNode, readSourceNodeAsync, readTime, readTimeAsync, setConditionClassId, setConditionClassName, setConditionSubClassId, setConditionSubClassName, setEventId, setEventType, setLocalTime, setMessage, setReceiveTime, setSeverity, setSourceName, setSourceNode, setTime, writeConditionClassId, writeConditionClassIdAsync, writeConditionClassName, writeConditionClassNameAsync, writeConditionSubClassId, writeConditionSubClassIdAsync, writeConditionSubClassName, writeConditionSubClassNameAsync, writeEventId, writeEventIdAsync, writeEventType, writeEventTypeAsync, writeLocalTime, writeLocalTimeAsync, writeMessage, writeMessageAsync, writeReceiveTime, writeReceiveTimeAsync, writeSeverity, writeSeverityAsync, writeSourceName, writeSourceNameAsync, writeSourceNode, writeSourceNodeAsync, writeTime, writeTimeAsyncMethods 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
-
ACTION_TIME_STAMP
static final org.eclipse.milo.opcua.sdk.core.QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> ACTION_TIME_STAMP -
STATUS
-
SERVER_ID
-
CLIENT_AUDIT_ENTRY_ID
-
CLIENT_USER_ID
-
-
Method Details
-
getActionTimeStamp
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime getActionTimeStamp() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the local value of the ActionTimeStamp Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the ActionTimeStamp Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ActionTimeStamp Node.
-
setActionTimeStamp
void setActionTimeStamp(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Set the local value of the ActionTimeStamp Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the ActionTimeStamp Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ActionTimeStamp Node.
-
readActionTimeStamp
org.eclipse.milo.opcua.stack.core.types.builtin.DateTime readActionTimeStamp() throws org.eclipse.milo.opcua.stack.core.UaExceptionRead the value of the ActionTimeStamp 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.
-
writeActionTimeStamp
void writeActionTimeStamp(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) throws org.eclipse.milo.opcua.stack.core.UaException Write a new value for the ActionTimeStamp 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.
-
readActionTimeStampAsync
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.DateTime> readActionTimeStampAsync()An asynchronous implementation ofreadActionTimeStamp().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeActionTimeStampAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeActionTimeStampAsync(org.eclipse.milo.opcua.stack.core.types.builtin.DateTime value) An asynchronous implementation ofwriteActionTimeStamp(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.
-
getActionTimeStampNode
Get the ActionTimeStampPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ActionTimeStamp
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getActionTimeStampNodeAsync
CompletableFuture<? extends PropertyType> getActionTimeStampNodeAsync()Asynchronous implementation ofgetActionTimeStampNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getStatus
Get the local value of the Status Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the Status Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Status Node.
-
setStatus
Set the local value of the Status Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the Status Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Status Node.
-
readStatus
Read the value of the Status Node from the server and update the local value if the operation succeeds.- Returns:
- the
Booleanvalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeStatus
Write a new value for the Status Node to the server and update the local value if the operation succeeds.- Parameters:
value- theBooleanvalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readStatusAsync
CompletableFuture<? extends Boolean> readStatusAsync()An asynchronous implementation ofreadStatus().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeStatusAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeStatusAsync(Boolean value) An asynchronous implementation ofwriteStatus(java.lang.Boolean).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getStatusNode
Get the StatusPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the Status
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getStatusNodeAsync
CompletableFuture<? extends PropertyType> getStatusNodeAsync()Asynchronous implementation ofgetStatusNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getServerId
Get the local value of the ServerId Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the ServerId Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ServerId Node.
-
setServerId
Set the local value of the ServerId Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the ServerId Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ServerId Node.
-
readServerId
Read the value of the ServerId 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.
-
writeServerId
Write a new value for the ServerId 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.
-
readServerIdAsync
CompletableFuture<? extends String> readServerIdAsync()An asynchronous implementation ofreadServerId().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeServerIdAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeServerIdAsync(String value) An asynchronous implementation ofwriteServerId(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getServerIdNode
Get the ServerIdPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ServerId
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getServerIdNodeAsync
CompletableFuture<? extends PropertyType> getServerIdNodeAsync()Asynchronous implementation ofgetServerIdNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getClientAuditEntryId
Get the local value of the ClientAuditEntryId Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the ClientAuditEntryId Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ClientAuditEntryId Node.
-
setClientAuditEntryId
Set the local value of the ClientAuditEntryId Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the ClientAuditEntryId Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ClientAuditEntryId Node.
-
readClientAuditEntryId
Read the value of the ClientAuditEntryId 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.
-
writeClientAuditEntryId
Write a new value for the ClientAuditEntryId 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.
-
readClientAuditEntryIdAsync
CompletableFuture<? extends String> readClientAuditEntryIdAsync()An asynchronous implementation ofreadClientAuditEntryId().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeClientAuditEntryIdAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientAuditEntryIdAsync(String value) An asynchronous implementation ofwriteClientAuditEntryId(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getClientAuditEntryIdNode
Get the ClientAuditEntryIdPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ClientAuditEntryId
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getClientAuditEntryIdNodeAsync
CompletableFuture<? extends PropertyType> getClientAuditEntryIdNodeAsync()Asynchronous implementation ofgetClientAuditEntryIdNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getClientUserId
Get the local value of the ClientUserId Node.The returned value is the last seen; it is not read live from the server.
- Returns:
- the local value of the ClientUserId Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ClientUserId Node.
-
setClientUserId
Set the local value of the ClientUserId Node.The value is only updated locally; it is not written to the server.
- Parameters:
value- the local value to set for the ClientUserId Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the ClientUserId Node.
-
readClientUserId
Read the value of the ClientUserId 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.
-
writeClientUserId
Write a new value for the ClientUserId 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.
-
readClientUserIdAsync
CompletableFuture<? extends String> readClientUserIdAsync()An asynchronous implementation ofreadClientUserId().- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeClientUserIdAsync
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeClientUserIdAsync(String value) An asynchronous implementation ofwriteClientUserId(java.lang.String).- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getClientUserIdNode
Get the ClientUserIdPropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ClientUserId
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getClientUserIdNodeAsync
CompletableFuture<? extends PropertyType> getClientUserIdNodeAsync()Asynchronous implementation ofgetClientUserIdNode().- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-