Class ShelvedStateMachineTypeNode
- All Implemented Interfaces:
BaseObjectType,FiniteStateMachineType,ShelvedStateMachineType,StateMachineType,org.eclipse.milo.opcua.sdk.core.nodes.Node,org.eclipse.milo.opcua.sdk.core.nodes.ObjectNode
-
Field Summary
Fields inherited from interface org.eclipse.milo.opcua.sdk.client.model.objects.ShelvedStateMachineType
UNSHELVE_TIME -
Constructor Summary
ConstructorsConstructorDescriptionShelvedStateMachineTypeNode(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.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier) -
Method Summary
Modifier and TypeMethodDescriptionGet the OneShotShelvedStateTypeNode, ornullif it does not exist.CompletableFuture<? extends StateTypeNode>Asynchronous implementation ofShelvedStateMachineType.getOneShotShelvedNode().Get the OneShotShelvedToTimedShelvedTransitionTypeNode, ornullif it does not exist.CompletableFuture<? extends TransitionTypeNode>Asynchronous implementation ofShelvedStateMachineType.getOneShotShelvedToTimedShelvedNode().Get the OneShotShelvedToUnshelvedTransitionTypeNode, ornullif it does not exist.CompletableFuture<? extends TransitionTypeNode>Asynchronous implementation ofShelvedStateMachineType.getOneShotShelvedToUnshelvedNode().Get the TimedShelvedStateTypeNode, ornullif it does not exist.CompletableFuture<? extends StateTypeNode>Asynchronous implementation ofShelvedStateMachineType.getTimedShelvedNode().Get the TimedShelvedToOneShotShelvedTransitionTypeNode, ornullif it does not exist.CompletableFuture<? extends TransitionTypeNode>Asynchronous implementation ofShelvedStateMachineType.getTimedShelvedToOneShotShelvedNode().Get the TimedShelvedToUnshelvedTransitionTypeNode, ornullif it does not exist.CompletableFuture<? extends TransitionTypeNode>Asynchronous implementation ofShelvedStateMachineType.getTimedShelvedToUnshelvedNode().Get the UnshelvedStateTypeNode, ornullif it does not exist.CompletableFuture<? extends StateTypeNode>Asynchronous implementation ofShelvedStateMachineType.getUnshelvedNode().Get the UnshelvedToOneShotShelvedTransitionTypeNode, ornullif it does not exist.CompletableFuture<? extends TransitionTypeNode>Asynchronous implementation ofShelvedStateMachineType.getUnshelvedToOneShotShelvedNode().Get the UnshelvedToTimedShelvedTransitionTypeNode, ornullif it does not exist.CompletableFuture<? extends TransitionTypeNode>Asynchronous implementation ofShelvedStateMachineType.getUnshelvedToTimedShelvedNode().Get the local value of the UnshelveTime Node.Get the UnshelveTimePropertyTypeNode, ornullif it does not exist.CompletableFuture<? extends PropertyTypeNode>Asynchronous implementation ofShelvedStateMachineType.getUnshelveTimeNode().Read the value of the UnshelveTime Node from the server and update the local value if the operation succeeds.CompletableFuture<? extends Double>An asynchronous implementation ofShelvedStateMachineType.readUnshelveTime().voidsetUnshelveTime(Double value) Set the local value of the UnshelveTime Node.voidwriteUnshelveTime(Double value) Write a new value for the UnshelveTime Node to the server and update the local value if the operation succeeds.CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode>writeUnshelveTimeAsync(Double unshelveTime) An asynchronous implementation ofShelvedStateMachineType.writeUnshelveTime(java.lang.Double).Methods inherited from class org.eclipse.milo.opcua.sdk.client.model.objects.FiniteStateMachineTypeNode
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 class org.eclipse.milo.opcua.sdk.client.nodes.UaObjectNode
callMethod, callMethod, callMethodAsync, callMethodAsync, getAttributeValue, getEventNotifier, getIconAsync, getMethod, getMethod, getMethodAsync, getMethodAsync, getNamingRuleAsync, getNodeVersionAsync, getObjectComponent, getObjectComponent, getObjectComponent, getObjectComponentAsync, getObjectComponentAsync, getObjectComponentAsync, getTypeDefinition, getTypeDefinitionAsync, getVariableComponent, getVariableComponent, getVariableComponent, getVariableComponentAsync, getVariableComponentAsync, getVariableComponentAsync, readEventNotifier, setAttributeValue, setEventNotifier, setIconAsync, setNamingRuleAsync, setNodeVersionAsync, writeEventNotifierMethods inherited from class org.eclipse.milo.opcua.sdk.client.nodes.UaNode
browse, browse, browseAsync, browseAsync, browseNodes, browseNodes, browseNodesAsync, browseNodesAsync, canonicalize, cast, findMemberNodeId, getAccessRestrictions, getBrowseName, getComponentAsync, getDescription, getDisplayName, getMemberNodeAsync, getNodeClass, getNodeId, getProperty, getPropertyNodeAsync, getPropertyNodeAsync, getRolePermissions, getUserRolePermissions, getUserWriteMask, getWriteMask, invalidate, readAccessRestrictions, readAttribute, readAttributeAsync, readBrowseName, readDescription, readDisplayName, readNamespaceIndex, readNodeClass, readNodeId, readProperty, readRolePermissions, readUserRolePermissions, readUserWriteMask, readWriteMask, refresh, refreshAsync, setAccessRestrictions, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setProperty, setRolePermissions, setUserRolePermissions, setUserWriteMask, setWriteMask, synchronize, synchronizeAsync, writeAccessRestrictions, writeAttribute, writeAttributeAsync, writeBrowseName, writeDescription, writeDisplayName, writeNodeClass, writeNodeId, writeProperty, writeRolePermissions, writeUserRolePermissions, writeUserWriteMask, writeWriteMaskMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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
-
Constructor Details
-
ShelvedStateMachineTypeNode
public ShelvedStateMachineTypeNode(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.structured.RolePermissionType[] rolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.RolePermissionType[] userRolePermissions, org.eclipse.milo.opcua.stack.core.types.structured.AccessRestrictionType accessRestrictions, org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UByte eventNotifier)
-
-
Method Details
-
getUnshelveTime
Description copied from interface:ShelvedStateMachineTypeGet the local value of the UnshelveTime Node.The returned value is the last seen; it is not read live from the server.
- Specified by:
getUnshelveTimein interfaceShelvedStateMachineType- Returns:
- the local value of the UnshelveTime Node.
- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the UnshelveTime Node.
-
setUnshelveTime
Description copied from interface:ShelvedStateMachineTypeSet the local value of the UnshelveTime Node.The value is only updated locally; it is not written to the server.
- Specified by:
setUnshelveTimein interfaceShelvedStateMachineType- Parameters:
value- the local value to set for the UnshelveTime Node.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the UnshelveTime Node.
-
readUnshelveTime
Description copied from interface:ShelvedStateMachineTypeRead the value of the UnshelveTime Node from the server and update the local value if the operation succeeds.- Specified by:
readUnshelveTimein interfaceShelvedStateMachineType- Returns:
- the
Doublevalue read from the server. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
writeUnshelveTime
Description copied from interface:ShelvedStateMachineTypeWrite a new value for the UnshelveTime Node to the server and update the local value if the operation succeeds.- Specified by:
writeUnshelveTimein interfaceShelvedStateMachineType- Parameters:
value- theDoublevalue to write to the server.- Throws:
org.eclipse.milo.opcua.stack.core.UaException- if a service- or operation-level error occurs.
-
readUnshelveTimeAsync
Description copied from interface:ShelvedStateMachineTypeAn asynchronous implementation ofShelvedStateMachineType.readUnshelveTime().- Specified by:
readUnshelveTimeAsyncin interfaceShelvedStateMachineType- Returns:
- a CompletableFuture that completes successfully with the value or completes exceptionally if an operation- or service-level error occurs.
-
writeUnshelveTimeAsync
public CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeUnshelveTimeAsync(Double unshelveTime) Description copied from interface:ShelvedStateMachineTypeAn asynchronous implementation ofShelvedStateMachineType.writeUnshelveTime(java.lang.Double).- Specified by:
writeUnshelveTimeAsyncin interfaceShelvedStateMachineType- Returns:
- a CompletableFuture that completes successfully with the operation result or completes exceptionally if a service-level error occurs.
-
getUnshelveTimeNode
Description copied from interface:ShelvedStateMachineTypeGet the UnshelveTimePropertyTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getUnshelveTimeNodein interfaceShelvedStateMachineType- Returns:
- the UnshelveTime
PropertyTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getUnshelveTimeNodeAsync
Description copied from interface:ShelvedStateMachineTypeAsynchronous implementation ofShelvedStateMachineType.getUnshelveTimeNode().- Specified by:
getUnshelveTimeNodeAsyncin interfaceShelvedStateMachineType- Returns:
- a CompletableFuture that completes successfully with the PropertyType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getUnshelvedNode
Description copied from interface:ShelvedStateMachineTypeGet the UnshelvedStateTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getUnshelvedNodein interfaceShelvedStateMachineType- Returns:
- the Unshelved
StateTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getUnshelvedNodeAsync
Description copied from interface:ShelvedStateMachineTypeAsynchronous implementation ofShelvedStateMachineType.getUnshelvedNode().- Specified by:
getUnshelvedNodeAsyncin interfaceShelvedStateMachineType- Returns:
- a CompletableFuture that completes successfully with the StateType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getTimedShelvedNode
Description copied from interface:ShelvedStateMachineTypeGet the TimedShelvedStateTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getTimedShelvedNodein interfaceShelvedStateMachineType- Returns:
- the TimedShelved
StateTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getTimedShelvedNodeAsync
Description copied from interface:ShelvedStateMachineTypeAsynchronous implementation ofShelvedStateMachineType.getTimedShelvedNode().- Specified by:
getTimedShelvedNodeAsyncin interfaceShelvedStateMachineType- Returns:
- a CompletableFuture that completes successfully with the StateType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getOneShotShelvedNode
Description copied from interface:ShelvedStateMachineTypeGet the OneShotShelvedStateTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getOneShotShelvedNodein interfaceShelvedStateMachineType- Returns:
- the OneShotShelved
StateTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getOneShotShelvedNodeAsync
Description copied from interface:ShelvedStateMachineTypeAsynchronous implementation ofShelvedStateMachineType.getOneShotShelvedNode().- Specified by:
getOneShotShelvedNodeAsyncin interfaceShelvedStateMachineType- Returns:
- a CompletableFuture that completes successfully with the StateType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getUnshelvedToTimedShelvedNode
public TransitionTypeNode getUnshelvedToTimedShelvedNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ShelvedStateMachineTypeGet the UnshelvedToTimedShelvedTransitionTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getUnshelvedToTimedShelvedNodein interfaceShelvedStateMachineType- Returns:
- the UnshelvedToTimedShelved
TransitionTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getUnshelvedToTimedShelvedNodeAsync
Description copied from interface:ShelvedStateMachineTypeAsynchronous implementation ofShelvedStateMachineType.getUnshelvedToTimedShelvedNode().- Specified by:
getUnshelvedToTimedShelvedNodeAsyncin interfaceShelvedStateMachineType- Returns:
- a CompletableFuture that completes successfully with the TransitionType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getUnshelvedToOneShotShelvedNode
public TransitionTypeNode getUnshelvedToOneShotShelvedNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ShelvedStateMachineTypeGet the UnshelvedToOneShotShelvedTransitionTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getUnshelvedToOneShotShelvedNodein interfaceShelvedStateMachineType- Returns:
- the UnshelvedToOneShotShelved
TransitionTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getUnshelvedToOneShotShelvedNodeAsync
Description copied from interface:ShelvedStateMachineTypeAsynchronous implementation ofShelvedStateMachineType.getUnshelvedToOneShotShelvedNode().- Specified by:
getUnshelvedToOneShotShelvedNodeAsyncin interfaceShelvedStateMachineType- Returns:
- a CompletableFuture that completes successfully with the TransitionType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getTimedShelvedToUnshelvedNode
public TransitionTypeNode getTimedShelvedToUnshelvedNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ShelvedStateMachineTypeGet the TimedShelvedToUnshelvedTransitionTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getTimedShelvedToUnshelvedNodein interfaceShelvedStateMachineType- Returns:
- the TimedShelvedToUnshelved
TransitionTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getTimedShelvedToUnshelvedNodeAsync
Description copied from interface:ShelvedStateMachineTypeAsynchronous implementation ofShelvedStateMachineType.getTimedShelvedToUnshelvedNode().- Specified by:
getTimedShelvedToUnshelvedNodeAsyncin interfaceShelvedStateMachineType- Returns:
- a CompletableFuture that completes successfully with the TransitionType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getTimedShelvedToOneShotShelvedNode
public TransitionTypeNode getTimedShelvedToOneShotShelvedNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ShelvedStateMachineTypeGet the TimedShelvedToOneShotShelvedTransitionTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getTimedShelvedToOneShotShelvedNodein interfaceShelvedStateMachineType- Returns:
- the TimedShelvedToOneShotShelved
TransitionTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getTimedShelvedToOneShotShelvedNodeAsync
Description copied from interface:ShelvedStateMachineTypeAsynchronous implementation ofShelvedStateMachineType.getTimedShelvedToOneShotShelvedNode().- Specified by:
getTimedShelvedToOneShotShelvedNodeAsyncin interfaceShelvedStateMachineType- Returns:
- a CompletableFuture that completes successfully with the TransitionType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getOneShotShelvedToUnshelvedNode
public TransitionTypeNode getOneShotShelvedToUnshelvedNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ShelvedStateMachineTypeGet the OneShotShelvedToUnshelvedTransitionTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getOneShotShelvedToUnshelvedNodein interfaceShelvedStateMachineType- Returns:
- the OneShotShelvedToUnshelved
TransitionTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getOneShotShelvedToUnshelvedNodeAsync
Description copied from interface:ShelvedStateMachineTypeAsynchronous implementation ofShelvedStateMachineType.getOneShotShelvedToUnshelvedNode().- Specified by:
getOneShotShelvedToUnshelvedNodeAsyncin interfaceShelvedStateMachineType- Returns:
- a CompletableFuture that completes successfully with the TransitionType Node or completes exceptionally if an error occurs creating or getting the Node.
-
getOneShotShelvedToTimedShelvedNode
public TransitionTypeNode getOneShotShelvedToTimedShelvedNode() throws org.eclipse.milo.opcua.stack.core.UaExceptionDescription copied from interface:ShelvedStateMachineTypeGet the OneShotShelvedToTimedShelvedTransitionTypeNode, ornullif it does not exist.The Node is created when first accessed and cached for subsequent calls.
- Specified by:
getOneShotShelvedToTimedShelvedNodein interfaceShelvedStateMachineType- Returns:
- the OneShotShelvedToTimedShelved
TransitionTypeNode, ornullif it does not exist. - Throws:
org.eclipse.milo.opcua.stack.core.UaException- if an error occurs creating or getting the Node.
-
getOneShotShelvedToTimedShelvedNodeAsync
Description copied from interface:ShelvedStateMachineTypeAsynchronous implementation ofShelvedStateMachineType.getOneShotShelvedToTimedShelvedNode().- Specified by:
getOneShotShelvedToTimedShelvedNodeAsyncin interfaceShelvedStateMachineType- Returns:
- a CompletableFuture that completes successfully with the TransitionType Node or completes exceptionally if an error occurs creating or getting the Node.
-