Uses of Class
org.eclipse.milo.opcua.sdk.client.subscriptions.MonitoredItemServiceOperationResult
Packages that use MonitoredItemServiceOperationResult
-
Uses of MonitoredItemServiceOperationResult in org.eclipse.milo.opcua.sdk.client.subscriptions
Methods in org.eclipse.milo.opcua.sdk.client.subscriptions that return types with arguments of type MonitoredItemServiceOperationResultModifier and TypeMethodDescriptionOpcUaSubscription.createMonitoredItems()Create any MonitoredItems that have been added to the Subscription but not yet created on the Server.OpcUaSubscription.createMonitoredItems(Predicate<OpcUaMonitoredItem> filter) Create any MonitoredItems that have been added to the Subscription but not yet created on the Server, filtered by the given predicate.OpcUaSubscription.deleteMonitoredItems()Delete any MonitoredItems that have been removed from the Subscription.MonitoredItemSynchronizationException.getCreateResults()Get the results for any create operations that were part of the synchronization.MonitoredItemSynchronizationException.getDeleteResults()Get the results for any delete operations that were part of the synchronization.MonitoredItemSynchronizationException.getModifyResults()Get the results for any modify operations that were part of the synchronization.OpcUaSubscription.modifyMonitoredItems()Modify any MonitoredItems that have been changed.OpcUaSubscription.setMonitoringMode(org.eclipse.milo.opcua.stack.core.types.enumerated.MonitoringMode monitoringMode, List<OpcUaMonitoredItem> monitoredItems) Set theMonitoringModefor a group of MonitoredItems.Constructor parameters in org.eclipse.milo.opcua.sdk.client.subscriptions with type arguments of type MonitoredItemServiceOperationResultModifierConstructorDescriptionMonitoredItemSynchronizationException(String message, List<MonitoredItemServiceOperationResult> createResults, List<MonitoredItemServiceOperationResult> modifyResults, List<MonitoredItemServiceOperationResult> deleteResults)