public interface SessionDiagnosticsObjectType extends BaseObjectType
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType |
getSessionDiagnostics()
Get the local value of the SessionDiagnostics Node.
|
SessionDiagnosticsVariableType |
getSessionDiagnosticsNode()
Get the SessionDiagnostics
SessionDiagnosticsVariableType Node, or null if it does not exist. |
CompletableFuture<? extends SessionDiagnosticsVariableType> |
getSessionDiagnosticsNodeAsync()
Asynchronous implementation of
getSessionDiagnosticsNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType |
getSessionSecurityDiagnostics()
Get the local value of the SessionSecurityDiagnostics Node.
|
SessionSecurityDiagnosticsType |
getSessionSecurityDiagnosticsNode()
Get the SessionSecurityDiagnostics
SessionSecurityDiagnosticsType Node, or null if it does not exist. |
CompletableFuture<? extends SessionSecurityDiagnosticsType> |
getSessionSecurityDiagnosticsNodeAsync()
Asynchronous implementation of
getSessionSecurityDiagnosticsNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] |
getSubscriptionDiagnosticsArray()
Get the local value of the SubscriptionDiagnosticsArray Node.
|
SubscriptionDiagnosticsArrayType |
getSubscriptionDiagnosticsArrayNode()
Get the SubscriptionDiagnosticsArray
SubscriptionDiagnosticsArrayType Node, or null if it does not exist. |
CompletableFuture<? extends SubscriptionDiagnosticsArrayType> |
getSubscriptionDiagnosticsArrayNodeAsync()
Asynchronous implementation of
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
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
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
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
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
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
writeSubscriptionDiagnosticsArray(SubscriptionDiagnosticsDataType[]). |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskorg.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType getSessionDiagnostics()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionDiagnostics Node.void setSessionDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType sessionDiagnostics)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
sessionDiagnostics - 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.org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType readSessionDiagnostics()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeSessionDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType sessionDiagnostics)
throws org.eclipse.milo.opcua.stack.core.UaException
sessionDiagnostics - the SessionDiagnosticsDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType> readSessionDiagnosticsAsync()
readSessionDiagnostics().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSessionDiagnosticsAsync(org.eclipse.milo.opcua.stack.core.types.structured.SessionDiagnosticsDataType sessionDiagnostics)
writeSessionDiagnostics(SessionDiagnosticsDataType).SessionDiagnosticsVariableType getSessionDiagnosticsNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionDiagnosticsVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
SessionDiagnosticsVariableType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends SessionDiagnosticsVariableType> getSessionDiagnosticsNodeAsync()
getSessionDiagnosticsNode().org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType getSessionSecurityDiagnostics()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SessionSecurityDiagnostics Node.void setSessionSecurityDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType sessionSecurityDiagnostics)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
sessionSecurityDiagnostics - 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.org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType readSessionSecurityDiagnostics()
throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeSessionSecurityDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType sessionSecurityDiagnostics)
throws org.eclipse.milo.opcua.stack.core.UaException
sessionSecurityDiagnostics - the SessionSecurityDiagnosticsDataType value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType> readSessionSecurityDiagnosticsAsync()
readSessionSecurityDiagnostics().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSessionSecurityDiagnosticsAsync(org.eclipse.milo.opcua.stack.core.types.structured.SessionSecurityDiagnosticsDataType sessionSecurityDiagnostics)
writeSessionSecurityDiagnostics(SessionSecurityDiagnosticsDataType).SessionSecurityDiagnosticsType getSessionSecurityDiagnosticsNode() throws org.eclipse.milo.opcua.stack.core.UaException
SessionSecurityDiagnosticsType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
SessionSecurityDiagnosticsType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends SessionSecurityDiagnosticsType> getSessionSecurityDiagnosticsNodeAsync()
getSessionSecurityDiagnosticsNode().org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] getSubscriptionDiagnosticsArray()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the SubscriptionDiagnosticsArray Node.void setSubscriptionDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
subscriptionDiagnosticsArray - 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.org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] readSubscriptionDiagnosticsArray()
throws org.eclipse.milo.opcua.stack.core.UaException
SubscriptionDiagnosticsDataType[] value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeSubscriptionDiagnosticsArray(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
throws org.eclipse.milo.opcua.stack.core.UaException
subscriptionDiagnosticsArray - the SubscriptionDiagnosticsDataType[] value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[]> readSubscriptionDiagnosticsArrayAsync()
readSubscriptionDiagnosticsArray().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeSubscriptionDiagnosticsArrayAsync(org.eclipse.milo.opcua.stack.core.types.structured.SubscriptionDiagnosticsDataType[] subscriptionDiagnosticsArray)
writeSubscriptionDiagnosticsArray(SubscriptionDiagnosticsDataType[]).SubscriptionDiagnosticsArrayType getSubscriptionDiagnosticsArrayNode() throws org.eclipse.milo.opcua.stack.core.UaException
SubscriptionDiagnosticsArrayType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
SubscriptionDiagnosticsArrayType Node, or null if it does not exist.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Node.CompletableFuture<? extends SubscriptionDiagnosticsArrayType> getSubscriptionDiagnosticsArrayNodeAsync()
getSubscriptionDiagnosticsArrayNode().Copyright © 2021. All rights reserved.