public interface ProgramStateMachineType extends FiniteStateMachineType
| Modifier and Type | Field and Description |
|---|---|
static QualifiedProperty<Boolean> |
AUTO_DELETE |
static QualifiedProperty<Boolean> |
CREATABLE |
static QualifiedProperty<Boolean> |
DELETABLE |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
INSTANCE_COUNT |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
MAX_INSTANCE_COUNT |
static QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
MAX_RECYCLE_COUNT |
static QualifiedProperty<Integer> |
RECYCLE_COUNT |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutoDelete()
Get the local value of the AutoDelete Node.
|
PropertyType |
getAutoDeleteNode()
Get the AutoDelete
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getAutoDeleteNodeAsync()
Asynchronous implementation of
getAutoDeleteNode(). |
Boolean |
getCreatable()
Get the local value of the Creatable Node.
|
PropertyType |
getCreatableNode()
Get the Creatable
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getCreatableNodeAsync()
Asynchronous implementation of
getCreatableNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getCurrentState()
Get the local value of the CurrentState Node.
|
FiniteStateVariableType |
getCurrentStateNode()
Get the CurrentState
FiniteStateVariableType Node, or null if it does not exist. |
CompletableFuture<? extends FiniteStateVariableType> |
getCurrentStateNodeAsync()
Asynchronous implementation of
getCurrentStateNode(). |
Boolean |
getDeletable()
Get the local value of the Deletable Node.
|
PropertyType |
getDeletableNode()
Get the Deletable
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getDeletableNodeAsync()
Asynchronous implementation of
getDeletableNode(). |
BaseObjectType |
getFinalResultDataNode()
Get the FinalResultData
BaseObjectType Node, or null if it does not exist. |
CompletableFuture<? extends BaseObjectType> |
getFinalResultDataNodeAsync()
Asynchronous implementation of
getFinalResultDataNode(). |
StateType |
getHaltedNode()
Get the Halted
StateType Node, or null if it does not exist. |
CompletableFuture<? extends StateType> |
getHaltedNodeAsync()
Asynchronous implementation of
getHaltedNode(). |
TransitionType |
getHaltedToReadyNode()
Get the HaltedToReady
TransitionType Node, or null if it does not exist. |
CompletableFuture<? extends TransitionType> |
getHaltedToReadyNodeAsync()
Asynchronous implementation of
getHaltedToReadyNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getInstanceCount()
Get the local value of the InstanceCount Node.
|
PropertyType |
getInstanceCountNode()
Get the InstanceCount
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getInstanceCountNodeAsync()
Asynchronous implementation of
getInstanceCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
getLastTransition()
Get the local value of the LastTransition Node.
|
FiniteTransitionVariableType |
getLastTransitionNode()
Get the LastTransition
FiniteTransitionVariableType Node, or null if it does not exist. |
CompletableFuture<? extends FiniteTransitionVariableType> |
getLastTransitionNodeAsync()
Asynchronous implementation of
getLastTransitionNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxInstanceCount()
Get the local value of the MaxInstanceCount Node.
|
PropertyType |
getMaxInstanceCountNode()
Get the MaxInstanceCount
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxInstanceCountNodeAsync()
Asynchronous implementation of
getMaxInstanceCountNode(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
getMaxRecycleCount()
Get the local value of the MaxRecycleCount Node.
|
PropertyType |
getMaxRecycleCountNode()
Get the MaxRecycleCount
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getMaxRecycleCountNodeAsync()
Asynchronous implementation of
getMaxRecycleCountNode(). |
org.eclipse.milo.opcua.stack.core.types.structured.ProgramDiagnosticDataType |
getProgramDiagnostics()
Get the local value of the ProgramDiagnostics Node.
|
ProgramDiagnosticType |
getProgramDiagnosticsNode()
Get the ProgramDiagnostics
ProgramDiagnosticType Node, or null if it does not exist. |
CompletableFuture<? extends ProgramDiagnosticType> |
getProgramDiagnosticsNodeAsync()
Asynchronous implementation of
getProgramDiagnosticsNode(). |
StateType |
getReadyNode()
Get the Ready
StateType Node, or null if it does not exist. |
CompletableFuture<? extends StateType> |
getReadyNodeAsync()
Asynchronous implementation of
getReadyNode(). |
TransitionType |
getReadyToHaltedNode()
Get the ReadyToHalted
TransitionType Node, or null if it does not exist. |
CompletableFuture<? extends TransitionType> |
getReadyToHaltedNodeAsync()
Asynchronous implementation of
getReadyToHaltedNode(). |
TransitionType |
getReadyToRunningNode()
Get the ReadyToRunning
TransitionType Node, or null if it does not exist. |
CompletableFuture<? extends TransitionType> |
getReadyToRunningNodeAsync()
Asynchronous implementation of
getReadyToRunningNode(). |
Integer |
getRecycleCount()
Get the local value of the RecycleCount Node.
|
PropertyType |
getRecycleCountNode()
Get the RecycleCount
PropertyType Node, or null if it does not exist. |
CompletableFuture<? extends PropertyType> |
getRecycleCountNodeAsync()
Asynchronous implementation of
getRecycleCountNode(). |
StateType |
getRunningNode()
Get the Running
StateType Node, or null if it does not exist. |
CompletableFuture<? extends StateType> |
getRunningNodeAsync()
Asynchronous implementation of
getRunningNode(). |
TransitionType |
getRunningToHaltedNode()
Get the RunningToHalted
TransitionType Node, or null if it does not exist. |
CompletableFuture<? extends TransitionType> |
getRunningToHaltedNodeAsync()
Asynchronous implementation of
getRunningToHaltedNode(). |
TransitionType |
getRunningToReadyNode()
Get the RunningToReady
TransitionType Node, or null if it does not exist. |
CompletableFuture<? extends TransitionType> |
getRunningToReadyNodeAsync()
Asynchronous implementation of
getRunningToReadyNode(). |
TransitionType |
getRunningToSuspendedNode()
Get the RunningToSuspended
TransitionType Node, or null if it does not exist. |
CompletableFuture<? extends TransitionType> |
getRunningToSuspendedNodeAsync()
Asynchronous implementation of
getRunningToSuspendedNode(). |
StateType |
getSuspendedNode()
Get the Suspended
StateType Node, or null if it does not exist. |
CompletableFuture<? extends StateType> |
getSuspendedNodeAsync()
Asynchronous implementation of
getSuspendedNode(). |
TransitionType |
getSuspendedToHaltedNode()
Get the SuspendedToHalted
TransitionType Node, or null if it does not exist. |
CompletableFuture<? extends TransitionType> |
getSuspendedToHaltedNodeAsync()
Asynchronous implementation of
getSuspendedToHaltedNode(). |
TransitionType |
getSuspendedToReadyNode()
Get the SuspendedToReady
TransitionType Node, or null if it does not exist. |
CompletableFuture<? extends TransitionType> |
getSuspendedToReadyNodeAsync()
Asynchronous implementation of
getSuspendedToReadyNode(). |
TransitionType |
getSuspendedToRunningNode()
Get the SuspendedToRunning
TransitionType Node, or null if it does not exist. |
CompletableFuture<? extends TransitionType> |
getSuspendedToRunningNodeAsync()
Asynchronous implementation of
getSuspendedToRunningNode(). |
Boolean |
readAutoDelete()
Read the value of the AutoDelete Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readAutoDeleteAsync()
An asynchronous implementation of
readAutoDelete(). |
Boolean |
readCreatable()
Read the value of the Creatable Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readCreatableAsync()
An asynchronous implementation of
readCreatable(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readCurrentState()
Read the value of the CurrentState Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readCurrentStateAsync()
An asynchronous implementation of
readCurrentState(). |
Boolean |
readDeletable()
Read the value of the Deletable Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Boolean> |
readDeletableAsync()
An asynchronous implementation of
readDeletable(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readInstanceCount()
Read the value of the InstanceCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
readInstanceCountAsync()
An asynchronous implementation of
readInstanceCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText |
readLastTransition()
Read the value of the LastTransition Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText> |
readLastTransitionAsync()
An asynchronous implementation of
readLastTransition(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxInstanceCount()
Read the value of the MaxInstanceCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
readMaxInstanceCountAsync()
An asynchronous implementation of
readMaxInstanceCount(). |
org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger |
readMaxRecycleCount()
Read the value of the MaxRecycleCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> |
readMaxRecycleCountAsync()
An asynchronous implementation of
readMaxRecycleCount(). |
org.eclipse.milo.opcua.stack.core.types.structured.ProgramDiagnosticDataType |
readProgramDiagnostics()
Read the value of the ProgramDiagnostics Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends org.eclipse.milo.opcua.stack.core.types.structured.ProgramDiagnosticDataType> |
readProgramDiagnosticsAsync()
An asynchronous implementation of
readProgramDiagnostics(). |
Integer |
readRecycleCount()
Read the value of the RecycleCount Node from the server and update the local value if the
operation succeeds.
|
CompletableFuture<? extends Integer> |
readRecycleCountAsync()
An asynchronous implementation of
readRecycleCount(). |
void |
setAutoDelete(Boolean autoDelete)
Set the local value of the AutoDelete Node.
|
void |
setCreatable(Boolean creatable)
Set the local value of the Creatable Node.
|
void |
setCurrentState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText currentState)
Set the local value of the CurrentState Node.
|
void |
setDeletable(Boolean deletable)
Set the local value of the Deletable Node.
|
void |
setInstanceCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger instanceCount)
Set the local value of the InstanceCount Node.
|
void |
setLastTransition(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lastTransition)
Set the local value of the LastTransition Node.
|
void |
setMaxInstanceCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxInstanceCount)
Set the local value of the MaxInstanceCount Node.
|
void |
setMaxRecycleCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxRecycleCount)
Set the local value of the MaxRecycleCount Node.
|
void |
setProgramDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.ProgramDiagnosticDataType programDiagnostics)
Set the local value of the ProgramDiagnostics Node.
|
void |
setRecycleCount(Integer recycleCount)
Set the local value of the RecycleCount Node.
|
void |
writeAutoDelete(Boolean autoDelete)
Write a new value for the AutoDelete Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeAutoDeleteAsync(Boolean autoDelete)
An asynchronous implementation of
writeAutoDelete(Boolean). |
void |
writeCreatable(Boolean creatable)
Write a new value for the Creatable Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCreatableAsync(Boolean creatable)
An asynchronous implementation of
writeCreatable(Boolean). |
void |
writeCurrentState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText currentState)
Write a new value for the CurrentState Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeCurrentStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText currentState)
An asynchronous implementation of
writeCurrentState(LocalizedText). |
void |
writeDeletable(Boolean deletable)
Write a new value for the Deletable Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeDeletableAsync(Boolean deletable)
An asynchronous implementation of
writeDeletable(Boolean). |
void |
writeInstanceCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger instanceCount)
Write a new value for the InstanceCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeInstanceCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger instanceCount)
An asynchronous implementation of
writeInstanceCount(UInteger). |
void |
writeLastTransition(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lastTransition)
Write a new value for the LastTransition Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeLastTransitionAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lastTransition)
An asynchronous implementation of
writeLastTransition(LocalizedText). |
void |
writeMaxInstanceCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxInstanceCount)
Write a new value for the MaxInstanceCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxInstanceCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxInstanceCount)
An asynchronous implementation of
writeMaxInstanceCount(UInteger). |
void |
writeMaxRecycleCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxRecycleCount)
Write a new value for the MaxRecycleCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeMaxRecycleCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxRecycleCount)
An asynchronous implementation of
writeMaxRecycleCount(UInteger). |
void |
writeProgramDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.ProgramDiagnosticDataType programDiagnostics)
Write a new value for the ProgramDiagnostics Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeProgramDiagnosticsAsync(org.eclipse.milo.opcua.stack.core.types.structured.ProgramDiagnosticDataType programDiagnostics)
An asynchronous implementation of
writeProgramDiagnostics(ProgramDiagnosticDataType). |
void |
writeRecycleCount(Integer recycleCount)
Write a new value for the RecycleCount Node to the server and update the local value if
the operation succeeds.
|
CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> |
writeRecycleCountAsync(Integer recycleCount)
An asynchronous implementation of
writeRecycleCount(Integer). |
getEventNotifier, setEventNotifiergetBrowseName, getDescription, getDisplayName, getNodeClass, getNodeId, getUserWriteMask, getWriteMask, setBrowseName, setDescription, setDisplayName, setNodeClass, setNodeId, setUserWriteMask, setWriteMaskstatic final QualifiedProperty<Boolean> CREATABLE
static final QualifiedProperty<Boolean> DELETABLE
static final QualifiedProperty<Boolean> AUTO_DELETE
static final QualifiedProperty<Integer> RECYCLE_COUNT
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> INSTANCE_COUNT
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_INSTANCE_COUNT
static final QualifiedProperty<org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger> MAX_RECYCLE_COUNT
Boolean getCreatable() 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 Creatable Node.void setCreatable(Boolean creatable) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
creatable - the local value to set for the Creatable Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Creatable Node.Boolean readCreatable() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeCreatable(Boolean creatable) throws org.eclipse.milo.opcua.stack.core.UaException
creatable - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readCreatableAsync()
readCreatable().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCreatableAsync(Boolean creatable)
writeCreatable(Boolean).PropertyType getCreatableNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType 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 PropertyType> getCreatableNodeAsync()
getCreatableNode().Boolean getDeletable() 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 Deletable Node.void setDeletable(Boolean deletable) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
deletable - the local value to set for the Deletable Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the Deletable Node.Boolean readDeletable() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeDeletable(Boolean deletable) throws org.eclipse.milo.opcua.stack.core.UaException
deletable - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readDeletableAsync()
readDeletable().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeDeletableAsync(Boolean deletable)
writeDeletable(Boolean).PropertyType getDeletableNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType 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 PropertyType> getDeletableNodeAsync()
getDeletableNode().Boolean getAutoDelete() 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 AutoDelete Node.void setAutoDelete(Boolean autoDelete) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
autoDelete - the local value to set for the AutoDelete Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the AutoDelete Node.Boolean readAutoDelete() throws org.eclipse.milo.opcua.stack.core.UaException
Boolean value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeAutoDelete(Boolean autoDelete) throws org.eclipse.milo.opcua.stack.core.UaException
autoDelete - the Boolean value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Boolean> readAutoDeleteAsync()
readAutoDelete().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeAutoDeleteAsync(Boolean autoDelete)
writeAutoDelete(Boolean).PropertyType getAutoDeleteNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType 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 PropertyType> getAutoDeleteNodeAsync()
getAutoDeleteNode().Integer getRecycleCount() 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 RecycleCount Node.void setRecycleCount(Integer recycleCount) throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
recycleCount - the local value to set for the RecycleCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the RecycleCount Node.Integer readRecycleCount() throws org.eclipse.milo.opcua.stack.core.UaException
Integer value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeRecycleCount(Integer recycleCount) throws org.eclipse.milo.opcua.stack.core.UaException
recycleCount - the Integer value to write to the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.CompletableFuture<? extends Integer> readRecycleCountAsync()
readRecycleCount().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeRecycleCountAsync(Integer recycleCount)
writeRecycleCount(Integer).PropertyType getRecycleCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType 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 PropertyType> getRecycleCountNodeAsync()
getRecycleCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getInstanceCount()
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 InstanceCount Node.void setInstanceCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger instanceCount)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
instanceCount - the local value to set for the InstanceCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the InstanceCount Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readInstanceCount()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeInstanceCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger instanceCount)
throws org.eclipse.milo.opcua.stack.core.UaException
instanceCount - the UInteger 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.builtin.unsigned.UInteger> readInstanceCountAsync()
readInstanceCount().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeInstanceCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger instanceCount)
writeInstanceCount(UInteger).PropertyType getInstanceCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType 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 PropertyType> getInstanceCountNodeAsync()
getInstanceCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxInstanceCount()
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 MaxInstanceCount Node.void setMaxInstanceCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxInstanceCount)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxInstanceCount - the local value to set for the MaxInstanceCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxInstanceCount Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxInstanceCount()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxInstanceCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxInstanceCount)
throws org.eclipse.milo.opcua.stack.core.UaException
maxInstanceCount - the UInteger 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.builtin.unsigned.UInteger> readMaxInstanceCountAsync()
readMaxInstanceCount().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxInstanceCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxInstanceCount)
writeMaxInstanceCount(UInteger).PropertyType getMaxInstanceCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType 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 PropertyType> getMaxInstanceCountNodeAsync()
getMaxInstanceCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger getMaxRecycleCount()
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 MaxRecycleCount Node.void setMaxRecycleCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxRecycleCount)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
maxRecycleCount - the local value to set for the MaxRecycleCount Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the MaxRecycleCount Node.org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger readMaxRecycleCount()
throws org.eclipse.milo.opcua.stack.core.UaException
UInteger value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeMaxRecycleCount(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxRecycleCount)
throws org.eclipse.milo.opcua.stack.core.UaException
maxRecycleCount - the UInteger 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.builtin.unsigned.UInteger> readMaxRecycleCountAsync()
readMaxRecycleCount().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeMaxRecycleCountAsync(org.eclipse.milo.opcua.stack.core.types.builtin.unsigned.UInteger maxRecycleCount)
writeMaxRecycleCount(UInteger).PropertyType getMaxRecycleCountNode() throws org.eclipse.milo.opcua.stack.core.UaException
PropertyType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
PropertyType 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 PropertyType> getMaxRecycleCountNodeAsync()
getMaxRecycleCountNode().org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getCurrentState()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
getCurrentState in interface FiniteStateMachineTypegetCurrentState in interface StateMachineTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CurrentState Node.void setCurrentState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText currentState)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
setCurrentState in interface FiniteStateMachineTypesetCurrentState in interface StateMachineTypecurrentState - the local value to set for the CurrentState Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the CurrentState Node.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readCurrentState()
throws org.eclipse.milo.opcua.stack.core.UaException
readCurrentState in interface FiniteStateMachineTypereadCurrentState in interface StateMachineTypeLocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeCurrentState(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText currentState)
throws org.eclipse.milo.opcua.stack.core.UaException
writeCurrentState in interface FiniteStateMachineTypewriteCurrentState in interface StateMachineTypecurrentState - the LocalizedText 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.builtin.LocalizedText> readCurrentStateAsync()
readCurrentState().readCurrentStateAsync in interface FiniteStateMachineTypereadCurrentStateAsync in interface StateMachineTypeCompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeCurrentStateAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText currentState)
writeCurrentState(LocalizedText).writeCurrentStateAsync in interface FiniteStateMachineTypewriteCurrentStateAsync in interface StateMachineTypeFiniteStateVariableType getCurrentStateNode() throws org.eclipse.milo.opcua.stack.core.UaException
FiniteStateVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getCurrentStateNode in interface FiniteStateMachineTypegetCurrentStateNode in interface StateMachineTypeFiniteStateVariableType 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 FiniteStateVariableType> getCurrentStateNodeAsync()
getCurrentStateNode().getCurrentStateNodeAsync in interface FiniteStateMachineTypegetCurrentStateNodeAsync in interface StateMachineTypeorg.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText getLastTransition()
throws org.eclipse.milo.opcua.stack.core.UaException
The returned value is the last seen; it is not read live from the server.
getLastTransition in interface FiniteStateMachineTypegetLastTransition in interface StateMachineTypeorg.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastTransition Node.void setLastTransition(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lastTransition)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
setLastTransition in interface FiniteStateMachineTypesetLastTransition in interface StateMachineTypelastTransition - the local value to set for the LastTransition Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the LastTransition Node.org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText readLastTransition()
throws org.eclipse.milo.opcua.stack.core.UaException
readLastTransition in interface FiniteStateMachineTypereadLastTransition in interface StateMachineTypeLocalizedText value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeLastTransition(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lastTransition)
throws org.eclipse.milo.opcua.stack.core.UaException
writeLastTransition in interface FiniteStateMachineTypewriteLastTransition in interface StateMachineTypelastTransition - the LocalizedText 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.builtin.LocalizedText> readLastTransitionAsync()
readLastTransition().readLastTransitionAsync in interface FiniteStateMachineTypereadLastTransitionAsync in interface StateMachineTypeCompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeLastTransitionAsync(org.eclipse.milo.opcua.stack.core.types.builtin.LocalizedText lastTransition)
writeLastTransition(LocalizedText).writeLastTransitionAsync in interface FiniteStateMachineTypewriteLastTransitionAsync in interface StateMachineTypeFiniteTransitionVariableType getLastTransitionNode() throws org.eclipse.milo.opcua.stack.core.UaException
FiniteTransitionVariableType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
getLastTransitionNode in interface FiniteStateMachineTypegetLastTransitionNode in interface StateMachineTypeFiniteTransitionVariableType 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 FiniteTransitionVariableType> getLastTransitionNodeAsync()
getLastTransitionNode().getLastTransitionNodeAsync in interface FiniteStateMachineTypegetLastTransitionNodeAsync in interface StateMachineTypeorg.eclipse.milo.opcua.stack.core.types.structured.ProgramDiagnosticDataType getProgramDiagnostics()
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 ProgramDiagnostics Node.void setProgramDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.ProgramDiagnosticDataType programDiagnostics)
throws org.eclipse.milo.opcua.stack.core.UaException
The value is only updated locally; it is not written to the server.
programDiagnostics - the local value to set for the ProgramDiagnostics Node.org.eclipse.milo.opcua.stack.core.UaException - if an error occurs creating or getting the ProgramDiagnostics Node.org.eclipse.milo.opcua.stack.core.types.structured.ProgramDiagnosticDataType readProgramDiagnostics()
throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticDataType value read from the server.org.eclipse.milo.opcua.stack.core.UaException - if a service- or operation-level error occurs.void writeProgramDiagnostics(org.eclipse.milo.opcua.stack.core.types.structured.ProgramDiagnosticDataType programDiagnostics)
throws org.eclipse.milo.opcua.stack.core.UaException
programDiagnostics - the ProgramDiagnosticDataType 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.ProgramDiagnosticDataType> readProgramDiagnosticsAsync()
readProgramDiagnostics().CompletableFuture<org.eclipse.milo.opcua.stack.core.types.builtin.StatusCode> writeProgramDiagnosticsAsync(org.eclipse.milo.opcua.stack.core.types.structured.ProgramDiagnosticDataType programDiagnostics)
writeProgramDiagnostics(ProgramDiagnosticDataType).ProgramDiagnosticType getProgramDiagnosticsNode() throws org.eclipse.milo.opcua.stack.core.UaException
ProgramDiagnosticType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
ProgramDiagnosticType 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 ProgramDiagnosticType> getProgramDiagnosticsNodeAsync()
getProgramDiagnosticsNode().BaseObjectType getFinalResultDataNode() throws org.eclipse.milo.opcua.stack.core.UaException
BaseObjectType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
BaseObjectType 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 BaseObjectType> getFinalResultDataNodeAsync()
getFinalResultDataNode().StateType getReadyNode() throws org.eclipse.milo.opcua.stack.core.UaException
StateType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
StateType 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 StateType> getReadyNodeAsync()
getReadyNode().StateType getRunningNode() throws org.eclipse.milo.opcua.stack.core.UaException
StateType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
StateType 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 StateType> getRunningNodeAsync()
getRunningNode().StateType getSuspendedNode() throws org.eclipse.milo.opcua.stack.core.UaException
StateType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
StateType 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 StateType> getSuspendedNodeAsync()
getSuspendedNode().StateType getHaltedNode() throws org.eclipse.milo.opcua.stack.core.UaException
StateType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
StateType 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 StateType> getHaltedNodeAsync()
getHaltedNode().TransitionType getHaltedToReadyNode() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TransitionType 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 TransitionType> getHaltedToReadyNodeAsync()
getHaltedToReadyNode().TransitionType getReadyToRunningNode() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TransitionType 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 TransitionType> getReadyToRunningNodeAsync()
getReadyToRunningNode().TransitionType getRunningToHaltedNode() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TransitionType 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 TransitionType> getRunningToHaltedNodeAsync()
getRunningToHaltedNode().TransitionType getRunningToReadyNode() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TransitionType 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 TransitionType> getRunningToReadyNodeAsync()
getRunningToReadyNode().TransitionType getRunningToSuspendedNode() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TransitionType 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 TransitionType> getRunningToSuspendedNodeAsync()
getRunningToSuspendedNode().TransitionType getSuspendedToRunningNode() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TransitionType 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 TransitionType> getSuspendedToRunningNodeAsync()
getSuspendedToRunningNode().TransitionType getSuspendedToHaltedNode() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TransitionType 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 TransitionType> getSuspendedToHaltedNodeAsync()
getSuspendedToHaltedNode().TransitionType getSuspendedToReadyNode() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TransitionType 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 TransitionType> getSuspendedToReadyNodeAsync()
getSuspendedToReadyNode().TransitionType getReadyToHaltedNode() throws org.eclipse.milo.opcua.stack.core.UaException
TransitionType Node, or null if it does not exist.
The Node is created when first accessed and cached for subsequent calls.
TransitionType 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 TransitionType> getReadyToHaltedNodeAsync()
getReadyToHaltedNode().Copyright © 2021. All rights reserved.