Interface PubSubDiagnosticsRootType
- All Superinterfaces:
BaseObjectType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode,PubSubDiagnosticsType
- All Known Implementing Classes:
PubSubDiagnosticsRootTypeNode
-
Method Summary
Modifier and TypeMethodDescriptionGet the LiveValuesBaseObjectTypeNode, ornullif it does not exist.CompletableFuture<? extends BaseObjectType>Asynchronous implementation ofgetLiveValuesNode().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, setEventNotifierMethods inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.PubSubDiagnosticsType
getCountersNode, getCountersNodeAsync, getDiagnosticsLevel, getDiagnosticsLevelNode, getDiagnosticsLevelNodeAsync, getSubError, getSubErrorNode, getSubErrorNodeAsync, getTotalError, getTotalErrorNode, getTotalErrorNodeAsync, getTotalInformation, getTotalInformationNode, getTotalInformationNodeAsync, readDiagnosticsLevel, readDiagnosticsLevelAsync, readSubError, readSubErrorAsync, readTotalError, readTotalErrorAsync, readTotalInformation, readTotalInformationAsync, setDiagnosticsLevel, setSubError, setTotalError, setTotalInformation, writeDiagnosticsLevel, writeDiagnosticsLevelAsync, writeSubError, writeSubErrorAsync, writeTotalError, writeTotalErrorAsync, writeTotalInformation, writeTotalInformationAsync
-
Method Details
-
getLiveValuesNode
Get the LiveValuesBaseObjectTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getLiveValuesNodein interfacePubSubDiagnosticsType- Returns:
- the LiveValues
BaseObjectTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getLiveValuesNodeAsync
CompletableFuture<? extends BaseObjectType> getLiveValuesNodeAsync()Asynchronous implementation ofgetLiveValuesNode().- Specified by:
getLiveValuesNodeAsyncin interfacePubSubDiagnosticsType- Returns:
- a CompletableFuture that completes successfully with the BaseObjectType Node or completes exceptionally if an error occurs creating or getting the Node.
-