public class SessionDiagnosticsObjectTypeNode extends BaseObjectTypeNode implements SessionDiagnosticsObjectType
| Constructor and Description |
|---|
SessionDiagnosticsObjectTypeNode(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.builtin.unsigned.UByte eventNotifier) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType |
getSessionDiagnostics()
Get the local value of the SessionDiagnostics Node.
|
SessionDiagnosticsVariableTypeNode |
getSessionDiagnosticsNode()
Get the SessionDiagnostics
SessionDiagnosticsVariableType Node, or null if it does not exist. |
CompletableFuture<? extends SessionDiagnosticsVariableTypeNode> |
getSessionDiagnosticsNodeAsync()
Asynchronous implementation of
SessionDiagnosticsObjectType.getSessionDiagnosticsNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType |
getSessionSecurityDiagnostics()
Get the local value of the SessionSecurityDiagnostics Node.
|
SessionSecurityDiagnosticsTypeNode |
getSessionSecurityDiagnosticsNode()
Get the SessionSecurityDiagnostics
SessionSecurityDiagnosticsType Node, or null if it does not exist. |
CompletableFuture<? extends SessionSecurityDiagnosticsTypeNode> |
getSessionSecurityDiagnosticsNodeAsync()
Asynchronous implementation of
SessionDiagnosticsObjectType.getSessionSecurityDiagnosticsNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] |
getSubscriptionDiagnosticsArray()
Get the local value of the SubscriptionDiagnosticsArray Node.
|
SubscriptionDiagnosticsArrayTypeNode |
getSubscriptionDiagnosticsArrayNode()
Get the SubscriptionDiagnosticsArray
SubscriptionDiagnosticsArrayType Node, or null if it does not exist. |
CompletableFuture<? extends SubscriptionDiagnosticsArrayTypeNode> |
getSubscriptionDiagnosticsArrayNodeAsync()
Asynchronous implementation of
SessionDiagnosticsObjectType.getSubscriptionDiagnosticsArrayNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType |
readSessionDiagnostics()
Read the value of the SessionDiagnostics Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType> |
readSessionDiagnosticsAsync()
An asynchronous implementation of
SessionDiagnosticsObjectType.readSessionDiagnostics(). |
org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType |
readSessionSecurityDiagnostics()
Read the value of the SessionSecurityDiagnostics Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType> |
readSessionSecurityDiagnosticsAsync()
An asynchronous implementation of
SessionDiagnosticsObjectType.readSessionSecurityDiagnostics(). |
org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] |
readSubscriptionDiagnosticsArray()
Read the value of the SubscriptionDiagnosticsArray Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[]> |
readSubscriptionDiagnosticsArrayAsync()
An asynchronous implementation of
SessionDiagnosticsObjectType.readSubscriptionDiagnosticsArray(). |
void |
setSessionDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType sessionDiagnostics)
Set the local value of the SessionDiagnostics Node.
|
void |
setSessionSecurityDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType sessionSecurityDiagnostics)
Set the local value of the SessionSecurityDiagnostics Node.
|
void |
setSubscriptionDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
Set the local value of the SubscriptionDiagnosticsArray Node.
|
void |
writeSessionDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType sessionDiagnostics)
Write a new value for the SessionDiagnostics Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSessionDiagnosticsAsync(org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType sessionDiagnostics)
An asynchronous implementation of
SessionDiagnosticsObjectType.writeSessionDiagnostics(SessionDiagnosticsDataType). |
void |
writeSessionSecurityDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType sessionSecurityDiagnostics)
Write a new value for the SessionSecurityDiagnostics Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSessionSecurityDiagnosticsAsync(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType sessionSecurityDiagnostics)
An asynchronous implementation of
SessionDiagnosticsObjectType.writeSessionSecurityDiagnostics(SessionSecurityDiagnosticsDataType). |
void |
writeSubscriptionDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
Write a new value for the SubscriptionDiagnosticsArray Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeSubscriptionDiagnosticsArrayAsync(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
An asynchronous implementation of
SessionDiagnosticsObjectType.writeSubscriptionDiagnosticsArray(SubscriptionDiagnosticsDataType[]). |
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIcon, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersion, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIcon, setNamingRuleAsync, setNodeVersion, writeEventNotifierbrowse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getUserWriteMask, getWriteMask, invalidate, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readUserWriteMask, readWriteMask, refresh, refreshAsync, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeUserWriteMask, writeWriteMaskclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskpublic SessionDiagnosticsObjectTypeNode(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.builtin.unsigned.UByte eventNotifier)
public org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType getSessionDiagnostics()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsObjectTypeThe returned value is the last seen; it is not read live from the server.
getSessionDiagnostics in interface SessionDiagnosticsObjectTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionDiagnostics Node.public void setSessionDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType sessionDiagnostics)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsObjectTypeThe value is only updated locally; it is not written to the server.
setSessionDiagnostics in interface SessionDiagnosticsObjectTypesessionDiagnostics - the local value to set for the SessionDiagnostics Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionDiagnostics Node.public org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType readSessionDiagnostics()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsObjectTypereadSessionDiagnostics in interface SessionDiagnosticsObjectTypeSessionDiagnosticsDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSessionDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType sessionDiagnostics)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsObjectTypewriteSessionDiagnostics in interface SessionDiagnosticsObjectTypesessionDiagnostics - the SessionDiagnosticsDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType> readSessionDiagnosticsAsync()
SessionDiagnosticsObjectTypeSessionDiagnosticsObjectType.readSessionDiagnostics().readSessionDiagnosticsAsync in interface SessionDiagnosticsObjectTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSessionDiagnosticsAsync(org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType sessionDiagnostics)
SessionDiagnosticsObjectTypeSessionDiagnosticsObjectType.writeSessionDiagnostics(SessionDiagnosticsDataType).writeSessionDiagnosticsAsync in interface SessionDiagnosticsObjectTypepublic SessionDiagnosticsVariableTypeNode getSessionDiagnosticsNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsObjectTypeSessionDiagnosticsVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSessionDiagnosticsNode in interface SessionDiagnosticsObjectTypeSessionDiagnosticsVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends SessionDiagnosticsVariableTypeNode> getSessionDiagnosticsNodeAsync()
SessionDiagnosticsObjectTypeSessionDiagnosticsObjectType.getSessionDiagnosticsNode().getSessionDiagnosticsNodeAsync in interface SessionDiagnosticsObjectTypepublic org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType getSessionSecurityDiagnostics()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsObjectTypeThe returned value is the last seen; it is not read live from the server.
getSessionSecurityDiagnostics in interface SessionDiagnosticsObjectTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionSecurityDiagnostics Node.public void setSessionSecurityDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType sessionSecurityDiagnostics)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsObjectTypeThe value is only updated locally; it is not written to the server.
setSessionSecurityDiagnostics in interface SessionDiagnosticsObjectTypesessionSecurityDiagnostics - the local value to set for the SessionSecurityDiagnostics Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionSecurityDiagnostics Node.public org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType readSessionSecurityDiagnostics()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsObjectTypereadSessionSecurityDiagnostics in interface SessionDiagnosticsObjectTypeSessionSecurityDiagnosticsDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSessionSecurityDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType sessionSecurityDiagnostics)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsObjectTypewriteSessionSecurityDiagnostics in interface SessionDiagnosticsObjectTypesessionSecurityDiagnostics - the SessionSecurityDiagnosticsDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType> readSessionSecurityDiagnosticsAsync()
SessionDiagnosticsObjectTypeSessionDiagnosticsObjectType.readSessionSecurityDiagnostics().readSessionSecurityDiagnosticsAsync in interface SessionDiagnosticsObjectTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSessionSecurityDiagnosticsAsync(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType sessionSecurityDiagnostics)
SessionDiagnosticsObjectTypeSessionDiagnosticsObjectType.writeSessionSecurityDiagnostics(SessionSecurityDiagnosticsDataType).writeSessionSecurityDiagnosticsAsync in interface SessionDiagnosticsObjectTypepublic SessionSecurityDiagnosticsTypeNode getSessionSecurityDiagnosticsNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsObjectTypeSessionSecurityDiagnosticsType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSessionSecurityDiagnosticsNode in interface SessionDiagnosticsObjectTypeSessionSecurityDiagnosticsType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends SessionSecurityDiagnosticsTypeNode> getSessionSecurityDiagnosticsNodeAsync()
SessionDiagnosticsObjectTypeSessionDiagnosticsObjectType.getSessionSecurityDiagnosticsNode().getSessionSecurityDiagnosticsNodeAsync in interface SessionDiagnosticsObjectTypepublic org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] getSubscriptionDiagnosticsArray()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsObjectTypeThe returned value is the last seen; it is not read live from the server.
getSubscriptionDiagnosticsArray in interface SessionDiagnosticsObjectTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SubscriptionDiagnosticsArray Node.public void setSubscriptionDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsObjectTypeThe value is only updated locally; it is not written to the server.
setSubscriptionDiagnosticsArray in interface SessionDiagnosticsObjectTypesubscriptionDiagnosticsArray - the local value to set for the SubscriptionDiagnosticsArray Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SubscriptionDiagnosticsArray Node.public org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] readSubscriptionDiagnosticsArray()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsObjectTypereadSubscriptionDiagnosticsArray in interface SessionDiagnosticsObjectTypeSubscriptionDiagnosticsDataType[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public void writeSubscriptionDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsObjectTypewriteSubscriptionDiagnosticsArray in interface SessionDiagnosticsObjectTypesubscriptionDiagnosticsArray - the SubscriptionDiagnosticsDataType[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.public CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[]> readSubscriptionDiagnosticsArrayAsync()
SessionDiagnosticsObjectTypeSessionDiagnosticsObjectType.readSubscriptionDiagnosticsArray().readSubscriptionDiagnosticsArrayAsync in interface SessionDiagnosticsObjectTypepublic CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSubscriptionDiagnosticsArrayAsync(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
SessionDiagnosticsObjectTypeSessionDiagnosticsObjectType.writeSubscriptionDiagnosticsArray(SubscriptionDiagnosticsDataType[]).writeSubscriptionDiagnosticsArrayAsync in interface SessionDiagnosticsObjectTypepublic SubscriptionDiagnosticsArrayTypeNode getSubscriptionDiagnosticsArrayNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsObjectTypeSubscriptionDiagnosticsArrayType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getSubscriptionDiagnosticsArrayNode in interface SessionDiagnosticsObjectTypeSubscriptionDiagnosticsArrayType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.public CompletableFuture<? extends SubscriptionDiagnosticsArrayTypeNode> getSubscriptionDiagnosticsArrayNodeAsync()
SessionDiagnosticsObjectTypeSessionDiagnosticsObjectType.getSubscriptionDiagnosticsArrayNode().getSubscriptionDiagnosticsArrayNodeAsync in interface SessionDiagnosticsObjectTypeCopyright © 2021. All rights reserved.