Interface FileTransferStateMachineType
- All Superinterfaces:
BaseObjectType,FiniteStateMachineType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode,StateMachineType
- All Known Implementing Classes:
FileTransferStateMachineTypeNode
-
Method Summary
Modifier and TypeMethodDescriptionGet the ApplyWriteStateTypeNode, ornullif it does not exist.CompletableFuture<? extends StateType>Asynchronous implementation ofgetApplyWriteNode().Get the ApplyWriteToErrorTransitionTypeNode, ornullif it does not exist.CompletableFuture<? extends TransitionType>Asynchronous implementation ofgetApplyWriteToErrorNode().Get the ApplyWriteToIdleTransitionTypeNode, ornullif it does not exist.CompletableFuture<? extends TransitionType>Asynchronous implementation ofgetApplyWriteToIdleNode().Get the ErrorStateTypeNode, ornullif it does not exist.CompletableFuture<? extends StateType>Asynchronous implementation ofgetErrorNode().Get the ErrorToIdleTransitionTypeNode, ornullif it does not exist.CompletableFuture<? extends TransitionType>Asynchronous implementation ofgetErrorToIdleNode().Get the IdleInitialStateTypeNode, ornullif it does not exist.CompletableFuture<? extends InitialStateType>Asynchronous implementation ofgetIdleNode().Get the IdleToApplyWriteTransitionTypeNode, ornullif it does not exist.CompletableFuture<? extends TransitionType>Asynchronous implementation ofgetIdleToApplyWriteNode().Get the IdleToReadPrepareTransitionTypeNode, ornullif it does not exist.CompletableFuture<? extends TransitionType>Asynchronous implementation ofgetIdleToReadPrepareNode().Get the ReadPrepareStateTypeNode, ornullif it does not exist.CompletableFuture<? extends StateType>Asynchronous implementation ofgetReadPrepareNode().Get the ReadPrepareToErrorTransitionTypeNode, ornullif it does not exist.CompletableFuture<? extends TransitionType>Asynchronous implementation ofgetReadPrepareToErrorNode().Get the ReadPrepareToReadTransferTransitionTypeNode, ornullif it does not exist.CompletableFuture<? extends TransitionType>Asynchronous implementation ofgetReadPrepareToReadTransferNode().Get the ReadTransferStateTypeNode, ornullif it does not exist.CompletableFuture<? extends StateType>Asynchronous implementation ofgetReadTransferNode().Get the ReadTransferToErrorTransitionTypeNode, ornullif it does not exist.CompletableFuture<? extends TransitionType>Asynchronous implementation ofgetReadTransferToErrorNode().Get the ReadTransferToIdleTransitionTypeNode, ornullif it does not exist.CompletableFuture<? extends TransitionType>Asynchronous implementation ofgetReadTransferToIdleNode().Methods inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.FiniteStateMachineType
getAvailableStates, getAvailableStatesNode, getAvailableStatesNodeAsync, getAvailableTransitions, getAvailableTransitionsNode, getAvailableTransitionsNodeAsync, getCurrentState, getCurrentStateNode, getCurrentStateNodeAsync, getLastTransition, getLastTransitionNode, getLastTransitionNodeAsync, readAvailableStates, readAvailableStatesAsync, readAvailableTransitions, readAvailableTransitionsAsync, readCurrentState, readCurrentStateAsync, readLastTransition, readLastTransitionAsync, setAvailableStates, setAvailableTransitions, setCurrentState, setLastTransition, writeAvailableStates, writeAvailableStatesAsync, writeAvailableTransitions, writeAvailableTransitionsAsync, writeCurrentState, writeCurrentStateAsync, writeLastTransition, writeLastTransitionAsyncMethods 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
-
Method Details
-
getIdleNode
Get the IdleInitialStateTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the Idle
InitialStateTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getIdleNodeAsync
CompletableFuture<? extends InitialStateType> getIdleNodeAsync()Asynchronous implementation ofgetIdleNode().- Returns:
- a CompletableFuture that completes successfully with the InitialStateType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getReadPrepareNode
Get the ReadPrepareStateTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ReadPrepare
StateTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getReadPrepareNodeAsync
CompletableFuture<? extends StateType> getReadPrepareNodeAsync()Asynchronous implementation ofgetReadPrepareNode().- Returns:
- a CompletableFuture that completes successfully with the StateType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getReadTransferNode
Get the ReadTransferStateTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ReadTransfer
StateTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getReadTransferNodeAsync
CompletableFuture<? extends StateType> getReadTransferNodeAsync()Asynchronous implementation ofgetReadTransferNode().- Returns:
- a CompletableFuture that completes successfully with the StateType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getApplyWriteNode
Get the ApplyWriteStateTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ApplyWrite
StateTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getApplyWriteNodeAsync
CompletableFuture<? extends StateType> getApplyWriteNodeAsync()Asynchronous implementation ofgetApplyWriteNode().- Returns:
- a CompletableFuture that completes successfully with the StateType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getErrorNode
Get the ErrorStateTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the Error
StateTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getErrorNodeAsync
CompletableFuture<? extends StateType> getErrorNodeAsync()Asynchronous implementation ofgetErrorNode().- Returns:
- a CompletableFuture that completes successfully with the StateType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getIdleToReadPrepareNode
Get the IdleToReadPrepareTransitionTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the IdleToReadPrepare
TransitionTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getIdleToReadPrepareNodeAsync
CompletableFuture<? extends TransitionType> getIdleToReadPrepareNodeAsync()Asynchronous implementation ofgetIdleToReadPrepareNode().- Returns:
- a CompletableFuture that completes successfully with the TransitionType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getReadPrepareToReadTransferNode
TransitionType getReadPrepareToReadTransferNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionGet the ReadPrepareToReadTransferTransitionTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ReadPrepareToReadTransfer
TransitionTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getReadPrepareToReadTransferNodeAsync
CompletableFuture<? extends TransitionType> getReadPrepareToReadTransferNodeAsync()Asynchronous implementation ofgetReadPrepareToReadTransferNode().- Returns:
- a CompletableFuture that completes successfully with the TransitionType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getReadTransferToIdleNode
Get the ReadTransferToIdleTransitionTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ReadTransferToIdle
TransitionTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getReadTransferToIdleNodeAsync
CompletableFuture<? extends TransitionType> getReadTransferToIdleNodeAsync()Asynchronous implementation ofgetReadTransferToIdleNode().- Returns:
- a CompletableFuture that completes successfully with the TransitionType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getIdleToApplyWriteNode
Get the IdleToApplyWriteTransitionTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the IdleToApplyWrite
TransitionTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getIdleToApplyWriteNodeAsync
CompletableFuture<? extends TransitionType> getIdleToApplyWriteNodeAsync()Asynchronous implementation ofgetIdleToApplyWriteNode().- Returns:
- a CompletableFuture that completes successfully with the TransitionType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getApplyWriteToIdleNode
Get the ApplyWriteToIdleTransitionTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ApplyWriteToIdle
TransitionTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getApplyWriteToIdleNodeAsync
CompletableFuture<? extends TransitionType> getApplyWriteToIdleNodeAsync()Asynchronous implementation ofgetApplyWriteToIdleNode().- Returns:
- a CompletableFuture that completes successfully with the TransitionType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getReadPrepareToErrorNode
Get the ReadPrepareToErrorTransitionTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ReadPrepareToError
TransitionTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getReadPrepareToErrorNodeAsync
CompletableFuture<? extends TransitionType> getReadPrepareToErrorNodeAsync()Asynchronous implementation ofgetReadPrepareToErrorNode().- Returns:
- a CompletableFuture that completes successfully with the TransitionType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getReadTransferToErrorNode
Get the ReadTransferToErrorTransitionTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ReadTransferToError
TransitionTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getReadTransferToErrorNodeAsync
CompletableFuture<? extends TransitionType> getReadTransferToErrorNodeAsync()Asynchronous implementation ofgetReadTransferToErrorNode().- Returns:
- a CompletableFuture that completes successfully with the TransitionType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getApplyWriteToErrorNode
Get the ApplyWriteToErrorTransitionTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ApplyWriteToError
TransitionTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getApplyWriteToErrorNodeAsync
CompletableFuture<? extends TransitionType> getApplyWriteToErrorNodeAsync()Asynchronous implementation ofgetApplyWriteToErrorNode().- Returns:
- a CompletableFuture that completes successfully with the TransitionType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getErrorToIdleNode
Get the ErrorToIdleTransitionTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Returns:
- the ErrorToIdle
TransitionTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getErrorToIdleNodeAsync
CompletableFuture<? extends TransitionType> getErrorToIdleNodeAsync()Asynchronous implementation ofgetErrorToIdleNode().- Returns:
- a CompletableFuture that completes successfully with the TransitionType Node or completes exceptionally if an error occurs creating or getting the Node.
-