Uses of Class
com.prosysopc.ua.StatusException

Packages that use StatusException
com.prosysopc.ua Common classes for client and server side. 
com.prosysopc.ua.client Main client side classes of the SDK. 
com.prosysopc.ua.client.nodes Client side implementation classes for the UaNode model. 
com.prosysopc.ua.nodes Common UaNode model. 
com.prosysopc.ua.server Main server side classes of the SDK. 
com.prosysopc.ua.server.io Classes related to dynamically handing Read/Write services. 
com.prosysopc.ua.server.nodes Server side implementation classes for the UaNode model. 
com.prosysopc.ua.types.adi   
com.prosysopc.ua.types.adi.client   
com.prosysopc.ua.types.adi.server   
com.prosysopc.ua.types.di   
com.prosysopc.ua.types.di.client   
com.prosysopc.ua.types.di.server   
com.prosysopc.ua.types.gds   
com.prosysopc.ua.types.gds.client   
com.prosysopc.ua.types.gds.server   
com.prosysopc.ua.types.opcua   
com.prosysopc.ua.types.opcua.client   
com.prosysopc.ua.types.opcua.server   
com.prosysopc.ua.types.plc   
com.prosysopc.ua.types.plc.client   
com.prosysopc.ua.types.plc.server   
 

Uses of StatusException in com.prosysopc.ua
 

Subclasses of StatusException in com.prosysopc.ua
 class MethodCallStatusException
          Exception from a Method Call failure .
 

Methods in com.prosysopc.ua that throw StatusException
 org.opcfoundation.ua.builtintypes.DataValue AggregateFunction.calculate(AggregateFunction.AggregateFunctionParameters parameters, List<org.opcfoundation.ua.builtintypes.DataValue> values)
           
 AggregateCalculator.AggregateCalculatorContinuationPoint AggregateCalculator.calculateAggregates(org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, double processingIntervalInMillis, org.opcfoundation.ua.builtintypes.NodeId aggregateType, org.opcfoundation.ua.core.AggregateConfiguration aggregateConfiguration, boolean useSteppedInterpolation, AggregateCalculator.HistoryDataProvider history, AggregateCalculator.AggregateCalculatorContinuationPoint continuationPoint, org.opcfoundation.ua.core.HistoryData aggregateData)
          Function for calculating the aggregate specified by the aggregateType NodeId from the list of DataValues provided in values.
protected  org.opcfoundation.ua.builtintypes.NodeId ModelParserBase.doAddNode(org.opcfoundation.ua.core.AddNodesItem item)
          Add a new node to the address space
protected  void ModelParserBase.doAddReference(org.opcfoundation.ua.core.AddReferencesItem item)
          Add a new reference to the address space
protected  void SubscriptionBase.enabledChanged()
          Handles a change in PublishingEnabled
 MonitoredItemBase SubscriptionBase.getItem(org.opcfoundation.ua.builtintypes.UnsignedInteger itemId)
          Get an item from the subscription.
protected abstract  UaNode ModelParserBase.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Get an existing node in the address space.
 List<org.opcfoundation.ua.builtintypes.DataValue> AggregateCalculator.HistoryDataProvider.readRawAll(org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, boolean returnStartBound, boolean returnEndBound)
          Get all the values from the history that are between startTime and endTime.
abstract  MonitoredItemBase SubscriptionBase.removeItem(MonitoredItemBase item)
          Remove an item from the subscription.
 MonitoredItemBase SubscriptionBase.removeItem(org.opcfoundation.ua.builtintypes.UnsignedInteger itemId)
          Remove an item from the subscription.
 void SubscriptionBase.setPublishingEnabled(boolean publishingEnabled)
          A Boolean parameter with the following values : TRUE publishing is enabled for the Subscription.
 

Uses of StatusException in com.prosysopc.ua.client
 

Methods in com.prosysopc.ua.client that throw StatusException
 org.opcfoundation.ua.core.MonitoredItemCreateResult Subscription.addItem(MonitoredItem item)
          Adds a monitored item to the subscription.
 org.opcfoundation.ua.builtintypes.NodeId AddressSpace.addNode(org.opcfoundation.ua.core.AddNodesItem node)
          Add a new node to the server.
 org.opcfoundation.ua.builtintypes.NodeId AddressSpace.addNode(org.opcfoundation.ua.builtintypes.NodeId parentNodeId, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, org.opcfoundation.ua.builtintypes.NodeId newNodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.core.NodeAttributes nodeAttributes, org.opcfoundation.ua.builtintypes.NodeId typeDefinition)
          Add a new node to the server.
 void AddressSpace.addReference(org.opcfoundation.ua.core.AddReferencesItem reference)
          Add a new reference to the server.
 Subscription UaClient.addSubscription(Subscription subscription)
          Create a new subscription and add it to Subscriptions.
 List<org.opcfoundation.ua.core.ReferenceDescription> AddressSpace.browse(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId)
          Browse a single node using the browse settings defined in the class.
 List<org.opcfoundation.ua.core.ReferenceDescription> AddressSpace.browse(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, org.opcfoundation.ua.core.BrowseDirection direction, org.opcfoundation.ua.builtintypes.NodeId referenceType, boolean includeSubTypes, org.opcfoundation.ua.core.NodeClass... nodeClasses)
          Browse all references of the specified type from the specified node.
 List<org.opcfoundation.ua.core.ReferenceDescription> AddressSpace.browse(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Browse a single node using the browse settings defined in the class.
protected  List<org.opcfoundation.ua.core.ReferenceDescription> AddressSpace.browse(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.BrowseDescription browseDescription)
           
 List<org.opcfoundation.ua.core.ReferenceDescription> AddressSpace.browse(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.BrowseDirection direction, org.opcfoundation.ua.builtintypes.NodeId referenceType)
          Browse all references of the specified type from the specified node.
 List<org.opcfoundation.ua.core.ReferenceDescription> AddressSpace.browse(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.BrowseDirection direction, org.opcfoundation.ua.builtintypes.NodeId referenceType, boolean includeSubTypes, org.opcfoundation.ua.core.NodeClass... nodeClasses)
          Browse all references of the specified type from the specified node.
 List<org.opcfoundation.ua.core.ReferenceDescription> AddressSpace.browseMethods(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId)
          Browse references to object methods.This performs a browse to HasComponent references ending to Method node classes.
 List<org.opcfoundation.ua.core.ReferenceDescription> AddressSpace.browseMethods(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Browse references to object methods.This performs a browse to HasComponent references ending to Method node classes.
 List<org.opcfoundation.ua.core.ReferenceDescription> AddressSpace.browseUp(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId)
          Browse up in the address space hierarchy.
protected  void Subscription.checkOperationResult(org.opcfoundation.ua.builtintypes.StatusCode statusCode)
           
 void AddressSpace.deleteNode(org.opcfoundation.ua.core.DeleteNodesItem node)
          Delete a node from the server.
 void AddressSpace.deleteReference(org.opcfoundation.ua.core.DeleteReferencesItem reference)
          Delete a reference from the server.
protected  void Subscription.enabledChanged()
           
 UaMethod AddressSpace.getMethod(org.opcfoundation.ua.builtintypes.ExpandedNodeId methodId)
          Get an UA method definition from the server.
 UaMethod AddressSpace.getMethod(org.opcfoundation.ua.builtintypes.NodeId methodId)
          Get an UA method definition from the server.
 UaMethod AddressSpace.getMethodByName(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.QualifiedName methodName)
          Get a method with methodName of a node.
 List<UaMethod> AddressSpace.getMethods(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Get all methods of an object node.
 org.opcfoundation.ua.common.NamespaceTable UaClient.getNamespaceTable(boolean forceRefresh)
          The server NamespaceTable.
protected  org.opcfoundation.ua.builtintypes.NodeId GlobalServerList.getNodeId(org.opcfoundation.ua.core.BrowsePathResult[] results, int i)
           
 org.opcfoundation.ua.core.ServerStatusDataType UaClient.getServerStatus()
          The status of the server that we are connected.
 org.opcfoundation.ua.common.ServerTable UaClient.getServerTable(boolean forceRefresh)
          The server ServerTable.
 org.opcfoundation.ua.core.HistoryUpdateResult UaClient.historyDeleteAtTimes(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime[] reqTimes)
          Deletes history at specified times.
 org.opcfoundation.ua.core.HistoryUpdateResult UaClient.historyDeleteEvents(org.opcfoundation.ua.builtintypes.NodeId nodeId, List<org.opcfoundation.ua.builtintypes.ByteString> eventIds)
          Deletes specified events from history.
 org.opcfoundation.ua.core.HistoryUpdateResult UaClient.historyDeleteModified(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime)
          Deletes modified history from a specified interval.
 org.opcfoundation.ua.core.HistoryUpdateResult UaClient.historyDeleteRaw(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime)
          Deletes raw history from a specified interval.
 org.opcfoundation.ua.builtintypes.DataValue[] UaClient.historyReadAtTimes(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime[] reqTimes, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn)
          Reads history at specified times.
 org.opcfoundation.ua.builtintypes.DataValue[] UaClient.historyReadAtTimes(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime[] reqTimes, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, Boolean useSimpleBounds)
          Reads history at specified times.
 org.opcfoundation.ua.core.HistoryEventFieldList[] UaClient.historyReadEvents(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, org.opcfoundation.ua.core.EventFilter filter, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn)
          Reads events from history.
 org.opcfoundation.ua.core.HistoryModifiedData UaClient.historyReadModified(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn)
          Reads Modified values from the history.
 org.opcfoundation.ua.builtintypes.DataValue[] UaClient.historyReadProcessed(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, Double processingInterval, org.opcfoundation.ua.builtintypes.NodeId aggregateType, org.opcfoundation.ua.core.AggregateConfiguration aggregateConfiguration, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn)
          Reads processed history data.
 org.opcfoundation.ua.builtintypes.DataValue[] UaClient.historyReadRaw(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, long numValuesPerNode, Boolean returnBounds, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn)
          Reads raw history data.
 org.opcfoundation.ua.builtintypes.DataValue[] UaClient.historyReadRaw(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, Boolean returnBounds, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn)
          Reads raw history data.
 org.opcfoundation.ua.core.HistoryUpdateResult UaClient.historyUpdateData(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.builtintypes.DataValue[] updateValues)
          Updates history data.
 org.opcfoundation.ua.core.HistoryUpdateResult UaClient.historyUpdateEvent(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.core.EventFilter filter, org.opcfoundation.ua.core.HistoryEventFieldList[] eventData)
          Updates historical events in the server.
 org.opcfoundation.ua.core.HistoryUpdateResult UaClient.historyUpdateStructureData(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.builtintypes.DataValue[] updateValues)
          Updates historical structure data.
 org.opcfoundation.ua.builtintypes.DataValue UaClient.readAttribute(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId)
          Reads the value for the specified single node attribute.
 org.opcfoundation.ua.builtintypes.DataValue UaClient.readAttribute(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, Double maxCacheAge)
          Reads the value for the specified single node attribute.
 org.opcfoundation.ua.builtintypes.DataValue UaClient.readAttribute(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId)
          Reads the value for the specified single node attribute.
 org.opcfoundation.ua.builtintypes.DataValue UaClient.readAttribute(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, Double maxCacheAge)
          Reads the value for the specified single node attribute.
 org.opcfoundation.ua.builtintypes.DataValue[] UaClient.readAttributes(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger... attributeIds)
          Read all attributes of a Node.
 org.opcfoundation.ua.builtintypes.DataValue[] UaClient.readAttributes(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger[] attributeIds, org.opcfoundation.ua.utils.NumericRange[] indexRanges, Double maxCacheAge)
          Read all attributes of a Node.
 org.opcfoundation.ua.builtintypes.DataValue UaClient.readValue(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId)
          Reads the value attribute of a node.
 org.opcfoundation.ua.builtintypes.DataValue UaClient.readValue(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, Double maxCacheAge)
          Reads the value attribute of a node.
 org.opcfoundation.ua.builtintypes.DataValue UaClient.readValue(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, org.opcfoundation.ua.utils.NumericRange indexRange)
          Reads the value attribute of a node.
 org.opcfoundation.ua.builtintypes.DataValue UaClient.readValue(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, org.opcfoundation.ua.utils.NumericRange indexRange, Double maxCacheAge)
          Reads the value attribute of a node.
 org.opcfoundation.ua.builtintypes.DataValue UaClient.readValue(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Reads the value attribute of a node.
 org.opcfoundation.ua.builtintypes.DataValue UaClient.readValue(org.opcfoundation.ua.builtintypes.NodeId nodeId, Double maxCacheAge)
          Reads the value attribute of a node.
 org.opcfoundation.ua.builtintypes.DataValue UaClient.readValue(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.utils.NumericRange indexRange)
          Reads the value attribute of a node.
 org.opcfoundation.ua.builtintypes.DataValue UaClient.readValue(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.utils.NumericRange indexRange, Double maxCacheAge)
          Reads the value attribute of a node.
 org.opcfoundation.ua.builtintypes.DataValue[] UaClient.readValues(org.opcfoundation.ua.builtintypes.ExpandedNodeId[] nodeIds)
          Reads the value attribute of several nodes at once.
 org.opcfoundation.ua.builtintypes.DataValue[] UaClient.readValues(org.opcfoundation.ua.builtintypes.ExpandedNodeId[] nodeIds, org.opcfoundation.ua.utils.NumericRange[] indexRanges)
          Reads the value attribute of several nodes at once.
 org.opcfoundation.ua.builtintypes.DataValue[] UaClient.readValues(org.opcfoundation.ua.builtintypes.ExpandedNodeId[] nodeIds, org.opcfoundation.ua.utils.NumericRange[] indexRanges, org.opcfoundation.ua.core.TimestampsToReturn timestamps)
          Reads the value attribute of several nodes at once.
 org.opcfoundation.ua.builtintypes.DataValue[] UaClient.readValues(org.opcfoundation.ua.builtintypes.ExpandedNodeId[] nodeIds, org.opcfoundation.ua.utils.NumericRange[] indexRanges, org.opcfoundation.ua.core.TimestampsToReturn timestamps, Double maxCacheAge)
          Reads the value attribute of several nodes at once.
 org.opcfoundation.ua.builtintypes.DataValue[] UaClient.readValues(org.opcfoundation.ua.builtintypes.ExpandedNodeId[] nodeIds, org.opcfoundation.ua.core.TimestampsToReturn timestamps)
          Reads the value attribute of several nodes at once.
 MonitoredItemBase Subscription.removeItem(MonitoredItemBase item)
          Remove a monitored item from the subscription.
 MonitoredItemBase Subscription.removeItem(org.opcfoundation.ua.builtintypes.UnsignedInteger clientHandle)
          Remove a monitored item from the subscription.
 void MonitoredDataItem.setAggregateFilter(org.opcfoundation.ua.core.AggregateFilter filter)
           
 void MonitoredDataItem.setDataChangeFilter(org.opcfoundation.ua.core.DataChangeFilter filter)
          Define the filter for selecting which notification the server should send.
 void Subscription.transferTo(UaClient newClient)
          Move the subscription to another client connection.
 void Subscription.transferTo(UaClient newClient, org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId)
          Move the subscription to another client connection, using the provided SubscriptionId.
 org.opcfoundation.ua.core.BrowsePathTarget[] AddressSpace.translateBrowsePathToNodeId(org.opcfoundation.ua.builtintypes.NodeId startingNode, org.opcfoundation.ua.core.RelativePathElement... elements)
          Translate a single browse path to a NodeId.
 boolean UaClient.writeAttribute(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, Object value)
          Write a single attribute value.
 boolean UaClient.writeAttribute(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, Object value, org.opcfoundation.ua.utils.NumericRange indexRange)
          Write a single attribute value.
 boolean UaClient.writeValue(org.opcfoundation.ua.builtintypes.NodeId nodeId, Object value)
          Write the value attribute of a node.
 boolean UaClient.writeValue(org.opcfoundation.ua.builtintypes.NodeId nodeId, Object value, org.opcfoundation.ua.utils.NumericRange indexRange)
          Write the value attribute of a node.
 org.opcfoundation.ua.builtintypes.StatusCode[] UaClient.writeValues(org.opcfoundation.ua.builtintypes.NodeId[] nodeIds, Object[] value)
          Write the value attribute of several nodes at once.
 org.opcfoundation.ua.builtintypes.StatusCode[] UaClient.writeValues(org.opcfoundation.ua.builtintypes.NodeId[] nodeIds, Object[] values, org.opcfoundation.ua.utils.NumericRange[] indexRanges)
          Write the value attribute of several nodes at once.
 

Uses of StatusException in com.prosysopc.ua.client.nodes
 

Methods in com.prosysopc.ua.client.nodes that throw StatusException
 org.opcfoundation.ua.builtintypes.DataValue UaNodeImpl.getPropertyValue(org.opcfoundation.ua.builtintypes.QualifiedName propertyName)
          Get the value of a property.
protected  void UaViewImpl.readAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  void UaVariableTypeImpl.readAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  void UaVariableImpl.readAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  void UaTypeImpl.readAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  void UaReferenceTypeImpl.readAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  void UaObjectImpl.readAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  void UaNodeImpl.readAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Read the value of an attribute.
protected  void UaMethodImpl.readAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 org.opcfoundation.ua.builtintypes.DataValue UaVariableImpl.readValue()
          Reads the current value of the variable from the server.
 void UaVariableTypeImpl.setAttribute(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 void UaVariableImpl.setAttribute(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 void UaNodeImpl.setAttribute(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Unconditionally, set the value of the specified attribute.
 void UaObjectTypeImpl.setIcon(UaProperty icon)
           
 void UaObjectImpl.setIcon(UaProperty icon)
           
protected  void UaNodeImpl.setNodeVersion(String nodeVersion)
          Set the value of the NodeVersion property.
 void UaNodeImpl.setPropertyValue(org.opcfoundation.ua.builtintypes.QualifiedName propertyName, Object value)
          Set the value of a property.
 void UaVariableImpl.setValue(org.opcfoundation.ua.builtintypes.DataValue value)
           
 void UaVariableTypeImpl.setValue(Object value)
          Set value.
 void UaVariableImpl.setValue(Object value)
          Set value.
protected  void UaViewImpl.setViewVersion(Integer viewVersion)
          Set the value of the ViewVersion property.
 boolean UaNodeImpl.writeAttribute(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Write the attribute value in a node.
protected  void UaViewImpl.writeAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, Object value, org.opcfoundation.ua.builtintypes.StatusCode statusCode, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
           
protected  void UaVariableTypeImpl.writeAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, Object value, org.opcfoundation.ua.builtintypes.StatusCode statusCode, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
           
protected  void UaVariableImpl.writeAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, Object value, org.opcfoundation.ua.builtintypes.StatusCode statusCode, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
           
protected  void UaTypeImpl.writeAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, Object value, org.opcfoundation.ua.builtintypes.StatusCode statusCode, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
           
protected  void UaReferenceTypeImpl.writeAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, Object value, org.opcfoundation.ua.builtintypes.StatusCode statusCode, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
           
protected  void UaObjectImpl.writeAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, Object value, org.opcfoundation.ua.builtintypes.StatusCode statusCode, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
           
protected  void UaNodeImpl.writeAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, Object value, org.opcfoundation.ua.builtintypes.StatusCode statusCode, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
           
protected  void UaMethodImpl.writeAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, Object value, org.opcfoundation.ua.builtintypes.StatusCode statusCode, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
           
 boolean UaVariableImpl.writeValue(Object value)
          Writes the value to the variable in the server.
 

Uses of StatusException in com.prosysopc.ua.nodes
 

Methods in com.prosysopc.ua.nodes that throw StatusException
 Object[] UaObject.callMethod(org.opcfoundation.ua.builtintypes.NodeId methodId, Object... inputArgs)
          Call a method on the object.
 void UaNode.setAttribute(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Unconditionally, set the value of the specified attribute.
 void UaObjectType.setIcon(UaProperty icon)
          Set the value of the Icon property.
 void UaObject.setIcon(UaProperty icon)
          Set the value of the Icon property.
 void UaValueNode.setValue(org.opcfoundation.ua.builtintypes.DataValue value)
          The default Value for instances of this type.
 void UaValueNode.setValue(Object value)
          Set value.
 boolean UaNode.writeAttribute(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Write the attribute value in a node.
 

Uses of StatusException in com.prosysopc.ua.server
 

Methods in com.prosysopc.ua.server that throw StatusException
protected  boolean EventManagerUaNode.acknowledge(ServiceContext serviceContext, AcknowledgeableConditionTypeNode condition, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
protected  void Session.activate(ServerUserIdentity userIdentity)
          Activate the session.
protected  org.opcfoundation.ua.builtintypes.ByteString Session.addBrowseContinuationPoint(BrowseContinuationPoint c)
           
protected  boolean EventManagerUaNode.addComment(ServiceContext serviceContext, ConditionTypeNode condition, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
 void NodeManagerUaNode.addComponent(UaNode parent, UaInstance component)
          Add a node as a component of another node into the address space.
 MonitoredEventItem Subscription.addEventItem(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.EventFilter eventFilter, org.opcfoundation.ua.core.EventFilterResult filterResult)
          Add a new item to event monitoring.
protected  org.opcfoundation.ua.builtintypes.ByteString Session.addHistoryContinuationPoint(HistoryContinuationPoint historyContinuationPoint)
           
protected  org.opcfoundation.ua.builtintypes.NodeId NodeManagerTable.addNode(ServiceContext serviceContext, org.opcfoundation.ua.core.AddNodesItem nodeToAdd)
           
protected  org.opcfoundation.ua.builtintypes.NodeId NodeManagementServiceHandler.addNode(ServiceContext serviceContext, org.opcfoundation.ua.core.AddNodesItem nodeToAdd)
           
protected  org.opcfoundation.ua.builtintypes.NodeId UaServer.NodeManagerUaServer.addNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.NodeId parentNodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId, org.opcfoundation.ua.core.NodeAttributes attributes, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId)
           
protected  org.opcfoundation.ua.builtintypes.NodeId NodeManagerUaNode.addNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.NodeId parentNodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId, org.opcfoundation.ua.core.NodeAttributes attributes, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId)
           
protected  org.opcfoundation.ua.builtintypes.NodeId NodeManagerTable.addNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.NodeId parentNodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId, org.opcfoundation.ua.core.NodeAttributes attributes, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId)
           
protected  org.opcfoundation.ua.builtintypes.NodeId NodeManagerRoot.addNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.NodeId parentNodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId, org.opcfoundation.ua.core.NodeAttributes attributes, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId)
           
protected  org.opcfoundation.ua.builtintypes.NodeId NodeManager.addNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.NodeId parentNodeId, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId, org.opcfoundation.ua.core.NodeAttributes attributes, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId)
          Handle adding a new node.
 UaNode NodeManagerUaNode.addNode(UaNode newNode)
          Adds a new node - unless it already exists in the node manager.
 UaNode NodeManager.addNode(UaNode node)
          Adds a new node - unless it already exists in the node manager.
 UaNode NodeManagerUaNode.addNodeAndReference(UaNode parent, UaNode newNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId)
           
 void NodeManagerUaNode.addReference(org.opcfoundation.ua.builtintypes.NodeId sourceId, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetId, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, boolean isInverse)
          Adds a Reference.
 void NodeManagerUaNode.addReference(org.opcfoundation.ua.builtintypes.NodeId sourceId, org.opcfoundation.ua.builtintypes.NodeId targetId, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, boolean isInverse)
          Adds a reference to the Node Manager, if both the source and target are found.
protected  void NodeManagerTable.addReference(ServiceContext serviceContext, org.opcfoundation.ua.core.AddReferencesItem addReferencesItem)
           
protected  void NodeManagementServiceHandler.addReference(ServiceContext serviceContext, org.opcfoundation.ua.core.AddReferencesItem addReferencesItem)
           
protected  void UaServer.NodeManagerUaServer.addReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, boolean isForward, org.opcfoundation.ua.core.NodeClass targetNodeClass, String targetServerUri)
           
protected  void NodeManagerUaNode.addReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, boolean isForward, org.opcfoundation.ua.core.NodeClass targetNodeClass, String targetServerUri)
           
protected  void NodeManagerRoot.addReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, boolean isForward, org.opcfoundation.ua.core.NodeClass targetNodeClass, String targetServerUri)
           
protected  void NodeManager.addReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, boolean isForward, org.opcfoundation.ua.core.NodeClass targetNodeClass, String targetServerUri)
          Handle adding a reference.
 void UaServer.addToServerArray(String uri)
          Add a server description to the serverArray.
protected  void SubscriptionManager.addTriggeringLink(Subscription s, MonitoredItemBase triggeringItem, org.opcfoundation.ua.builtintypes.UnsignedInteger linkToAdd)
           
<T extends UaType>
T
NodeManagerUaNode.addType(org.opcfoundation.ua.builtintypes.ExpandedNodeId newTypeDefinitionId, String name, T baseType)
           
<T extends UaType>
T
NodeManagerUaNode.addType(org.opcfoundation.ua.builtintypes.NodeId nodeId, String name, T baseType)
          Add a new Object type Node to the Node Manager.
protected  void NodeManagerTable.afterCreateMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item)
           
protected  void NodeManagerTable.afterCreateMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem item)
           
protected  void NodeManagerTable.afterDeleteMonitoredItem(ServiceContext serviceContext, Subscription subscription, MonitoredItem item)
           
protected  void NodeManagerTable.afterModifyMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item)
           
protected  void NodeManagerTable.afterModifyMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem item)
           
static void IoManager.applyIndexRangeToReadValue(org.opcfoundation.ua.builtintypes.DataValue dataValue, org.opcfoundation.ua.utils.NumericRange indexRange)
          "Cuts" the specified indexRange out of the provided dataValue.
protected static Object IoManager.applyIndexRangeToReadValue(Object value, org.opcfoundation.ua.utils.NumericRange indexRange, int d)
           
static org.opcfoundation.ua.builtintypes.DataValue IoManager.applyIndexRangeToWriteValue(org.opcfoundation.ua.builtintypes.DataValue currentValue, org.opcfoundation.ua.builtintypes.DataValue newValue, org.opcfoundation.ua.utils.NumericRange indexRange)
          Writes the newValue to currentValue in the location specified by the indexRange.
protected  void FilterOperatorDefinition.applyNodeManager(NodeManagerRoot nodeManager)
           
protected  BrowseContinuationPoint NodeManagementServiceHandler.browseNode(ServiceContext serviceContext, List<org.opcfoundation.ua.core.ReferenceDescription> referenceDescriptions, org.opcfoundation.ua.builtintypes.NodeId nodeId, int maxReferences, org.opcfoundation.ua.core.BrowseDirection browseDirection, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, Boolean includeSubTypes, EnumSet<org.opcfoundation.ua.core.NodeClass> nodeClassSet, EnumSet<org.opcfoundation.ua.core.BrowseResultMask> resultSet, org.opcfoundation.ua.core.ViewDescription view, int startIndex)
          Get an array of Reference Descriptions for the node.
protected  BrowseContinuationPoint NodeManagerTable.browseNode(ServiceContext serviceContext, List<org.opcfoundation.ua.core.ReferenceDescription> referenceDescriptions, org.opcfoundation.ua.builtintypes.NodeId nodeId, int maxReferences, org.opcfoundation.ua.core.BrowseDirection browseDirection, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, Boolean includeSubTypes, org.opcfoundation.ua.builtintypes.QualifiedName browseName, EnumSet<org.opcfoundation.ua.core.NodeClass> nodeClassSet, EnumSet<org.opcfoundation.ua.core.BrowseResultMask> resultSet, org.opcfoundation.ua.core.ViewDescription view, int startIndex)
           
protected  BrowseContinuationPoint NodeManager.browseNode(ServiceContext serviceContext, List<org.opcfoundation.ua.core.ReferenceDescription> referenceDescriptions, org.opcfoundation.ua.builtintypes.NodeId nodeId, int maxReferences, org.opcfoundation.ua.core.BrowseDirection browseDirection, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, Boolean includeSubTypes, org.opcfoundation.ua.builtintypes.QualifiedName browseName, EnumSet<org.opcfoundation.ua.core.NodeClass> nodeClassSet, EnumSet<org.opcfoundation.ua.core.BrowseResultMask> resultSet, org.opcfoundation.ua.core.ViewDescription viewDescription, int startIndex)
          Browse a single node and filter according to the parameters.
protected  org.opcfoundation.ua.builtintypes.Variant[] NodeManagerTable.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId objectId, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
protected  org.opcfoundation.ua.builtintypes.Variant[] NodeManager.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId objectId, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
protected  org.opcfoundation.ua.builtintypes.Variant[] NodeManagementServiceHandler.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId objectId, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] MethodManagerUaNode.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId objectId, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] MethodManager.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId objectId, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
          Handle a method call.
protected  void IoManager.checkAccessLevel(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaVariable variable, org.opcfoundation.ua.core.AccessLevel accessLevel)
          Validate that the node enables access for a certain accessLevel.
protected  void IoManager.checkDataType(org.opcfoundation.ua.builtintypes.NodeId nodeId, UaValueNode valueNode, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected static void IoManager.checkIndexRange(Object value, org.opcfoundation.ua.utils.NumericRange indexRange, int dimension)
           
static void MethodManager.checkInputArguments(Class<?>[] expectedTypes, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos, boolean acceptNulls)
          Validates the input arguments that they are of expected type.
static void MethodManager.checkInputArguments(Class<?>[] expectedTypes, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos, boolean[] acceptNulls)
          Validates the input arguments that they are of expected type.
protected  void MethodManagerUaNode.checkInputArguments(org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos, UaMethod method)
           
protected  void ServiceManagerBase.checkIsMethod(UaNode node)
           
protected  void ServiceManagerBase.checkIsValueNode(UaNode node)
          Check if the node is a Variable or VariableType, which both implement UaValueNode.
protected  void ServiceManagerBase.checkIsVariable(UaNode node)
          Check if the node is a Variable.
protected  void ServiceManagerBase.checkIsVariableOrVariableType(UaNode node)
          Deprecated. Use ServiceManagerBase.checkIsValueNode(UaNode)
protected  void MethodManagerUaNode.checkOutputArguments(org.opcfoundation.ua.builtintypes.Variant[] outputArguments, UaMethod method)
           
protected  void IoManager.checkSupportsAttribute(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId)
           
protected  void IoManager.checkWriteMask(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId)
           
protected  boolean EventManagerUaNode.confirm(ServiceContext serviceContext, AcknowledgeableConditionTypeNode condition, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
 void NodeManagerTable.ModelParserForUaDefinedTypes.createModel()
           
protected  MonitoredDataItem SubscriptionManager.createMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.core.MonitoredItemCreateRequest itemToCreate, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.core.MonitoringFilter filter)
           
protected  void NodeManagerUaNode.createMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.MonitoringParameters params, org.opcfoundation.ua.core.MonitoringFilter filter, org.opcfoundation.ua.core.AggregateFilterResult filterResult, org.opcfoundation.ua.core.MonitoringMode monitoringMode)
           
protected  void NodeManagerTable.createMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.MonitoringParameters params, org.opcfoundation.ua.core.MonitoringFilter filter, org.opcfoundation.ua.core.AggregateFilterResult filterResult, org.opcfoundation.ua.core.MonitoringMode monitoringMode)
           
protected  void NodeManager.createMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.MonitoringParameters params, org.opcfoundation.ua.core.MonitoringFilter filter, org.opcfoundation.ua.core.AggregateFilterResult filterResult, org.opcfoundation.ua.core.MonitoringMode monitoringMode)
          Check that the monitored item request is valid.
protected  MonitoredItem SubscriptionManager.createMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.core.MonitoredItemCreateRequest itemToCreate, org.opcfoundation.ua.core.EventFilter eventFilter)
           
protected  void NodeManagerTable.createMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.EventFilter eventFilter, org.opcfoundation.ua.core.EventFilterResult filterResult)
           
protected  void NodeManager.createMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.EventFilter eventFilter, org.opcfoundation.ua.core.EventFilterResult eventFilterResult)
           
protected  void EventManager.createMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.EventFilter filter, org.opcfoundation.ua.core.EventFilterResult eventFilterResult)
           
protected  MonitoredItem SubscriptionManager.createMonitoredItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.core.MonitoredItemCreateRequest itemToCreate)
           
protected  NodeManager UaServer.createNewNodeManager(ServiceContext serviceContext, String namespaceUri)
          Creates a new node manager as a response to an AddNodes request with a NodeId that is not managed by any node managers, yet.
protected  void NodeManagerTable.createNewNodeManager(ServiceContext serviceContext, String namespaceUri)
           
protected  void HistoryManager.deleteAtTimes(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DateTime[] reqTimes, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Handle a single historyUpdate operation, which is using DeleteAtTimesDetails.
protected  void HistoryManager.deleteEvents(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.ByteString[] eventIds, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Handle a single historyUpdate operation, which is using DeleteEventDetails.
protected  void HistoryManager.deleteModified(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime)
          Handle a single historyUpdate operation, which is using DeleteRawModifiedDetails and has the isModified set to true.
protected  void NodeManagerTable.deleteMonitoredItem(ServiceContext serviceContext, Subscription subscription, MonitoredItem monitoredItem)
           
protected  void NodeManager.deleteMonitoredItem(ServiceContext serviceContext, Subscription subscription, MonitoredItem item)
           
protected  MonitoredItemBase SubscriptionManager.deleteMonitoredItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.UnsignedInteger itemId)
           
 UaNode NodeManagerUaNode.deleteNode(org.opcfoundation.ua.builtintypes.NodeId nodeId, boolean deleteTargetReferences, boolean deleteChildren)
          Delete a node from the node manager.
protected  void NodeManagementServiceHandler.deleteNode(ServiceContext serviceContext, org.opcfoundation.ua.core.DeleteNodesItem deleteNodesItem)
           
protected  void NodeManagerTable.deleteNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.ExpandedNodeId expandedNodeId, boolean deleteTargetReferences)
           
protected  void UaServer.NodeManagerUaServer.deleteNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, Boolean deleteTargetReferences)
           
protected  void NodeManagerUaNode.deleteNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, Boolean deleteTargetReferences)
           
protected  void NodeManagerTable.deleteNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, Boolean deleteTargetReferences)
           
protected  void NodeManagerRoot.deleteNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, Boolean deleteTargetReferences)
           
protected  void NodeManager.deleteNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, Boolean deleteTargetReferences)
           
 UaNode NodeManagerUaNode.deleteNode(UaNode node, boolean deleteTargetReferences, boolean deleteChildren)
          Delete a node from the node manager.
protected  UaNode NodeManagerUaNode.deleteNode(UaNode node, boolean deleteTargetReferences, boolean deleteChildren, boolean doNotDeleteIfInverseHierarchicalRefs)
           
protected  void HistoryManager.deleteRaw(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime)
          Handle a single historyUpdate operation, which is using DeleteRawModifiedDetails and has the isModified set to false.
 void NodeManagerUaNode.deleteReference(org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId)
          Delete a reference between the source and target node.
protected  void NodeManagementServiceHandler.deleteReference(ServiceContext serviceContext, org.opcfoundation.ua.core.DeleteReferencesItem deleteReferencesItem)
           
protected  void UaServer.NodeManagerUaServer.deleteReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, Boolean isForward, Boolean deleteBidirectional)
           
protected  void NodeManagerUaNode.deleteReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, Boolean isForward, Boolean deleteBidirectional)
           
protected  void NodeManagerTable.deleteReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, Boolean isForward, Boolean deleteBidirectional)
           
protected  void NodeManagerRoot.deleteReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, Boolean isForward, Boolean deleteBidirectional)
           
protected  void NodeManager.deleteReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, Boolean isForward, Boolean deleteBidirectional)
           
 void NodeManagerUaNode.deleteReference(UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId)
          Delete a reference between the source and target node.
 void NodeManagerUaNode.deleteReference(UaNode sourceNode, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId)
          Delete a reference between the source and target node.
protected  boolean EventManagerUaNode.disable(ServiceContext serviceContext, ConditionTypeNode condition)
           
protected  org.opcfoundation.ua.builtintypes.NodeId ModelParser.doAddNode(org.opcfoundation.ua.core.AddNodesItem item)
           
protected  void ModelParser.doAddReference(org.opcfoundation.ua.core.AddReferencesItem item)
           
protected  boolean EventManagerUaNode.enable(ServiceContext serviceContext, ConditionTypeNode condition)
           
protected  void NodeManager.fireAddNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId parentNodeId, UaNode parent, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeAttributes attributes, UaReferenceType referenceType, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId, UaNode typeDefinition)
           
protected  void NodeManager.fireAddReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaReferenceType referenceType, boolean isForward)
           
protected  void NodeManager.fireAfterAddNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId parentNodeId, UaNode parent, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeAttributes attributes, UaReferenceType referenceType, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId, UaNode typeDefinition)
           
protected  void NodeManager.fireAfterAddReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaReferenceType referenceType, boolean isForward)
           
protected  boolean MethodManagerUaNode.fireCall(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos, org.opcfoundation.ua.builtintypes.NodeId objectId, UaNode node, org.opcfoundation.ua.builtintypes.NodeId methodId, UaMethod method, org.opcfoundation.ua.builtintypes.Variant[] output)
           
protected  void NodeManager.fireCreateMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.MonitoringParameters params, org.opcfoundation.ua.core.MonitoringFilter filter, org.opcfoundation.ua.core.AggregateFilterResult filterResult, org.opcfoundation.ua.core.MonitoringMode monitoringMode)
           
protected  void NodeManager.fireDeleteNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, boolean deleteTargetReferences)
           
protected  void NodeManager.fireDeleteReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaReferenceType referenceType, boolean isForward, boolean deleteBidirectional)
           
protected  void NodeManager.fireModifyMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item, UaNode node, org.opcfoundation.ua.core.MonitoringParameters requestedParameters, org.opcfoundation.ua.core.MonitoringFilter filter, org.opcfoundation.ua.core.AggregateFilterResult filterResult)
           
protected  EnumSet<org.opcfoundation.ua.core.AccessLevel> IoManager.getAccessLevel(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaVariable variable)
           
protected  BrowseContinuationPoint Session.getBrowseContinuationPoint(org.opcfoundation.ua.builtintypes.ByteString continuationPoint)
          Find the BrowseContinuationPoint object indexed with the byte array.
 Collection<ConditionTypeNode> EventManagerUaNode.getConditions(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Get a list of all Condition nodes in the server address space that are listenable from the specified node.
protected  boolean IoManager.getExecutable(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaMethod node)
           
 UaNode NodeManagerTable.getExternalNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
protected  HistoryContinuationPoint Session.getHistoryContinuationPoint(org.opcfoundation.ua.builtintypes.ByteString continuationPoint)
          Find the HistoryContinuationPoint object indexed with the byte array.
 HistoryManager NodeManagerTable.getHistoryManager(org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
 IoManager NodeManagerTable.getIoManager(org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
protected  boolean NodeManager.getIsOfType(org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId, UaType typeDefinition, org.opcfoundation.ua.builtintypes.NodeId expectedTypeId, UaType expectedType)
           
 MethodManager NodeManager.getMethodManager()
           
 UaNode ServiceManagerBase.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId)
          Convenience method for ServiceManagerBase.getNode(NodeId) that takes ExpandedNodeId instead of NodeId
 UaNode NodeManagerTable.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId)
          Convenience method for NodeManagerTable.getNode
 UaNode NodeManager.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId)
          Gets the node, corresponding to a nodeId, if it exists in the local server.
<T extends UaNode>
T
ServiceManagerBase.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, Class<T> clazz)
          Convenience method for ServiceManagerBase.getNode(ExpandedNodeId) that casts the result
<T extends UaNode>
T
NodeManagerTable.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, Class<T> clazz)
           
protected  UaNode NodeManagerUaNode.getNode(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger errorCode)
          Get the node or return a specific error.
 UaNode ServiceManagerBase.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Convenience method for getNodeManagerTable().getNode
 UaNode ServiceHandler.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Find the Node for nodeId.
 UaNode NodeManagerTable.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Find a node from the NodeManagers managed by the NodeManagerTable.
protected  UaNode ModelParser.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
 UaExternalNode ExternalNodeManager.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
<T extends UaNode>
T
ServiceManagerBase.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId, Class<T> clazz)
          Convenience method for ServiceManagerBase.getNode(NodeId) that casts the result
<T extends UaNode>
T
NodeManagerTable.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId, Class<T> clazz)
          Convinience method for NodeManagerTable.getNode(NodeId) that casts the result to given class
protected  UaNode NodeManagerUaNode.getNode(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger errorCode)
          Get the node or return a specific error.
 NodeManager NodeManagerTable.getNodeManager(org.opcfoundation.ua.builtintypes.ExpandedNodeId expandedNodeId)
          Get a NodeManager that handles the specified node.
 NodeManager NodeManagerTable.getNodeManager(int namespaceIndex)
          Get a certain NodeManager from the table.
 NodeManager NodeManagerTable.getNodeManager(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Get a NodeManager that handles the specified node.
 NodeManager NodeManagerTable.getNodeManager(String namespaceUri)
          Find the node manager for the defined namespaceUri

The method equals to getNodeManager(getNamespaceTable().getIndex(namespaceUri))

 UaNode NodeManagerTable.getNodeOrExternal(org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
protected  UaReferenceType NodeManager.getReferenceType(org.opcfoundation.ua.builtintypes.NodeId referenceTypeId)
           
 UaType NodeManagerUaNode.getType(org.opcfoundation.ua.builtintypes.NodeId typeId)
          Find the type node with a specific Id
 UaType NodeManagerTable.getType(org.opcfoundation.ua.builtintypes.NodeId typeId)
          Find the type node with a specific Id
 org.opcfoundation.ua.builtintypes.NodeId NodeManagerUaNode.getVariableDataType(org.opcfoundation.ua.builtintypes.NodeId nodeId, UaValueNode variable)
           
abstract  org.opcfoundation.ua.builtintypes.NodeId NodeManager.getVariableDataType(org.opcfoundation.ua.builtintypes.NodeId nodeId, UaValueNode valueNode)
          Get the data type of a variable node, managed by this node manager.
protected  org.opcfoundation.ua.builtintypes.NodeId IoManager.getVariableDataType(org.opcfoundation.ua.builtintypes.NodeId nodeId, UaValueNode valueNode)
           
protected  EnumSet<WriteAccess> IoManager.getWriteMask(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
 boolean ExternalNodeManager.hasNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
protected  HistoryResult NodeManagerTable.historyRead(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.utils.NumericRange indexRange, HistoryContinuationPoint continuationPoint, org.opcfoundation.ua.core.HistoryReadDetails details, int aggregateIndex)
           
protected  HistoryResult HistoryManager.historyRead(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.utils.NumericRange indexRange, HistoryContinuationPoint continuationPoint, org.opcfoundation.ua.core.HistoryReadDetails details, int aggregateIndex)
          Handles all historyRead requests.
protected  void NodeManagerTable.historyUpdate(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.HistoryUpdateDetails details, org.opcfoundation.ua.core.HistoryUpdateResult historyUpdateResult)
           
protected  void HistoryManager.historyUpdate(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.HistoryUpdateDetails details, org.opcfoundation.ua.core.HistoryUpdateResult historyUpdateResult)
          Handles all history update requests.
protected  void NodeManagerTable.init()
           
protected  void NodeManager.init()
          Initialize the NodeManager.
protected  void NodeManagementServiceHandler.init()
           
protected  void NodeManagerTable.initializeMonitoredDataItem(ServiceContext serviceContext, MonitoredDataItem monitoredItem, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  void IoManager.initializeMonitoredDataItem(ServiceContext serviceContext, MonitoredDataItem monitoredItem, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Get the initial value for a new MonitoredDataItem.
protected  void Subscription.internalRemoveItem(MonitoredItem item)
          The actual method that will remove the item from the Subscription.
 boolean NodeManager.isOfType(org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId, UaType typeDefinition, org.opcfoundation.ua.builtintypes.NodeId expectedTypeId, UaType expectedType)
          Check if the given type is of the expectedType.
 boolean NodeManagerTable.isTypeOf(org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId, UaType typeDefinition, org.opcfoundation.ua.builtintypes.NodeId expectedTypeId, UaType expectedType)
           
protected  void NodeManagerTable.modifyMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item, org.opcfoundation.ua.core.MonitoringParameters params, org.opcfoundation.ua.core.MonitoringFilter filter, org.opcfoundation.ua.core.AggregateFilterResult filterResult)
           
protected  void NodeManager.modifyMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item, org.opcfoundation.ua.core.MonitoringParameters requestedParameters, org.opcfoundation.ua.core.MonitoringFilter filter, org.opcfoundation.ua.core.AggregateFilterResult filterResult)
           
protected  void NodeManagerTable.modifyMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem item, org.opcfoundation.ua.core.EventFilter eventFilter, org.opcfoundation.ua.core.EventFilterResult filterResult)
           
protected  void NodeManager.modifyMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem item, org.opcfoundation.ua.core.EventFilter eventFilter, org.opcfoundation.ua.core.EventFilterResult eventFilterResult)
           
protected  void EventManager.modifyMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem item, org.opcfoundation.ua.core.EventFilter eventFilter, org.opcfoundation.ua.core.EventFilterResult eventFilterResult)
           
protected  MonitoredItem SubscriptionManager.modifyMonitoredItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.core.MonitoredItemModifyRequest request, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.core.MonitoringParameters params)
           
 boolean EventManagerListener.onAcknowledge(ServiceContext serviceContext, AcknowledgeableConditionTypeNode condition, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
          Notifies that the client wants to acknowledge a condition event.
 boolean SessionManagerListener.onActivateSession(Session session, ServerUserIdentity userIdentity)
          Notification of session activation.
 boolean SessionManagerAdapter.onActivateSession(Session session, ServerUserIdentity userIdentity)
           
 boolean EventManagerListener.onAddComment(ServiceContext serviceContext, ConditionTypeNode condition, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
          Notifies that the client wants to add a new comment to the event.
 void NodeManagerListener.onAddNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId parentNodeId, UaNode parent, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeAttributes attributes, UaReferenceType referenceType, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId, UaNode typeDefinition)
          A notification of an AddNode request to add a new node into the node manager.
 void NodeManagerAdapter.onAddNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId parentNodeId, UaNode parent, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeAttributes attributes, UaReferenceType referenceType, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId, UaNode typeDefinition)
           
 void NodeManagerListener.onAddReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaReferenceType referenceType, boolean isForward)
          A notification of an AddReference request to add a new reference into the node manager.
 void NodeManagerAdapter.onAddReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaReferenceType referenceType, boolean isForward)
           
 void NodeManagerListener.onAfterAddNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId parentNodeId, UaNode parent, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeAttributes attributes, UaReferenceType referenceType, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId, UaNode typeDefinition)
          Called after a node is added as a result of an AddNodes call.
 void NodeManagerAdapter.onAfterAddNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId parentNodeId, UaNode parent, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.core.NodeClass nodeClass, org.opcfoundation.ua.builtintypes.QualifiedName browseName, org.opcfoundation.ua.core.NodeAttributes attributes, UaReferenceType referenceType, org.opcfoundation.ua.builtintypes.ExpandedNodeId typeDefinitionId, UaNode typeDefinition)
           
 void NodeManagerListener.onAfterAddReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaReferenceType referenceType, boolean isForward)
          Called after a reference is added as a result of an AddReferences call.
 void NodeManagerAdapter.onAfterAddReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaReferenceType referenceType, boolean isForward)
           
 boolean EventManagerUaNode.onCall(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId objectId, UaNode object, org.opcfoundation.ua.builtintypes.NodeId methodId, UaMethod method, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos, org.opcfoundation.ua.builtintypes.Variant[] output)
           
 boolean EventManager.onCall(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId objectId, UaNode object, org.opcfoundation.ua.builtintypes.NodeId methodId, UaMethod method, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos, org.opcfoundation.ua.builtintypes.Variant[] output)
           
 boolean CallableListener.onCall(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId objectId, UaNode object, org.opcfoundation.ua.builtintypes.NodeId methodId, UaMethod method, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos, org.opcfoundation.ua.builtintypes.Variant[] outputs)
          A method call notification.
 void EventManagerListener.onConditionRefresh(ServiceContext serviceContext, Subscription subscription)
          Handle a ConditionRefresh call from a client.
 boolean EventManagerListener.onConfirm(ServiceContext serviceContext, AcknowledgeableConditionTypeNode condition, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
          Notifies that the client wants to confirm a condition event.
 void NodeManagerListener.onCreateMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.MonitoringParameters params, org.opcfoundation.ua.core.MonitoringFilter filter, org.opcfoundation.ua.core.AggregateFilterResult filterResult, org.opcfoundation.ua.core.MonitoringMode monitoringMode)
          Notification of a new MonitoredDataItem request from a client application.
 void NodeManagerAdapter.onCreateMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.MonitoringParameters params, org.opcfoundation.ua.core.MonitoringFilter filter, org.opcfoundation.ua.core.AggregateFilterResult filterResult, org.opcfoundation.ua.core.MonitoringMode monitoringMode)
           
 void SubscriptionManagerListener.onCreateMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.MonitoringParameters params, org.opcfoundation.ua.core.MonitoringFilter filter, org.opcfoundation.ua.core.AggregateFilterResult filterResult, org.opcfoundation.ua.core.MonitoringMode monitoringMode)
          Notification of a new MonitoredDataItem request from a client application.
 void EventManagerListener.onCreateMonitoredEventItem(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.EventFilter eventFilter, org.opcfoundation.ua.core.EventFilterResult eventFilterResult)
          Notification of a new MonitoredEventItem request from a client application.
 void SubscriptionManagerListener.onCreateMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.EventFilter eventFilter, org.opcfoundation.ua.core.EventFilterResult filterResult)
          Notification of a new MonitoredEventItem request from a client application.
 NodeManager UaServerListener.onCreateNewNodeManager(ServiceContext serviceContext, String namespaceUri)
          Called, when a client application is creating new nodes that do not have a respective NodeManager.
 void SessionManagerListener.onCreateSession(Session session)
          Notification of session creation.
 void SessionManagerAdapter.onCreateSession(Session session)
           
 void HistoryManagerListener.onDeleteAtTimes(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DateTime[] reqTimes, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Handle a single historyUpdate operation, which is using DeleteAtTimesDetails.
 void HistoryManagerAdapter.onDeleteAtTimes(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DateTime[] reqTimes, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
           
 void HistoryManagerListener.onDeleteEvents(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.ByteString[] eventIds, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Notification of a single historyUpdate operation, which is using DeleteEventDetails.
 void HistoryManagerAdapter.onDeleteEvents(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.ByteString[] eventIds, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
           
 void HistoryManagerListener.onDeleteModified(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime)
          Handle a single historyUpdate operation, which is using DeleteRawModifiedDetails and has the isModified set to true.
 void HistoryManagerAdapter.onDeleteModified(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime)
           
 void SubscriptionManagerListener.onDeleteMonitoredItem(ServiceContext serviceContext, Subscription subscription, MonitoredItem item)
          Notification of monitored item deletion request.
 void NodeManagerListener.onDeleteNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, boolean deleteTargetReferences)
          Confirm a request to delete a node permanently from the address space of the node manager.
 void NodeManagerAdapter.onDeleteNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, boolean deleteTargetReferences)
           
 void HistoryManagerListener.onDeleteRaw(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime)
          Handle a single historyUpdate operation, which is using DeleteRawModifiedDetails and has the isModified set to false.
 void HistoryManagerAdapter.onDeleteRaw(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime)
           
 void NodeManagerListener.onDeleteReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaReferenceType referenceType, boolean isForward, boolean deleteBidirectional)
          Confirm a request to delete a reference permanently from the address space of the node manager.
 void NodeManagerAdapter.onDeleteReference(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId sourceNodeId, UaNode sourceNode, org.opcfoundation.ua.builtintypes.ExpandedNodeId targetNodeId, UaNode targetNode, org.opcfoundation.ua.builtintypes.NodeId referenceTypeId, UaReferenceType referenceType, boolean isForward, boolean deleteBidirectional)
           
 boolean EventManagerListener.onDisable(ServiceContext serviceContext, ConditionTypeNode condition)
          Notifies that the client wants to disable a condition.
 boolean EventManagerListener.onEnable(ServiceContext serviceContext, ConditionTypeNode condition)
          Notifies that the client wants to enable a condition.
protected  boolean EventManagerUaNode.oneshotshelve(ServiceContext serviceContext, AlarmConditionTypeNode condition, ShelvedStateMachineTypeNode stateMachine)
           
 void SubscriptionManagerListener.onModifyMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item, org.opcfoundation.ua.core.MonitoringParameters params, org.opcfoundation.ua.core.MonitoringFilter filter, org.opcfoundation.ua.core.MonitoringFilterResult filterResult)
          Notification of monitored event item modification request.
 void NodeManagerListener.onModifyMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item, UaNode node, org.opcfoundation.ua.core.MonitoringParameters params, org.opcfoundation.ua.core.MonitoringFilter filter, org.opcfoundation.ua.core.AggregateFilterResult filterResult)
          Notification of a modify request on the monitoring parameters of a monitored item.
 void NodeManagerAdapter.onModifyMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item, UaNode node, org.opcfoundation.ua.core.MonitoringParameters params, org.opcfoundation.ua.core.MonitoringFilter filter, org.opcfoundation.ua.core.AggregateFilterResult filterResult)
           
 void SubscriptionManagerListener.onModifyMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem item, org.opcfoundation.ua.core.EventFilter filter, org.opcfoundation.ua.core.EventFilterResult filterResult)
          Notification of monitored event item modification request.
 void EventManagerListener.onModifyMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem monitoredItem, org.opcfoundation.ua.core.EventFilter eventFilter, org.opcfoundation.ua.core.EventFilterResult eventFilterResult)
          Notification of a modify request to the monitoring parameters of a monitored event item.
 boolean EventManagerListener.onOneshotShelve(ServiceContext serviceContext, AlarmConditionTypeNode condition, ShelvedStateMachineTypeNode stateMachine)
          Notification of an OneshotShelve request for an Alarm object.
 Object HistoryManagerListener.onReadAtTimes(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object continuationPoint, org.opcfoundation.ua.builtintypes.DateTime[] reqTimes, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryData historyData)
          Handle a single historyRead operation, which is using ReadAtTimeDetails.
 Object HistoryManagerAdapter.onReadAtTimes(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object continuationPoint, org.opcfoundation.ua.builtintypes.DateTime[] reqTimes, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryData historyData)
           
 Object HistoryManagerListener.onReadEvents(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, org.opcfoundation.ua.core.EventFilter filter, org.opcfoundation.ua.core.HistoryEvent historyEvent)
          Handle a single historyRead operation, which is using ReadEventDetails The request us used to read Events from the event history for the specified time domain for one or more event nodes.
 Object HistoryManagerAdapter.onReadEvents(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, org.opcfoundation.ua.core.EventFilter filter, org.opcfoundation.ua.core.HistoryEvent historyEvent)
           
 Object HistoryManagerListener.onReadModified(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryModifiedData historyData)
          Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the isModified set to true.
 Object HistoryManagerAdapter.onReadModified(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryModifiedData historyData)
           
 Object HistoryManagerListener.onReadProcessed(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, Double resampleInterval, org.opcfoundation.ua.builtintypes.NodeId aggregateType, org.opcfoundation.ua.core.AggregateConfiguration aggregateConfiguration, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryData historyData)
          Handle a single historyRead operation, which is using ReadProcessedDetails The server should return Aggregate values from the node history matching the requested timestamps.
 Object HistoryManagerAdapter.onReadProcessed(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, Double resampleInterval, org.opcfoundation.ua.builtintypes.NodeId aggregateType, org.opcfoundation.ua.core.AggregateConfiguration aggregateConfiguration, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryData historyData)
           
 Object HistoryManagerListener.onReadRaw(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, Boolean returnBounds, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryData historyData)
          Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the isModified set to true.
 Object HistoryManagerAdapter.onReadRaw(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, Boolean returnBounds, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryData historyData)
           
 boolean UaServerListener.onShutdownRequest(ServiceContext serviceContext, int seconds, org.opcfoundation.ua.builtintypes.LocalizedText reason, boolean restart)
          Called when client asks to begin shutdown process.
 boolean EventManagerListener.onTimedShelve(ServiceContext serviceContext, AlarmConditionTypeNode condition, ShelvedStateMachineTypeNode stateMachine, double shelvingTime)
          Notification of a TimedShelve request for an Alarm object.
 boolean EventManagerListener.onUnshelve(ServiceContext serviceContext, AlarmConditionTypeNode condition, ShelvedStateMachineTypeNode stateMachine)
          Notification of an Unshelve request for an Alarm object.
 void HistoryManagerListener.onUpdateData(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DataValue[] updateValues, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Handle a single historyUpdate operation, which is using UpdateDataDetails.
 void HistoryManagerAdapter.onUpdateData(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DataValue[] updateValues, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
           
 void HistoryManagerListener.onUpdateEvent(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.Variant[] eventFields, org.opcfoundation.ua.core.EventFilter filter, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Handle a single historyUpdate operation, which is using UpdateEventDetails.
 void HistoryManagerAdapter.onUpdateEvent(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.Variant[] eventFields, org.opcfoundation.ua.core.EventFilter filter, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
           
 void HistoryManagerListener.onUpdateStructureData(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DataValue[] updateValues, org.opcfoundation.ua.core.PerformUpdateType performUpdateType, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Handle a single historyUpdate operation, which is using UpdateStructureDataDetails.
 void HistoryManagerAdapter.onUpdateStructureData(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DataValue[] updateValues, org.opcfoundation.ua.core.PerformUpdateType performUpdateType, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
           
 boolean UserValidator.onValidate(Session session, ServerUserIdentity userIdentity)
          Validate the user specified by token.
protected  Object HistoryManager.readAtTimes(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime[] reqTimes, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryData historyData)
          Handle a single historyRead operation, which is using ReadAtTimeDetails.
 org.opcfoundation.ua.builtintypes.DataValue IoManager.readAttribute(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.builtintypes.DateTime minTimestamp)
          Read attribute directly from this IoManager
protected  void NodeManagerTable.readAttribute(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.DateTime minTimestamp, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Read the value of a single node attribute.
protected  void IoManager.readAttribute(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.DateTime minTimestamp, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Read the value of a single node attribute.
protected  void AttributeServiceHandler.readAttribute(ServiceContext serviceContext, Object dataset, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.DateTime minTimestamp, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Read the value of a single node attribute.
protected  Object HistoryManager.readEvents(ServiceContext serviceContext, Object operationContext, Object operationContext2, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, org.opcfoundation.ua.core.EventFilter filter, org.opcfoundation.ua.core.HistoryEvent historyData)
          Handle a single historyRead operation, which is using ReadEventDetails The request us used to read Events from the event history for the specified time domain for one or more event nodes.
protected  Object HistoryManager.readModified(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryModifiedData historyData)
          Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the isModified set to true.
protected  HistoryResult AttributeServiceHandler.readNodeHistory(ServiceContext serviceContext, Object dataset, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.utils.NumericRange indexRange, HistoryContinuationPoint continuationPoint, org.opcfoundation.ua.core.HistoryReadDetails details, int aggregateIndex)
          Read history of a single node.
protected  void IoManagerUaNode.readNonValue(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  void IoManager.readNonValue(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Read the value of a node attribute, except for the Value of a variable node.
protected  Object HistoryManager.readProcessed(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, Double resampleInterval, org.opcfoundation.ua.builtintypes.NodeId aggregateType, org.opcfoundation.ua.core.AggregateConfiguration aggregateConfiguration, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryData historyData)
          Handle a single historyRead operation, which is using ReadProcessedDetails.
protected  Object HistoryManager.readRaw(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, Object userContinuationPoint, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, Boolean returnBounds, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.HistoryData historyData)
          Handle a single historyRead operation, which is using ReadRawModifiedDetails and has the isModified set to true.
protected  void IoManagerUaNode.readValue(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaValueNode node, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.DateTime minTimestamp, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  void IoManager.readValue(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaValueNode variable, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.DateTime minTimestamp, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Read the Value attribute of a Variable node.
protected  boolean EventManager.refresh(ServiceContext serviceContext, Subscription subscription)
          Handle a ConditionRefresh call from a client.
protected  boolean EventManager.refresh(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem monitoredItem)
           
protected  void EventManager.refreshItems(ServiceContext serviceContext, Subscription subscription)
          Handles condition refresh for a subscription.
protected  void EventManager.refreshSubscription(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId)
          called internally
protected  org.opcfoundation.ua.builtintypes.NodeId NodeManagerTable.registerNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
protected  org.opcfoundation.ua.builtintypes.NodeId NodeManager.registerNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
protected  org.opcfoundation.ua.builtintypes.NodeId NodeManagementServiceHandler.registerNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
protected  void NodeManagerTable.releaseHistoryContinuationPoint(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.ByteString continuationPoint)
           
protected  void HistoryManager.releaseHistoryContinuationPoint(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.ByteString continuationPoint)
           
protected  void AttributeServiceHandler.releaseHistoryContinuationPoint(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.ByteString continuationPoint)
           
 MonitoredItemBase Subscription.removeItem(MonitoredItemBase item)
           
 MonitoredItemBase Subscription.removeItem(org.opcfoundation.ua.builtintypes.UnsignedInteger itemId)
           
protected  void MonitoredItem.removeLink(MonitoredItem linkToRemove)
          Removes a link
 boolean ExternalNodeManager.removeNode(org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
 boolean ExternalNodeManager.removeNode(UaExternalNode oldNode)
           
protected  void SubscriptionManager.removeTriggeringLink(SubscriptionBase s, MonitoredItemBase triggeringItem, org.opcfoundation.ua.builtintypes.UnsignedInteger linkToRemove)
           
protected  void NodeManagerUaNode.replaceExternalNode(UaExternalNode oldNode, UaNode newNode)
           
 boolean UaServer.requestServerStateChange(ServiceContext serviceContext, org.opcfoundation.ua.core.ServerState state, org.opcfoundation.ua.builtintypes.DateTime estimatedReturnTime, org.opcfoundation.ua.builtintypes.UnsignedInteger secondsTillShutdown, org.opcfoundation.ua.builtintypes.LocalizedText reason, Boolean restart)
          Request a change in server state (shutdown or restart server).
protected  void SubscriptionManager.setMonitoringMode(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.UnsignedInteger monitoredItemId, org.opcfoundation.ua.core.MonitoringMode mode)
           
protected  void SubscriptionManager.setPublishingMode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId, Boolean publishingEnabled)
           
protected  void SessionManager.start()
          Start the session manager.
protected  void NodeManagerTable.start()
          Start all node managers.
protected  void NodeManagerRoot.start()
           
protected  void NodeManager.start()
          Start the NodeManager, i.e. make it available
 void NodeManagementServiceHandler.start()
           
protected  void DiagnosticsManager.start()
           
protected  boolean EventManagerUaNode.timedshelve(ServiceContext serviceContext, AlarmConditionTypeNode condition, ShelvedStateMachineTypeNode stateMachine, double shelvingTime)
           
protected  org.opcfoundation.ua.core.BrowsePathTarget[] NodeManagerTable.translateBrowsePath(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId startingNode, org.opcfoundation.ua.core.RelativePath relativePath)
           
protected  org.opcfoundation.ua.core.BrowsePathTarget[] NodeManager.translateBrowsePath(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId startingNodeId, org.opcfoundation.ua.core.RelativePath relativePath)
           
protected  org.opcfoundation.ua.core.BrowsePathTarget[] NodeManagementServiceHandler.translateBrowsePath(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId startingNode, org.opcfoundation.ua.core.RelativePath relativePath)
           
 org.opcfoundation.ua.core.BrowsePathTarget[] NodeManagerTable.translateBrowsePathToNodeIds(org.opcfoundation.ua.builtintypes.NodeId startingNode, org.opcfoundation.ua.core.RelativePath relativePath)
          Request the NodeIds for the nodes that are references from the startingNode using paths.
protected  void NodeManagerTable.unregisterNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
protected  void NodeManagementServiceHandler.unregisterNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
protected  boolean EventManagerUaNode.unshelve(ServiceContext serviceContext, AlarmConditionTypeNode condition, ShelvedStateMachineTypeNode stateMachine)
           
protected  void HistoryManager.updateData(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DataValue[] updateValues, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Handle a single historyUpdate operation, which is using UpdateDataDetails.
protected  void HistoryManager.updateEvent(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.Variant[] eventFields, org.opcfoundation.ua.core.EventFilter filter, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Handle a single historyUpdate operation, which is using UpdateEventDetails.
protected  void AttributeServiceHandler.updateNodeHistory(ServiceContext serviceContext, Object dataset, org.opcfoundation.ua.core.HistoryUpdateDetails details, org.opcfoundation.ua.core.HistoryUpdateResult historyUpdateResult)
           
protected  void UaServer.updateServerArray()
           
protected  void HistoryManager.updateStructureData(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.DataValue[] updateValues, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.builtintypes.StatusCode[] operationResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationDiagnostics)
          Handle a single historyUpdate operation, which is using UpdateStructureDataDetails.
protected  void ServiceHandler.validateEncoding(org.opcfoundation.ua.core.ReadValueId v)
           
protected static void IoManager.validateIndexRange(int dim, int length, org.opcfoundation.ua.utils.NumericRange indexRange)
           
protected  void FilterOperatorDefinition.validateOperand(com.prosysopc.ua.server.FilterOperatorDefinition.OperandDefinition operand, int index)
           
protected  boolean UaServer.validateUserIdentity(Session session, ServerUserIdentity userIdentity)
           
 void IoManager.writeAttribute(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Write the value of a single node attribute.
protected  boolean NodeManagerTable.writeAttribute(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.builtintypes.DataValue value)
          Write the value of a single node attribute.
protected  boolean IoManager.writeAttribute(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Write the value of a single node attribute.
protected  boolean AttributeServiceHandler.writeAttribute(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.builtintypes.DataValue value)
          Write the value of a single node attribute.
protected  boolean IoManagerUaNode.writeNonValue(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  boolean IoManager.writeNonValue(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Write the value of a single node attribute, except for the Value of a variable node.
protected  boolean IoManagerUaNode.writeValue(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaValueNode node, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  boolean IoManager.writeValue(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaValueNode valueNode, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Write the Value attribute of a Variable node.
 

Constructors in com.prosysopc.ua.server that throw StatusException
MonitoredEventItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.UnsignedInteger monitoredItemId, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.EventFilter filter, org.opcfoundation.ua.core.EventFilterResult filterResult)
           
 

Uses of StatusException in com.prosysopc.ua.server.io
 

Methods in com.prosysopc.ua.server.io that throw StatusException
 boolean TypeIoManagerListener.onReadNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean NodeIoManagerListener.onReadNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean IoManagerListenerChainImpl.onReadNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean IoManagerListener.onReadNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Notification of a read request for a node attribute, except for the Value attribute of a variable node (which goes to onReadValue).
 boolean IoManagerAdapter.onReadNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean UaTypeIoListenerImpl.onReadNonValue(ServiceContext serviceContext, UaInstance instance, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean UaTypeIoListener.onReadNonValue(ServiceContext serviceContext, UaInstance instance, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Called from TypeIoManagerListener.onReadNonValue(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaNode, org.opcfoundation.ua.builtintypes.UnsignedInteger, org.opcfoundation.ua.builtintypes.DataValue).
 boolean UaVariableIoListenerImpl.onReadNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Called from NodeIoManagerListener.onReadNonValue(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaNode, org.opcfoundation.ua.builtintypes.UnsignedInteger, org.opcfoundation.ua.builtintypes.DataValue).
 boolean UaVariableIoListener.onReadNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Called from NodeIoManagerListener.onReadNonValue(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaNode, org.opcfoundation.ua.builtintypes.UnsignedInteger, org.opcfoundation.ua.builtintypes.DataValue).
 boolean TypeIoManagerListener.onReadValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaValueNode node, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.DateTime minTimestamp, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean NodeIoManagerListener.onReadValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaValueNode node, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.DateTime minTimestamp, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean IoManagerListenerChainImpl.onReadValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaValueNode node, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.DateTime minTimestamp, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean IoManagerListener.onReadValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaValueNode variable, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.DateTime minTimestamp, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Notification of a read request for the Value attribute of a Variable node.
 boolean IoManagerAdapter.onReadValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaValueNode variable, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.DateTime minTimestamp, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean UaVariableIoListenerImpl.onReadValue(ServiceContext serviceContext, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.DateTime minTimestamp, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Called from NodeIoManagerListener.onReadValue(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaValueNode, org.opcfoundation.ua.utils.NumericRange, org.opcfoundation.ua.core.TimestampsToReturn, org.opcfoundation.ua.builtintypes.DateTime, org.opcfoundation.ua.builtintypes.DataValue).
 boolean UaVariableIoListener.onReadValue(ServiceContext serviceContext, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.DateTime minTimestamp, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Called from NodeIoManagerListener.onReadValue(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaValueNode, org.opcfoundation.ua.utils.NumericRange, org.opcfoundation.ua.core.TimestampsToReturn, org.opcfoundation.ua.builtintypes.DateTime, org.opcfoundation.ua.builtintypes.DataValue).
 boolean UaTypeIoListenerImpl.onReadValue(ServiceContext serviceContext, UaInstance instance, UaValueNode node, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.DateTime minTimestamp, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean UaTypeIoListener.onReadValue(ServiceContext serviceContext, UaInstance instance, UaValueNode node, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.DateTime minTimestamp, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Called from TypeIoManagerListener.onReadValue(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaValueNode, org.opcfoundation.ua.utils.NumericRange, org.opcfoundation.ua.core.TimestampsToReturn, org.opcfoundation.ua.builtintypes.DateTime, org.opcfoundation.ua.builtintypes.DataValue).
 boolean TypeIoManagerListener.onWriteNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean NodeIoManagerListener.onWriteNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean IoManagerListenerChainImpl.onWriteNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean IoManagerListener.onWriteNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Notification of a write request for the value of a single node attribute, except for the Value of a variable node.
 boolean IoManagerAdapter.onWriteNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean UaTypeIoListenerImpl.onWriteNonValue(ServiceContext serviceContext, UaInstance instance, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean UaTypeIoListener.onWriteNonValue(ServiceContext serviceContext, UaInstance instance, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Called from TypeIoManagerListener.onWriteNonValue(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaNode, org.opcfoundation.ua.builtintypes.UnsignedInteger, org.opcfoundation.ua.builtintypes.DataValue).
 boolean UaVariableIoListenerImpl.onWriteNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Called from NodeIoManagerListener.onWriteNonValue(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaNode, org.opcfoundation.ua.builtintypes.UnsignedInteger, org.opcfoundation.ua.builtintypes.DataValue).
 boolean UaVariableIoListener.onWriteNonValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Called from NodeIoManagerListener.onWriteNonValue(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaNode, org.opcfoundation.ua.builtintypes.UnsignedInteger, org.opcfoundation.ua.builtintypes.DataValue).
 boolean TypeIoManagerListener.onWriteValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaValueNode node, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean NodeIoManagerListener.onWriteValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaValueNode node, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean IoManagerListenerChainImpl.onWriteValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaValueNode node, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean IoManagerListener.onWriteValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaValueNode valueNode, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Notification of a write request for the Value attribute of a Variable node.
 boolean IoManagerAdapter.onWriteValue(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaValueNode valueNode, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean UaVariableIoListenerImpl.onWriteValue(ServiceContext serviceContext, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Called from NodeIoManagerListener.onWriteValue(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaValueNode, org.opcfoundation.ua.utils.NumericRange, org.opcfoundation.ua.builtintypes.DataValue).
 boolean UaVariableIoListener.onWriteValue(ServiceContext serviceContext, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Called from NodeIoManagerListener.onWriteValue(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaValueNode, org.opcfoundation.ua.utils.NumericRange, org.opcfoundation.ua.builtintypes.DataValue).
 boolean UaTypeIoListenerImpl.onWriteValue(ServiceContext serviceContext, UaInstance instance, UaValueNode node, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean UaTypeIoListener.onWriteValue(ServiceContext serviceContext, UaInstance instance, UaValueNode node, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Called from TypeIoManagerListener.onWriteValue(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaValueNode, org.opcfoundation.ua.utils.NumericRange, org.opcfoundation.ua.builtintypes.DataValue).
 

Uses of StatusException in com.prosysopc.ua.server.nodes
 

Methods in com.prosysopc.ua.server.nodes that throw StatusException
 Object[] UaObjectNode.callMethod(org.opcfoundation.ua.builtintypes.NodeId methodId, Object... inputArgs)
          Call a method on the object.
 org.opcfoundation.ua.builtintypes.Variant[] UaObjectNode.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
          Fallback implementation when no subtype handles the method call.
 org.opcfoundation.ua.builtintypes.Variant[] UaCallable.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
protected  ReflectiveInstanceProperty BaseNode.createReflectiveInstanceProperty(String name, org.opcfoundation.ua.builtintypes.NodeId instanceDeclarationId)
           
protected  ReflectiveInstanceProperty BaseNode.createReflectiveInstanceProperty(String name, org.opcfoundation.ua.builtintypes.NodeId instanceDeclarationId, org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
protected abstract  void UaVariableNode.doSetValue(org.opcfoundation.ua.builtintypes.DataValue value)
          Perform the actual value set.
protected  void PlainVariable.doSetValue(org.opcfoundation.ua.builtintypes.DataValue value)
           
protected  void PlainInstanceVariable.doSetValue(org.opcfoundation.ua.builtintypes.DataValue value)
           
protected abstract  void InstanceVariable.doSetValue(org.opcfoundation.ua.builtintypes.DataValue value)
          Perform the actual value set.
protected  void CallbackVariable.doSetValue(org.opcfoundation.ua.builtintypes.DataValue value)
           
protected  void CallbackInstanceVariable.doSetValue(org.opcfoundation.ua.builtintypes.DataValue value)
           
protected  void CacheVariable.doSetValue(org.opcfoundation.ua.builtintypes.DataValue value)
           
 org.opcfoundation.ua.builtintypes.DataValue BaseNode.getPropertyValue(org.opcfoundation.ua.builtintypes.QualifiedName propertyName)
          Get the value of a property.
 Object UaVariableCallback.getValue()
           
 Object ReflectionCallback.getValue()
           
protected  void UaViewNode.readAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  void UaVariableTypeNode.readAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  void UaVariableNode.readAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  void UaTypeNode.readAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  void UaReferenceTypeNode.readAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  void UaObjectNode.readAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  void UaMethodNode.readAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
protected  void BaseNode.readAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Read the value of an attribute.
protected  CallbackInstanceProperty BaseNode.registerCallbackProperty(String name, org.opcfoundation.ua.builtintypes.NodeId dataTypeId, org.opcfoundation.ua.builtintypes.NodeId typeDefinitionId, UaVariableCallback callback)
           
protected
<T> PlainInstanceProperty<T>
BaseNode.registerPlainInstanceProperty(String name, org.opcfoundation.ua.builtintypes.NodeId instanceDecalarationId, org.opcfoundation.ua.builtintypes.NodeId dataTypeId)
          Register a new property node as a property of this node.
protected
<T> PlainInstanceProperty<T>
BaseNode.registerPlainInstanceProperty(String name, org.opcfoundation.ua.builtintypes.NodeId instanceDecalarationId, T initialValue)
          Register a new property node as a property of this node.
protected  ReflectiveInstanceVariable BaseNode.registerReflectiveInstanceVariable(org.opcfoundation.ua.builtintypes.NodeId nodeId, String name, org.opcfoundation.ua.builtintypes.NodeId instanceDecalarationId, org.opcfoundation.ua.builtintypes.NodeId dataTypeId)
           
 void UaExternalNodeImpl.setAttribute(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 void InstanceVariable.setAttribute(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 void BaseNode.setAttribute(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Unconditionally, set the value of the specified attribute.
 void UaObjectTypeNode.setIcon(UaProperty icon)
           
 void UaObjectNode.setIcon(UaProperty icon)
           
 void BaseNode.setPropertyValue(org.opcfoundation.ua.builtintypes.QualifiedName propertyName, Object value)
          Set the value of a property.
 void UaVariableNode.setValue(org.opcfoundation.ua.builtintypes.DataValue value)
           
 void InstanceVariable.setValue(org.opcfoundation.ua.builtintypes.DataValue value)
           
 void UaVariableTypeNode.setValue(Object value)
          Set value.
 void UaVariableNode.setValue(Object value)
          Set value.
 boolean UaVariableCallback.setValue(Object newValue)
           
 boolean ReflectionCallback.setValue(Object newValue)
           
 void InstanceVariable.setValue(Object value)
           
protected  void UaViewNode.setViewVersion(Integer viewVersion)
          Set the value of the ViewVersion property.
 void UaVariableNode.updateValue(Object newValue)
          Update the current value and status.
 void CacheVariable.updateValue(Object newValue)
           
protected  void UaVariableNode.updateValue(Object newValue, org.opcfoundation.ua.builtintypes.StatusCode status, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
          Update the current value and status.
protected  void PlainVariable.updateValue(Object newValue, org.opcfoundation.ua.builtintypes.StatusCode status, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
           
 void CacheVariable.updateValue(Object newValue, org.opcfoundation.ua.builtintypes.StatusCode status, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
           
 boolean InstanceVariable.writeAttribute(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
           
 boolean BaseNode.writeAttribute(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.builtintypes.DataValue dataValue)
          Write the attribute value in a node.
protected  void UaViewNode.writeAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, Object value, org.opcfoundation.ua.builtintypes.StatusCode statusCode, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
           
protected  void UaVariableTypeNode.writeAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, Object value, org.opcfoundation.ua.builtintypes.StatusCode statusCode, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
           
protected  void UaVariableNode.writeAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, Object value, org.opcfoundation.ua.builtintypes.StatusCode statusCode, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
           
protected  void UaTypeNode.writeAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, Object value, org.opcfoundation.ua.builtintypes.StatusCode statusCode, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
           
protected  void UaReferenceTypeNode.writeAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, Object value, org.opcfoundation.ua.builtintypes.StatusCode statusCode, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
           
protected  void UaObjectNode.writeAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, Object value, org.opcfoundation.ua.builtintypes.StatusCode statusCode, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
           
protected  void UaMethodNode.writeAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, Object value, org.opcfoundation.ua.builtintypes.StatusCode statusCode, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
           
protected  void ServerNode.writeAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, Object value, org.opcfoundation.ua.builtintypes.StatusCode statusCode, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
           
protected  void BaseNode.writeAttributeValue(org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, Object value, org.opcfoundation.ua.builtintypes.StatusCode statusCode, org.opcfoundation.ua.builtintypes.DateTime sourceTime, org.opcfoundation.ua.builtintypes.UnsignedShort sourcePicoseconds)
           
 

Constructors in com.prosysopc.ua.server.nodes that throw StatusException
CallbackInstanceProperty(NodeManagerUaNode nodeManager, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.NodeId instanceDeclarationId)
          Create a new node, referring to an instance declaration node.
CallbackInstanceVariable(NodeManagerUaNode nodeManager, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.NodeId instanceDeclarationId)
          Create a new node, referring to an instance declaration node.
InstanceVariable(NodeManagerUaNode nodeManager, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.NodeId instanceDeclarationId)
          Create a new node, referring to an instance declaration node.
PlainInstanceProperty(NodeManagerUaNode nodeManager, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.NodeId instanceDeclarationId)
          Create a new node, referring to an instance declaration node.
PlainInstanceVariable(NodeManagerUaNode nodeManager, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.NodeId instanceDeclarationId)
          Create a new node, referring to an instance declaration node.
ReflectiveInstanceProperty(NodeManagerUaNode nodeManager, org.opcfoundation.ua.builtintypes.NodeId nodeId, Object source, String propertyName, org.opcfoundation.ua.builtintypes.NodeId instanceDeclarationId)
          Create a new node, referring to an instance declaration node.
ReflectiveInstanceVariable(NodeManagerUaNode nodeManager, org.opcfoundation.ua.builtintypes.NodeId nodeId, Object source, String propertyName, org.opcfoundation.ua.builtintypes.NodeId instanceDeclarationId)
          Create a new node, referring to an instance declaration node.
 

Uses of StatusException in com.prosysopc.ua.types.adi
 

Methods in com.prosysopc.ua.types.adi that throw StatusException
 void MVAOutputParameterType.setAlarmLimits(org.opcfoundation.ua.core.Range value)
           
 void MVAOutputParameterType.setAlarmState(AlarmStateEnumeration value)
           
 void ChemometricModelType.setCreationDate(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void AccessorySlotType.setIsEnabled(Boolean value)
           
 void AccessoryType.setIsHotSwappable(Boolean value)
           
 void AccessorySlotType.setIsHotSwappable(Boolean value)
           
 void AccessoryType.setIsReady(Boolean value)
           
 void MVAModelType.setMainDataIndex(Integer value)
           
 void ChemometricModelType.setModelDescription(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ChemometricModelType.setName(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void MVAOutputParameterType.setWarningLimits(org.opcfoundation.ua.core.Range value)
           
 void MVAOutputParameterType.setVendorSpecificError(String value)
           
 

Uses of StatusException in com.prosysopc.ua.types.adi.client
 

Methods in com.prosysopc.ua.types.adi.client that throw StatusException
 void MVAOutputParameterTypeImplBase.setAlarmLimits(org.opcfoundation.ua.core.Range value)
           
 void MVAOutputParameterTypeImplBase.setAlarmState(AlarmStateEnumeration value)
           
 void ChemometricModelTypeImplBase.setCreationDate(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void AccessorySlotTypeImplBase.setIsEnabled(Boolean value)
           
 void AccessoryTypeImplBase.setIsHotSwappable(Boolean value)
           
 void AccessorySlotTypeImplBase.setIsHotSwappable(Boolean value)
           
 void AccessoryTypeImplBase.setIsReady(Boolean value)
           
 void MVAModelTypeImplBase.setMainDataIndex(Integer value)
           
 void ChemometricModelTypeImplBase.setModelDescription(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ChemometricModelTypeImplBase.setName(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void MVAOutputParameterTypeImplBase.setWarningLimits(org.opcfoundation.ua.core.Range value)
           
 void MVAOutputParameterTypeImplBase.setVendorSpecificError(String value)
           
 

Uses of StatusException in com.prosysopc.ua.types.adi.server
 

Methods in com.prosysopc.ua.types.adi.server that throw StatusException
 org.opcfoundation.ua.builtintypes.Variant[] StreamTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] SpectrometerDeviceTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] SpectrometerDeviceStreamTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] SourceTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] SmartSamplingSystemTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ParticleSizeMonitorDeviceTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ParticleSizeMonitorDeviceStreamTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] NMRDeviceTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] MassSpectrometerDeviceTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] MassSpectrometerDeviceStreamTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] MNRDeviceStreamTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] GcOvenTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] DetectorTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ChromatographDeviceTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ChromatographDeviceStreamTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AnalyserDeviceTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AnalyserDeviceStateMachineTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AnalyserChannel_OperatingModeSubStateMachineTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AnalyserChannel_OperatingModeExecuteSubStateMachineTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AnalyserChannelTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AnalyserChannelStateMachineTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AnalyserChannelOperatingStateTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AnalyserChannelOperatingExecuteStateTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AnalyserChannelMaintenanceStateTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AnalyserChannelLocalStateTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AcousticSpectrometerDeviceTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AcousticSpectrometerDeviceStreamTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AccessoryTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AccessorySlotTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AccessorySlotStateMachineTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 

Uses of StatusException in com.prosysopc.ua.types.di
 

Methods in com.prosysopc.ua.types.di that throw StatusException
 Integer LockingServicesType.breakLock()
           
 Integer LockingServicesType.exitLock()
           
 FetchResultDataType TransferServicesType.fetchTransferResultData(Integer transferID, Integer sequenceNumber, Integer maxParameterResultsToReturn, Boolean omitGoodResults)
           
 Integer LockingServicesType.initLock(String currentContext)
           
 Integer LockingServicesType.renewLock()
           
 void BlockType.setActualMode(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void DeviceType.setDeviceClass(String value)
           
 void DeviceType.setDeviceHealth(DeviceHealthEnumeration value)
           
 void DeviceType.setDeviceManual(String value)
           
 void DeviceType.setDeviceRevision(String value)
           
 void DeviceType.setHardwareRevision(String value)
           
 void LockingServicesType.setLocked(Boolean value)
           
 void LockingServicesType.setLockingClient(String value)
           
 void LockingServicesType.setLockingUser(String value)
           
 void DeviceType.setManufacturer(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void DeviceType.setModel(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void BlockType.setNormalMode(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
           
 void BlockType.setPermittedMode(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
           
 void LockingServicesType.setRemainingLockTime(Double value)
           
 void DeviceType.setRevisionCounter(Integer value)
           
 void BlockType.setRevisionCounter(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void DeviceType.setSerialNumber(String value)
           
 void DeviceType.setSoftwareRevision(String value)
           
 void BlockType.setTargetMode(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
           
 void FunctionalGroupType.setUIElement(Object value)
           
 TransferServicesType.TransferFromDeviceMethodOutputs TransferServicesType.transferFromDevice()
           
 TransferServicesType.TransferToDeviceMethodOutputs TransferServicesType.transferToDevice()
           
 

Uses of StatusException in com.prosysopc.ua.types.di.client
 

Methods in com.prosysopc.ua.types.di.client that throw StatusException
 void BlockTypeImplBase.setActualMode(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void DeviceTypeImplBase.setDeviceClass(String value)
           
 void DeviceTypeImplBase.setDeviceHealth(DeviceHealthEnumeration value)
           
 void DeviceTypeImplBase.setDeviceManual(String value)
           
 void DeviceTypeImplBase.setDeviceRevision(String value)
           
 void DeviceTypeImplBase.setHardwareRevision(String value)
           
 void LockingServicesTypeImplBase.setLocked(Boolean value)
           
 void LockingServicesTypeImplBase.setLockingClient(String value)
           
 void LockingServicesTypeImplBase.setLockingUser(String value)
           
 void DeviceTypeImplBase.setManufacturer(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void DeviceTypeImplBase.setModel(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void BlockTypeImplBase.setNormalMode(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
           
 void BlockTypeImplBase.setPermittedMode(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
           
 void LockingServicesTypeImplBase.setRemainingLockTime(Double value)
           
 void DeviceTypeImplBase.setRevisionCounter(Integer value)
           
 void BlockTypeImplBase.setRevisionCounter(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void DeviceTypeImplBase.setSerialNumber(String value)
           
 void DeviceTypeImplBase.setSoftwareRevision(String value)
           
 void BlockTypeImplBase.setTargetMode(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
           
 void FunctionalGroupTypeImplBase.setUIElement(Object value)
           
 

Uses of StatusException in com.prosysopc.ua.types.di.server
 

Methods in com.prosysopc.ua.types.di.server that throw StatusException
 Integer LockingServicesTypeNodeBase.breakLock()
           
 Integer LockingServicesTypeBreakLockMethod.breakLock(ServiceContext serviceContext, LockingServicesTypeNode node)
           
 org.opcfoundation.ua.builtintypes.Variant[] TransferServicesTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] TopologyElementTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ProtocolTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] NetworkTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] LockingServicesTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] FunctionalGroupTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] DeviceTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ConnectionPointTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ConfigurableObjectTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] BlockTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 Integer LockingServicesTypeNodeBase.exitLock()
           
 Integer LockingServicesTypeExitLockMethod.exitLock(ServiceContext serviceContext, LockingServicesTypeNode node)
           
 FetchResultDataType TransferServicesTypeNodeBase.fetchTransferResultData(Integer transferID, Integer sequenceNumber, Integer maxParameterResultsToReturn, Boolean omitGoodResults)
           
 FetchResultDataType TransferServicesTypeFetchTransferResultDataMethod.fetchTransferResultData(ServiceContext serviceContext, TransferServicesTypeNode node, Integer transferID, Integer sequenceNumber, Integer maxParameterResultsToReturn, Boolean omitGoodResults)
           
 Integer LockingServicesTypeInitLockMethod.initLock(ServiceContext serviceContext, LockingServicesTypeNode node, String currentContext)
           
 Integer LockingServicesTypeNodeBase.initLock(String currentContext)
           
protected abstract  Integer LockingServicesTypeNodeBase.onBreakLock(ServiceContext serviceContext)
           
protected  Integer LockingServicesTypeNode.onBreakLock(ServiceContext serviceContext)
           
protected abstract  Integer LockingServicesTypeNodeBase.onExitLock(ServiceContext serviceContext)
           
protected  Integer LockingServicesTypeNode.onExitLock(ServiceContext serviceContext)
           
protected abstract  FetchResultDataType TransferServicesTypeNodeBase.onFetchTransferResultData(ServiceContext serviceContext, Integer transferID, Integer sequenceNumber, Integer maxParameterResultsToReturn, Boolean omitGoodResults)
           
protected  FetchResultDataType TransferServicesTypeNode.onFetchTransferResultData(ServiceContext serviceContext, Integer transferID, Integer sequenceNumber, Integer maxParameterResultsToReturn, Boolean omitGoodResults)
           
protected abstract  Integer LockingServicesTypeNodeBase.onInitLock(ServiceContext serviceContext, String currentContext)
           
protected  Integer LockingServicesTypeNode.onInitLock(ServiceContext serviceContext, String currentContext)
           
protected abstract  Integer LockingServicesTypeNodeBase.onRenewLock(ServiceContext serviceContext)
           
protected  Integer LockingServicesTypeNode.onRenewLock(ServiceContext serviceContext)
           
protected abstract  TransferServicesType.TransferFromDeviceMethodOutputs TransferServicesTypeNodeBase.onTransferFromDevice(ServiceContext serviceContext)
           
protected  TransferServicesType.TransferFromDeviceMethodOutputs TransferServicesTypeNode.onTransferFromDevice(ServiceContext serviceContext)
           
protected abstract  TransferServicesType.TransferToDeviceMethodOutputs TransferServicesTypeNodeBase.onTransferToDevice(ServiceContext serviceContext)
           
protected  TransferServicesType.TransferToDeviceMethodOutputs TransferServicesTypeNode.onTransferToDevice(ServiceContext serviceContext)
           
 Integer LockingServicesTypeNodeBase.renewLock()
           
 Integer LockingServicesTypeRenewLockMethod.renewLock(ServiceContext serviceContext, LockingServicesTypeNode node)
           
 TransferServicesType.TransferFromDeviceMethodOutputs TransferServicesTypeNodeBase.transferFromDevice()
           
 TransferServicesType.TransferFromDeviceMethodOutputs TransferServicesTypeTransferFromDeviceMethod.transferFromDevice(ServiceContext serviceContext, TransferServicesTypeNode node)
           
 TransferServicesType.TransferToDeviceMethodOutputs TransferServicesTypeNodeBase.transferToDevice()
           
 TransferServicesType.TransferToDeviceMethodOutputs TransferServicesTypeTransferToDeviceMethod.transferToDevice(ServiceContext serviceContext, TransferServicesTypeNode node)
           
 

Uses of StatusException in com.prosysopc.ua.types.gds
 

Methods in com.prosysopc.ua.types.gds that throw StatusException
 ApplicationRecordDataType[] DirectoryType.findApplications(String applicationUri)
           
 CertificateDirectoryType.FinishRequestMethodOutputs CertificateDirectoryType.finishRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId requestId)
           
 ApplicationRecordDataType DirectoryType.getApplication(org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 org.opcfoundation.ua.builtintypes.NodeId[] CertificateDirectoryType.getCertificateGroups(org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 Boolean CertificateDirectoryType.getCertificateStatus(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId)
           
 org.opcfoundation.ua.builtintypes.NodeId CertificateDirectoryType.getTrustList(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId)
           
 DirectoryType.QueryServersMethodOutputs DirectoryType.queryServers(org.opcfoundation.ua.builtintypes.UnsignedInteger startingRecordId, org.opcfoundation.ua.builtintypes.UnsignedInteger maxRecordsToReturn, String applicationName, String applicationUri, String productUri, String[] serverCapabilities)
           
 org.opcfoundation.ua.builtintypes.NodeId DirectoryType.registerApplication(ApplicationRecordDataType application)
           
 void CertificateRequestedAuditEventType.setCertificateGroup(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void CertificateDeliveredAuditEventType.setCertificateGroup(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void CertificateRequestedAuditEventType.setCertificateType(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void CertificateDeliveredAuditEventType.setCertificateType(org.opcfoundation.ua.builtintypes.NodeId value)
           
 org.opcfoundation.ua.builtintypes.NodeId CertificateDirectoryType.startNewKeyPairRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, String subjectName, String[] domainNames, String privateKeyFormat, String privateKeyPassword)
           
 org.opcfoundation.ua.builtintypes.NodeId CertificateDirectoryType.startSigningRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, org.opcfoundation.ua.builtintypes.ByteString certificateRequest)
           
 void DirectoryType.unregisterApplication(org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 void DirectoryType.updateApplication(ApplicationRecordDataType application)
           
 

Uses of StatusException in com.prosysopc.ua.types.gds.client
 

Methods in com.prosysopc.ua.types.gds.client that throw StatusException
 void CertificateRequestedAuditEventTypeImplBase.setCertificateGroup(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void CertificateDeliveredAuditEventTypeImplBase.setCertificateGroup(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void CertificateRequestedAuditEventTypeImplBase.setCertificateType(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void CertificateDeliveredAuditEventTypeImplBase.setCertificateType(org.opcfoundation.ua.builtintypes.NodeId value)
           
 

Uses of StatusException in com.prosysopc.ua.types.gds.server
 

Methods in com.prosysopc.ua.types.gds.server that throw StatusException
 org.opcfoundation.ua.builtintypes.Variant[] DirectoryTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] CertificateRequestedAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] CertificateDirectoryTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] CertificateDeliveredAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ApplicationRegistrationChangedAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 ApplicationRecordDataType[] DirectoryTypeFindApplicationsMethod.findApplications(ServiceContext serviceContext, DirectoryTypeNode node, String applicationUri)
           
 ApplicationRecordDataType[] DirectoryTypeNodeBase.findApplications(String applicationUri)
           
 CertificateDirectoryType.FinishRequestMethodOutputs CertificateDirectoryTypeNodeBase.finishRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId requestId)
           
 CertificateDirectoryType.FinishRequestMethodOutputs CertificateDirectoryTypeFinishRequestMethod.finishRequest(ServiceContext serviceContext, CertificateDirectoryTypeNode node, org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId requestId)
           
 ApplicationRecordDataType DirectoryTypeNodeBase.getApplication(org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 ApplicationRecordDataType DirectoryTypeGetApplicationMethod.getApplication(ServiceContext serviceContext, DirectoryTypeNode node, org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 org.opcfoundation.ua.builtintypes.NodeId[] CertificateDirectoryTypeNodeBase.getCertificateGroups(org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 org.opcfoundation.ua.builtintypes.NodeId[] CertificateDirectoryTypeGetCertificateGroupsMethod.getCertificateGroups(ServiceContext serviceContext, CertificateDirectoryTypeNode node, org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 Boolean CertificateDirectoryTypeNodeBase.getCertificateStatus(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId)
           
 Boolean CertificateDirectoryTypeGetCertificateStatusMethod.getCertificateStatus(ServiceContext serviceContext, CertificateDirectoryTypeNode node, org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId)
           
 org.opcfoundation.ua.builtintypes.NodeId CertificateDirectoryTypeNodeBase.getTrustList(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId)
           
 org.opcfoundation.ua.builtintypes.NodeId CertificateDirectoryTypeGetTrustListMethod.getTrustList(ServiceContext serviceContext, CertificateDirectoryTypeNode node, org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId)
           
protected abstract  ApplicationRecordDataType[] DirectoryTypeNodeBase.onFindApplications(ServiceContext serviceContext, String applicationUri)
           
protected  ApplicationRecordDataType[] DirectoryTypeNode.onFindApplications(ServiceContext serviceContext, String applicationUri)
           
protected abstract  CertificateDirectoryType.FinishRequestMethodOutputs CertificateDirectoryTypeNodeBase.onFinishRequest(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId requestId)
           
protected  CertificateDirectoryType.FinishRequestMethodOutputs CertificateDirectoryTypeNode.onFinishRequest(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId requestId)
           
protected abstract  ApplicationRecordDataType DirectoryTypeNodeBase.onGetApplication(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
protected  ApplicationRecordDataType DirectoryTypeNode.onGetApplication(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
protected abstract  org.opcfoundation.ua.builtintypes.NodeId[] CertificateDirectoryTypeNodeBase.onGetCertificateGroups(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
protected  org.opcfoundation.ua.builtintypes.NodeId[] CertificateDirectoryTypeNode.onGetCertificateGroups(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
protected abstract  Boolean CertificateDirectoryTypeNodeBase.onGetCertificateStatus(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId)
           
protected  Boolean CertificateDirectoryTypeNode.onGetCertificateStatus(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId)
           
protected abstract  org.opcfoundation.ua.builtintypes.NodeId CertificateDirectoryTypeNodeBase.onGetTrustList(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId)
           
protected  org.opcfoundation.ua.builtintypes.NodeId CertificateDirectoryTypeNode.onGetTrustList(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId)
           
protected abstract  DirectoryType.QueryServersMethodOutputs DirectoryTypeNodeBase.onQueryServers(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger startingRecordId, org.opcfoundation.ua.builtintypes.UnsignedInteger maxRecordsToReturn, String applicationName, String applicationUri, String productUri, String[] serverCapabilities)
           
protected  DirectoryType.QueryServersMethodOutputs DirectoryTypeNode.onQueryServers(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger startingRecordId, org.opcfoundation.ua.builtintypes.UnsignedInteger maxRecordsToReturn, String applicationName, String applicationUri, String productUri, String[] serverCapabilities)
           
protected abstract  org.opcfoundation.ua.builtintypes.NodeId DirectoryTypeNodeBase.onRegisterApplication(ServiceContext serviceContext, ApplicationRecordDataType application)
           
protected  org.opcfoundation.ua.builtintypes.NodeId DirectoryTypeNode.onRegisterApplication(ServiceContext serviceContext, ApplicationRecordDataType application)
           
protected abstract  org.opcfoundation.ua.builtintypes.NodeId CertificateDirectoryTypeNodeBase.onStartNewKeyPairRequest(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, String subjectName, String[] domainNames, String privateKeyFormat, String privateKeyPassword)
           
protected  org.opcfoundation.ua.builtintypes.NodeId CertificateDirectoryTypeNode.onStartNewKeyPairRequest(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, String subjectName, String[] domainNames, String privateKeyFormat, String privateKeyPassword)
           
protected abstract  org.opcfoundation.ua.builtintypes.NodeId CertificateDirectoryTypeNodeBase.onStartSigningRequest(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, org.opcfoundation.ua.builtintypes.ByteString certificateRequest)
           
protected  org.opcfoundation.ua.builtintypes.NodeId CertificateDirectoryTypeNode.onStartSigningRequest(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, org.opcfoundation.ua.builtintypes.ByteString certificateRequest)
           
protected abstract  void DirectoryTypeNodeBase.onUnregisterApplication(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
protected  void DirectoryTypeNode.onUnregisterApplication(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
protected abstract  void DirectoryTypeNodeBase.onUpdateApplication(ServiceContext serviceContext, ApplicationRecordDataType application)
           
protected  void DirectoryTypeNode.onUpdateApplication(ServiceContext serviceContext, ApplicationRecordDataType application)
           
 DirectoryType.QueryServersMethodOutputs DirectoryTypeQueryServersMethod.queryServers(ServiceContext serviceContext, DirectoryTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger startingRecordId, org.opcfoundation.ua.builtintypes.UnsignedInteger maxRecordsToReturn, String applicationName, String applicationUri, String productUri, String[] serverCapabilities)
           
 DirectoryType.QueryServersMethodOutputs DirectoryTypeNodeBase.queryServers(org.opcfoundation.ua.builtintypes.UnsignedInteger startingRecordId, org.opcfoundation.ua.builtintypes.UnsignedInteger maxRecordsToReturn, String applicationName, String applicationUri, String productUri, String[] serverCapabilities)
           
 org.opcfoundation.ua.builtintypes.NodeId DirectoryTypeNodeBase.registerApplication(ApplicationRecordDataType application)
           
 org.opcfoundation.ua.builtintypes.NodeId DirectoryTypeRegisterApplicationMethod.registerApplication(ServiceContext serviceContext, DirectoryTypeNode node, ApplicationRecordDataType application)
           
 org.opcfoundation.ua.builtintypes.NodeId CertificateDirectoryTypeNodeBase.startNewKeyPairRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, String subjectName, String[] domainNames, String privateKeyFormat, String privateKeyPassword)
           
 org.opcfoundation.ua.builtintypes.NodeId CertificateDirectoryTypeStartNewKeyPairRequestMethod.startNewKeyPairRequest(ServiceContext serviceContext, CertificateDirectoryTypeNode node, org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, String subjectName, String[] domainNames, String privateKeyFormat, String privateKeyPassword)
           
 org.opcfoundation.ua.builtintypes.NodeId CertificateDirectoryTypeNodeBase.startSigningRequest(org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, org.opcfoundation.ua.builtintypes.ByteString certificateRequest)
           
 org.opcfoundation.ua.builtintypes.NodeId CertificateDirectoryTypeStartSigningRequestMethod.startSigningRequest(ServiceContext serviceContext, CertificateDirectoryTypeNode node, org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, org.opcfoundation.ua.builtintypes.ByteString certificateRequest)
           
 void DirectoryTypeNodeBase.unregisterApplication(org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 void DirectoryTypeUnregisterApplicationMethod.unregisterApplication(ServiceContext serviceContext, DirectoryTypeNode node, org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 void DirectoryTypeNodeBase.updateApplication(ApplicationRecordDataType application)
           
 void DirectoryTypeUpdateApplicationMethod.updateApplication(ServiceContext serviceContext, DirectoryTypeNode node, ApplicationRecordDataType application)
           
 

Uses of StatusException in com.prosysopc.ua.types.opcua
 

Methods in com.prosysopc.ua.types.opcua that throw StatusException
 void AcknowledgeableConditionType.acknowledge(org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
 void TrustListType.addCertificate(org.opcfoundation.ua.builtintypes.ByteString certificate, Boolean isTrustedCertificate)
           
 void ConditionType.addComment(org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
 void ServerConfigurationType.applyChanges()
           
 void FileType.close(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
 Boolean TrustListType.closeAndUpdate(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
 void AcknowledgeableConditionType.confirm(org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
 org.opcfoundation.ua.builtintypes.NodeId FileDirectoryType.createDirectory(String directoryName)
           
 FileDirectoryType.CreateFileMethodOutputs FileDirectoryType.createFile(String fileName, Boolean requestFileOpen)
           
 org.opcfoundation.ua.builtintypes.ByteString ServerConfigurationType.createSigningRequest(org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, String subjectName, Boolean regeneratePrivateKey, org.opcfoundation.ua.builtintypes.ByteString nonce)
           
 void FileDirectoryType.delete(org.opcfoundation.ua.builtintypes.NodeId objectToDelete)
           
 void ConditionType.disable()
           
 void ConditionType.enable()
           
 void AddressSpaceFileType.exportNamespace()
           
 ServerType.GetMonitoredItemsMethodOutputs ServerType.getMonitoredItems(org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId)
           
 org.opcfoundation.ua.builtintypes.UnsignedLong FileType.getPosition(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
 org.opcfoundation.ua.builtintypes.ByteString[] ServerConfigurationType.getRejectedList()
           
 void ProgramStateMachineType.halt()
           
 org.opcfoundation.ua.builtintypes.NodeId FileDirectoryType.moveOrCopy(org.opcfoundation.ua.builtintypes.NodeId objectToMoveOrCopy, org.opcfoundation.ua.builtintypes.NodeId targetDirectory, Boolean createCopy, String newName)
           
 void ShelvedStateMachineType.oneShotShelve()
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger FileType.open(org.opcfoundation.ua.builtintypes.UnsignedByte mode)
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger TrustListType.openWithMasks(org.opcfoundation.ua.builtintypes.UnsignedInteger masks)
           
 org.opcfoundation.ua.builtintypes.ByteString FileType.read(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, Integer length)
           
 void TrustListType.removeCertificate(String thumbprint, Boolean isTrustedCertificate)
           
 void ServerType.requestServerStateChange(org.opcfoundation.ua.core.ServerState state, org.opcfoundation.ua.builtintypes.DateTime estimatedReturnTime, org.opcfoundation.ua.builtintypes.UnsignedInteger secondsTillShutdown, org.opcfoundation.ua.builtintypes.LocalizedText reason, Boolean restart)
           
 void ServerType.resendData(org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId)
           
 void ProgramStateMachineType.reset()
           
 void DialogConditionType.respond(Integer selectedResponse)
           
 void ProgramStateMachineType.resume()
           
 void HistoryServerCapabilitiesType.setAccessHistoryDataCapability(Boolean value)
           
 void HistoryServerCapabilitiesType.setAccessHistoryEventsCapability(Boolean value)
           
 void AcknowledgeableConditionType.setAckedState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void AuditEventType.setActionTimeStamp(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void NonExclusiveLimitAlarmType.setActiveState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ExclusiveLimitAlarmType.setActiveState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void AlarmConditionType.setActiveState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void SessionDiagnosticsVariableType.setActualSessionTimeout(Double value)
           
 void SessionDiagnosticsVariableType.setAddNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionDiagnosticsVariableType.setAddReferencesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void AuditWriteUpdateEventType.setAttributeId(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerType.setAuditing(Boolean value)
           
 void SessionSecurityDiagnosticsType.setAuthenticationMechanism(String value)
           
 void ProgramStateMachineType.setAutoDelete(Boolean value)
           
 void NDimensionArrayItemType.setAxisDefinition(org.opcfoundation.ua.core.AxisInformation[] value)
           
 void ArrayItemType.setAxisScaleType(org.opcfoundation.ua.core.AxisScaleEnumeration value)
           
 void OptionSetType.setBitMask(Boolean[] value)
           
 void ConditionType.setBranchId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void SessionDiagnosticsVariableType.setBrowseCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionDiagnosticsVariableType.setBrowseNextCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void BuildInfoType.setBuildDate(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void ServerStatusType.setBuildInfo(org.opcfoundation.ua.core.BuildInfo value)
           
 void BuildInfoType.setBuildNumber(String value)
           
 void SessionDiagnosticsVariableType.setCallCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void DialogConditionType.setCancelResponse(Integer value)
           
 void CertificateExpirationAlarmType.setCertificate(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void AuditCertificateEventType.setCertificate(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void CertificateUpdatedAuditEventType.setCertificateGroup(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void CertificateUpdatedAuditEventType.setCertificateType(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void CertificateExpirationAlarmType.setCertificateType(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void CertificateGroupType.setCertificateTypes(org.opcfoundation.ua.builtintypes.NodeId[] value)
           
 void GeneralModelChangeEventType.setChanges(org.opcfoundation.ua.core.ModelChangeStructureDataType[] value)
           
 void SemanticChangeEventType.setChanges(org.opcfoundation.ua.core.SemanticChangeStructureDataType[] value)
           
 void AuditEventType.setClientAuditEntryId(String value)
           
 void SessionSecurityDiagnosticsType.setClientCertificate(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void AuditOpenSecureChannelEventType.setClientCertificate(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void AuditCreateSessionEventType.setClientCertificate(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void AuditOpenSecureChannelEventType.setClientCertificateThumbprint(String value)
           
 void AuditCreateSessionEventType.setClientCertificateThumbprint(String value)
           
 void SessionDiagnosticsVariableType.setClientConnectionTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void SessionDiagnosticsVariableType.setClientDescription(org.opcfoundation.ua.core.ApplicationDescription value)
           
 void SessionDiagnosticsVariableType.setClientLastContactTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void AuditActivateSessionEventType.setClientSoftwareCertificates(org.opcfoundation.ua.core.SignedSoftwareCertificate[] value)
           
 void ConditionType.setClientUserId(String value)
           
 void AuditEventType.setClientUserId(String value)
           
 void SessionSecurityDiagnosticsType.setClientUserIdHistory(String[] value)
           
 void SessionSecurityDiagnosticsType.setClientUserIdOfSession(String value)
           
 void ConditionType.setComment(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void AuditConditionConfirmEventType.setComment(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void AuditConditionCommentEventType.setComment(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void AuditConditionAcknowledgeEventType.setComment(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ConditionType.setConditionClassId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void ConditionType.setConditionClassName(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ConditionType.setConditionName(String value)
           
 void AcknowledgeableConditionType.setConfirmedState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ProgressEventType.setContext(Object value)
           
 void ProgramDiagnosticType.setCreateClientName(String value)
           
 void SessionDiagnosticsVariableType.setCreateMonitoredItemsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void ProgramDiagnosticType.setCreateSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void SessionDiagnosticsVariableType.setCreateSubscriptionCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void ServerDiagnosticsSummaryType.setCumulatedSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerDiagnosticsSummaryType.setCumulatedSubscriptionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsType.setCurrentKeepAliveCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsType.setCurrentLifetimeCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SessionDiagnosticsVariableType.setCurrentMonitoredItemsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SessionDiagnosticsVariableType.setCurrentPublishRequestsInQueue(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void TransparentRedundancyType.setCurrentServerId(String value)
           
 void ServerDiagnosticsSummaryType.setCurrentSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void StateMachineType.setCurrentState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ProgramStateMachineType.setCurrentState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void FiniteStateMachineType.setCurrentState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ServerDiagnosticsSummaryType.setCurrentSubscriptionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SessionDiagnosticsVariableType.setCurrentSubscriptionsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerStatusType.setCurrentTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void SubscriptionDiagnosticsType.setDataChangeNotificationsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void DataTypeDictionaryType.setDataTypeVersion(String value)
           
 void DataTypeDescriptionType.setDataTypeVersion(String value)
           
 void DialogConditionType.setDefaultResponse(Integer value)
           
 void HistoricalDataConfigurationType.setDefinition(String value)
           
 void DataItemType.setDefinition(String value)
           
 void ProgramStateMachineType.setDeletable(Boolean value)
           
 void HistoryServerCapabilitiesType.setDeleteAtTimeCapability(Boolean value)
           
 void HistoryServerCapabilitiesType.setDeleteEventCapability(Boolean value)
           
 void SessionDiagnosticsVariableType.setDeleteMonitoredItemsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionDiagnosticsVariableType.setDeleteNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void HistoryServerCapabilitiesType.setDeleteRawCapability(Boolean value)
           
 void SessionDiagnosticsVariableType.setDeleteReferencesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionDiagnosticsVariableType.setDeleteSubscriptionsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void DialogConditionType.setDialogState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void DataTypeDescriptionType.setDictionaryFragment(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void SubscriptionDiagnosticsType.setDisableCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsType.setDisabledMonitoredItemCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SamplingIntervalDiagnosticsType.setDisabledMonitoredItemsSamplingCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsType.setDiscardedMessageCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void StateVariableType.setEffectiveDisplayName(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void TwoStateVariableType.setEffectiveTransitionTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void TransitionVariableType.setEffectiveTransitionTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void SubscriptionDiagnosticsType.setEnableCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerDiagnosticsType.setEnabledFlag(Boolean value)
           
 void DialogConditionType.setEnabledState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ConditionType.setEnabledState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void AlarmConditionType.setEnabledState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void AcknowledgeableConditionType.setEnabledState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void SessionSecurityDiagnosticsType.setEncoding(String value)
           
 void SessionDiagnosticsVariableType.setEndpointUrl(String value)
           
 void AuditUrlMismatchEventType.setEndpointUrl(String value)
           
 void AuditHistoryRawModifyDeleteEventType.setEndTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void ArrayItemType.setEngineeringUnits(org.opcfoundation.ua.core.EUInformation value)
           
 void AnalogItemType.setEngineeringUnits(org.opcfoundation.ua.core.EUInformation value)
           
 void MultiStateDiscreteType.setEnumStrings(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
           
 void MultiStateValueDiscreteType.setEnumValues(org.opcfoundation.ua.core.EnumValueType[] value)
           
 void ServerType.setEstimatedReturnTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void ArrayItemType.setEURange(org.opcfoundation.ua.core.Range value)
           
 void AnalogItemType.setEURange(org.opcfoundation.ua.core.Range value)
           
 void BaseEventType.setEventId(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void AuditConditionConfirmEventType.setEventId(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void AuditConditionCommentEventType.setEventId(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void AuditConditionAcknowledgeEventType.setEventId(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void AuditHistoryEventDeleteEventType.setEventIds(org.opcfoundation.ua.builtintypes.ByteString[] value)
           
 void SubscriptionDiagnosticsType.setEventNotificationsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsType.setEventQueueOverFlowCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void BaseEventType.setEventType(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void HistoricalDataConfigurationType.setExceptionDeviation(Double value)
           
 void HistoricalDataConfigurationType.setExceptionDeviationFormat(org.opcfoundation.ua.core.ExceptionDeviationFormat value)
           
 void CertificateExpirationAlarmType.setExpirationDate(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void CertificateExpirationAlarmType.setExpirationLimit(Double value)
           
 void TwoStateVariableType.setFalseState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void TwoStateDiscreteType.setFalseState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void AuditHistoryEventUpdateEventType.setFilter(org.opcfoundation.ua.core.EventFilter value)
           
 void TransitionEventType.setFromState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void LimitAlarmType.setHighHighLimit(Double value)
           
 void NonExclusiveLimitAlarmType.setHighHighState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void LimitAlarmType.setHighLimit(Double value)
           
 void NonExclusiveLimitAlarmType.setHighState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void SessionDiagnosticsVariableType.setHistoryReadCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionDiagnosticsVariableType.setHistoryUpdateCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void TwoStateVariableType.setId(Boolean value)
           
 void FiniteTransitionVariableType.setId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void FiniteStateVariableType.setId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void TransitionVariableType.setId(Object value)
           
 void StateVariableType.setId(Object value)
           
 void AuditWriteUpdateEventType.setIndexRange(String value)
           
 void AuditUpdateMethodEventType.setInputArguments(Object[] value)
           
 void AlarmConditionType.setInputNode(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void HistoryServerCapabilitiesType.setInsertAnnotationCapability(Boolean value)
           
 void HistoryServerCapabilitiesType.setInsertDataCapability(Boolean value)
           
 void HistoryServerCapabilitiesType.setInsertEventCapability(Boolean value)
           
 void ArrayItemType.setInstrumentRange(org.opcfoundation.ua.core.Range value)
           
 void AnalogItemType.setInstrumentRange(org.opcfoundation.ua.core.Range value)
           
 void ProgramTransitionEventType.setIntermediateResult(Object value)
           
 void AuditCertificateDataMismatchEventType.setInvalidHostname(String value)
           
 void AuditCertificateDataMismatchEventType.setInvalidUri(String value)
           
 void ProgramDiagnosticType.setInvocationCreationTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void AuditHistoryRawModifyDeleteEventType.setIsDeleteModified(Boolean value)
           
 void NamespaceMetadataType.setIsNamespaceSubset(Boolean value)
           
 void ProgramDiagnosticType.setLastMethodCall(String value)
           
 void ProgramDiagnosticType.setLastMethodCallTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void ProgramDiagnosticType.setLastMethodInputArguments(org.opcfoundation.ua.core.Argument[] value)
           
 void ProgramDiagnosticType.setLastMethodOutputArguments(org.opcfoundation.ua.core.Argument[] value)
           
 void ProgramDiagnosticType.setLastMethodReturnStatus(org.opcfoundation.ua.core.StatusResult value)
           
 void ProgramDiagnosticType.setLastMethodSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void DialogConditionType.setLastResponse(Integer value)
           
 void ConditionType.setLastSeverity(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void StateMachineType.setLastTransition(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ProgramStateMachineType.setLastTransition(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void FiniteStateMachineType.setLastTransition(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ProgramDiagnosticType.setLastTransitionTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void TrustListType.setLastUpdateTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void SubscriptionDiagnosticsType.setLatePublishRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerCapabilitiesType.setLocaleIdArray(String[] value)
           
 void SessionDiagnosticsVariableType.setLocaleIds(String[] value)
           
 void BaseEventType.setLocalTime(org.opcfoundation.ua.core.TimeZoneDataType value)
           
 void LimitAlarmType.setLowLimit(Double value)
           
 void LimitAlarmType.setLowLowLimit(Double value)
           
 void NonExclusiveLimitAlarmType.setLowLowState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void NonExclusiveLimitAlarmType.setLowState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void BuildInfoType.setManufacturerName(String value)
           
 void ServerCapabilitiesType.setMaxArrayLength(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerCapabilitiesType.setMaxBrowseContinuationPoints(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void ServerCapabilitiesType.setMaxByteStringLength(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerCapabilitiesType.setMaxHistoryContinuationPoints(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void SubscriptionDiagnosticsType.setMaxKeepAliveCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsType.setMaxLifetimeCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsType.setMaxMonitoredItemsPerCall(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsType.setMaxNodesPerBrowse(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsType.setMaxNodesPerHistoryReadData(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsType.setMaxNodesPerHistoryReadEvents(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsType.setMaxNodesPerHistoryUpdateData(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsType.setMaxNodesPerHistoryUpdateEvents(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsType.setMaxNodesPerMethodCall(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsType.setMaxNodesPerNodeManagement(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsType.setMaxNodesPerRead(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsType.setMaxNodesPerRegisterNodes(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsType.setMaxNodesPerTranslateBrowsePathsToNodeIds(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsType.setMaxNodesPerWrite(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsType.setMaxNotificationsPerPublish(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerCapabilitiesType.setMaxQueryContinuationPoints(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void SessionDiagnosticsVariableType.setMaxResponseMessageSize(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void HistoryServerCapabilitiesType.setMaxReturnDataValues(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void HistoryServerCapabilitiesType.setMaxReturnEventValues(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SamplingIntervalDiagnosticsType.setMaxSampledMonitoredItemsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerCapabilitiesType.setMaxStringLength(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void HistoricalDataConfigurationType.setMaxTimeInterval(Double value)
           
 void AlarmConditionType.setMaxTimeShelved(Double value)
           
 void ServerConfigurationType.setMaxTrustListSize(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void BaseEventType.setMessage(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void AuditUpdateMethodEventType.setMethodId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void FileType.setMimeType(String value)
           
 void ServerCapabilitiesType.setMinSupportedSampleRate(Double value)
           
 void HistoricalDataConfigurationType.setMinTimeInterval(Double value)
           
 void SubscriptionDiagnosticsType.setModifyCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SessionDiagnosticsVariableType.setModifyMonitoredItemsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionDiagnosticsVariableType.setModifySubscriptionCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SubscriptionDiagnosticsType.setMonitoredItemCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsType.setMonitoringQueueOverflowCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerConfigurationType.setMulticastDnsEnabled(Boolean value)
           
 void TransitionVariableType.setName(org.opcfoundation.ua.builtintypes.QualifiedName value)
           
 void StateVariableType.setName(org.opcfoundation.ua.builtintypes.QualifiedName value)
           
 void ServerType.setNamespaceArray(String[] value)
           
 void NamespaceMetadataType.setNamespacePublicationDate(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void NamespaceMetadataType.setNamespaceUri(String value)
           
 void DataTypeDictionaryType.setNamespaceUri(String value)
           
 void NamespaceMetadataType.setNamespaceVersion(String value)
           
 void ModellingRuleType.setNamingRule(org.opcfoundation.ua.core.NamingRuleType value)
           
 void AuditUpdateStateEventType.setNewStateId(Object value)
           
 void AuditWriteUpdateEventType.setNewValue(Object value)
           
 void AuditHistoryValueUpdateEventType.setNewValues(org.opcfoundation.ua.builtintypes.DataValue[] value)
           
 void AuditHistoryEventUpdateEventType.setNewValues(org.opcfoundation.ua.core.HistoryEventFieldList[] value)
           
 void SubscriptionDiagnosticsType.setNextSequenceNumber(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void AuditAddNodesEventType.setNodesToAdd(org.opcfoundation.ua.core.AddNodesItem[] value)
           
 void AuditDeleteNodesEventType.setNodesToDelete(org.opcfoundation.ua.core.DeleteNodesItem[] value)
           
 void OffNormalAlarmType.setNormalState(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void SubscriptionDiagnosticsType.setNotificationsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void TransitionVariableType.setNumber(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void StateVariableType.setNumber(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void DialogConditionType.setOkResponse(Integer value)
           
 void AuditUpdateStateEventType.setOldStateId(Object value)
           
 void AuditWriteUpdateEventType.setOldValue(Object value)
           
 void AuditHistoryValueUpdateEventType.setOldValues(org.opcfoundation.ua.builtintypes.DataValue[] value)
           
 void AuditHistoryRawModifyDeleteEventType.setOldValues(org.opcfoundation.ua.builtintypes.DataValue[] value)
           
 void AuditHistoryAtTimeDeleteEventType.setOldValues(org.opcfoundation.ua.builtintypes.DataValue[] value)
           
 void AuditHistoryEventDeleteEventType.setOldValues(org.opcfoundation.ua.core.HistoryEventFieldList value)
           
 void AuditHistoryEventUpdateEventType.setOldValues(org.opcfoundation.ua.core.HistoryEventFieldList[] value)
           
 void FileType.setOpenCount(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void OptionSetType.setOptionSetValues(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
           
 void AuditHistoryUpdateEventType.setParameterDataTypeId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void AggregateConfigurationType.setPercentDataBad(org.opcfoundation.ua.builtintypes.UnsignedByte value)
           
 void AggregateConfigurationType.setPercentDataGood(org.opcfoundation.ua.builtintypes.UnsignedByte value)
           
 void AuditHistoryValueUpdateEventType.setPerformInsertReplace(org.opcfoundation.ua.core.PerformUpdateType value)
           
 void AuditHistoryEventUpdateEventType.setPerformInsertReplace(org.opcfoundation.ua.core.PerformUpdateType value)
           
 void FileType.setPosition(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, org.opcfoundation.ua.builtintypes.UnsignedLong position)
           
 void SubscriptionDiagnosticsType.setPriority(org.opcfoundation.ua.builtintypes.UnsignedByte value)
           
 void BuildInfoType.setProductName(String value)
           
 void BuildInfoType.setProductUri(String value)
           
 void ProgramStateMachineType.setProgramDiagnostics(org.opcfoundation.ua.core.ProgramDiagnosticDataType value)
           
 void ProgressEventType.setProgress(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void DialogConditionType.setPrompt(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void SessionDiagnosticsVariableType.setPublishCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SubscriptionDiagnosticsType.setPublishingEnabled(Boolean value)
           
 void SubscriptionDiagnosticsType.setPublishingInterval(Double value)
           
 void ServerDiagnosticsSummaryType.setPublishingIntervalCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsType.setPublishRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ConditionType.setQuality(org.opcfoundation.ua.builtintypes.StatusCode value)
           
 void SessionDiagnosticsVariableType.setQueryFirstCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionDiagnosticsVariableType.setQueryNextCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionDiagnosticsVariableType.setReadCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void BaseEventType.setReceiveTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void ProgramStateMachineType.setRecycleCount(Integer value)
           
 void ServerRedundancyType.setRedundancySupport(org.opcfoundation.ua.core.RedundancySupport value)
           
 void TransparentRedundancyType.setRedundantServerArray(org.opcfoundation.ua.core.RedundantServerDataType[] value)
           
 void AuditAddReferencesEventType.setReferencesToAdd(org.opcfoundation.ua.core.AddReferencesItem[] value)
           
 void AuditDeleteReferencesEventType.setReferencesToDelete(org.opcfoundation.ua.core.DeleteReferencesItem[] value)
           
 void SessionDiagnosticsVariableType.setRegisterNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void ServerDiagnosticsSummaryType.setRejectedRequestsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerDiagnosticsSummaryType.setRejectedSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void HistoryServerCapabilitiesType.setReplaceDataCapability(Boolean value)
           
 void HistoryServerCapabilitiesType.setReplaceEventCapability(Boolean value)
           
 void SessionDiagnosticsVariableType.setRepublishCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SubscriptionDiagnosticsType.setRepublishMessageCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsType.setRepublishMessageRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsType.setRepublishRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void AuditHistoryAtTimeDeleteEventType.setReqTimes(org.opcfoundation.ua.builtintypes.DateTime[] value)
           
 void AuditOpenSecureChannelEventType.setRequestedLifetime(Double value)
           
 void AuditCancelEventType.setRequestHandle(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void AuditOpenSecureChannelEventType.setRequestType(org.opcfoundation.ua.core.SecurityTokenRequestType value)
           
 void DialogConditionType.setResponseOptionSet(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
           
 void ConditionType.setRetain(Boolean value)
           
 void AuditCreateSessionEventType.setRevisedSessionTimeout(Double value)
           
 void SamplingIntervalDiagnosticsType.setSampledMonitoredItemsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SamplingIntervalDiagnosticsType.setSamplingInterval(Double value)
           
 void ServerDiagnosticsType.setSamplingIntervalDiagnosticsArray(org.opcfoundation.ua.core.SamplingIntervalDiagnosticsDataType[] value)
           
 void ServerStatusType.setSecondsTillShutdown(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void AuditCreateSessionEventType.setSecureChannelId(String value)
           
 void AuditChannelEventType.setSecureChannelId(String value)
           
 void AuditActivateSessionEventType.setSecureChannelId(String value)
           
 void SessionSecurityDiagnosticsType.setSecurityMode(org.opcfoundation.ua.core.MessageSecurityMode value)
           
 void AuditOpenSecureChannelEventType.setSecurityMode(org.opcfoundation.ua.core.MessageSecurityMode value)
           
 void SessionSecurityDiagnosticsType.setSecurityPolicyUri(String value)
           
 void AuditOpenSecureChannelEventType.setSecurityPolicyUri(String value)
           
 void ServerDiagnosticsSummaryType.setSecurityRejectedRequestsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerDiagnosticsSummaryType.setSecurityRejectedSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void AuditConditionRespondEventType.setSelectedResponse(Integer value)
           
 void ServerType.setServerArray(String[] value)
           
 void ServerConfigurationType.setServerCapabilities(String[] value)
           
 void ServerDiagnosticsType.setServerDiagnosticsSummary(org.opcfoundation.ua.core.ServerDiagnosticsSummaryDataType value)
           
 void AuditEventType.setServerId(String value)
           
 void NonTransparentNetworkRedundancyType.setServerNetworkGroups(org.opcfoundation.ua.core.NetworkGroupDataType[] value)
           
 void ServerCapabilitiesType.setServerProfileArray(String[] value)
           
 void ServerType.setServerStatus(org.opcfoundation.ua.core.ServerStatusDataType value)
           
 void SessionDiagnosticsVariableType.setServerUri(String value)
           
 void NonTransparentRedundancyType.setServerUriArray(String[] value)
           
 void ServerDiagnosticsSummaryType.setServerViewCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerType.setServiceLevel(org.opcfoundation.ua.builtintypes.UnsignedByte value)
           
 void ServerDiagnosticsSummaryType.setSessionAbortCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SessionDiagnosticsObjectType.setSessionDiagnostics(org.opcfoundation.ua.core.SessionDiagnosticsDataType value)
           
 void SessionsDiagnosticsSummaryType.setSessionDiagnosticsArray(org.opcfoundation.ua.core.SessionDiagnosticsDataType[] value)
           
 void SubscriptionDiagnosticsType.setSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void SessionSecurityDiagnosticsType.setSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void SessionDiagnosticsVariableType.setSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void AuditSessionEventType.setSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void SessionDiagnosticsVariableType.setSessionName(String value)
           
 void SessionDiagnosticsObjectType.setSessionSecurityDiagnostics(org.opcfoundation.ua.core.SessionSecurityDiagnosticsDataType value)
           
 void SessionsDiagnosticsSummaryType.setSessionSecurityDiagnosticsArray(org.opcfoundation.ua.core.SessionSecurityDiagnosticsDataType[] value)
           
 void ServerDiagnosticsSummaryType.setSessionTimeoutCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SessionDiagnosticsVariableType.setSetMonitoringModeCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void NonExclusiveDeviationAlarmType.setSetpointNode(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void ExclusiveDeviationAlarmType.setSetpointNode(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void SessionDiagnosticsVariableType.setSetPublishingModeCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionDiagnosticsVariableType.setSetTriggeringCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void BaseEventType.setSeverity(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void AuditConditionShelvingEventType.setShelvingTime(Double value)
           
 void ServerStatusType.setShutdownReason(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void FileType.setSize(org.opcfoundation.ua.builtintypes.UnsignedLong value)
           
 void ServerCapabilitiesType.setSoftwareCertificates(org.opcfoundation.ua.core.SignedSoftwareCertificate[] value)
           
 void BuildInfoType.setSoftwareVersion(String value)
           
 void BaseEventType.setSourceName(String value)
           
 void BaseEventType.setSourceNode(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void ConditionVariableType.setSourceTimestamp(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void HistoricalDataConfigurationType.setStartOfArchive(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void HistoricalDataConfigurationType.setStartOfOnlineArchive(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void ServerStatusType.setStartTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void AuditHistoryRawModifyDeleteEventType.setStartTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void ServerStatusType.setState(org.opcfoundation.ua.core.ServerState value)
           
 void StateType.setStateNumber(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void NamespaceMetadataType.setStaticNodeIdTypes(org.opcfoundation.ua.core.IdType[] value)
           
 void NamespaceMetadataType.setStaticNumericNodeIdRange(String[] value)
           
 void NamespaceMetadataType.setStaticStringNodeIdPattern(String value)
           
 void AuditEventType.setStatus(Boolean value)
           
 void HistoricalDataConfigurationType.setStepped(Boolean value)
           
 void SessionDiagnosticsObjectType.setSubscriptionDiagnosticsArray(org.opcfoundation.ua.core.SubscriptionDiagnosticsDataType[] value)
           
 void ServerDiagnosticsType.setSubscriptionDiagnosticsArray(org.opcfoundation.ua.core.SubscriptionDiagnosticsDataType[] value)
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger ServerType.setSubscriptionDurable(org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId, org.opcfoundation.ua.builtintypes.UnsignedInteger lifetimeInHours)
           
 void SubscriptionDiagnosticsType.setSubscriptionId(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerConfigurationType.setSupportedPrivateKeyFormats(String[] value)
           
 void AlarmConditionType.setSuppressedOrShelved(Boolean value)
           
 void AlarmConditionType.setSuppressedState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void SystemStatusChangeEventType.setSystemState(org.opcfoundation.ua.core.ServerState value)
           
 void BaseEventType.setTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void ArrayItemType.setTitle(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void TransitionEventType.setToState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void SessionDiagnosticsVariableType.setTotalRequestCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SubscriptionDiagnosticsType.setTransferredToAltClientCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsType.setTransferredToSameClientCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsType.setTransferRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SessionDiagnosticsVariableType.setTransferSubscriptionsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void TransitionEventType.setTransition(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ProgramTransitionAuditEventType.setTransition(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void TransitionType.setTransitionNumber(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void AuditProgramTransitionEventType.setTransitionNumber(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void TwoStateVariableType.setTransitionTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void TransitionVariableType.setTransitionTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void SessionDiagnosticsVariableType.setTranslateBrowsePathsToNodeIdsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionSecurityDiagnosticsType.setTransportProtocol(String value)
           
 void AggregateConfigurationType.setTreatUncertainAsBad(Boolean value)
           
 void TwoStateVariableType.setTrueState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void TwoStateDiscreteType.setTrueState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void SubscriptionDiagnosticsType.setUnacknowledgedMessageCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SessionDiagnosticsVariableType.setUnauthorizedRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SessionDiagnosticsVariableType.setUnregisterNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void ShelvedStateMachineType.setUnshelveTime(Double value)
           
 void HistoryServerCapabilitiesType.setUpdateDataCapability(Boolean value)
           
 void AuditHistoryValueUpdateEventType.setUpdatedNode(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void AuditHistoryEventUpdateEventType.setUpdatedNode(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void AuditHistoryDeleteEventType.setUpdatedNode(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void HistoryServerCapabilitiesType.setUpdateEventCapability(Boolean value)
           
 void AuditActivateSessionEventType.setUserIdentityToken(org.opcfoundation.ua.core.UserIdentityToken value)
           
 void FileType.setUserWritable(Boolean value)
           
 void AggregateConfigurationType.setUseSlopedExtrapolation(Boolean value)
           
 void BaseVariableType.setValue(Object value)
           
 void MultiStateValueDiscreteType.setValueAsText(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void DataItemType.setValuePrecision(Double value)
           
 void FileType.setWritable(Boolean value)
           
 void SessionDiagnosticsVariableType.setWriteCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void YArrayItemType.setXAxisDefinition(org.opcfoundation.ua.core.AxisInformation value)
           
 void XYArrayItemType.setXAxisDefinition(org.opcfoundation.ua.core.AxisInformation value)
           
 void ImageItemType.setXAxisDefinition(org.opcfoundation.ua.core.AxisInformation value)
           
 void CubeItemType.setXAxisDefinition(org.opcfoundation.ua.core.AxisInformation value)
           
 void ImageItemType.setYAxisDefinition(org.opcfoundation.ua.core.AxisInformation value)
           
 void CubeItemType.setYAxisDefinition(org.opcfoundation.ua.core.AxisInformation value)
           
 void CubeItemType.setZAxisDefinition(org.opcfoundation.ua.core.AxisInformation value)
           
 void ProgramStateMachineType.start()
           
 void ProgramStateMachineType.suspend()
           
 void ShelvedStateMachineType.timedShelve(Double shelvingTime)
           
 void ShelvedStateMachineType.unshelve()
           
 Boolean ServerConfigurationType.updateCertificate(org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, org.opcfoundation.ua.builtintypes.ByteString certificate, org.opcfoundation.ua.builtintypes.ByteString[] issuerCertificates, String privateKeyFormat, org.opcfoundation.ua.builtintypes.ByteString privateKey)
           
 void FileType.write(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, org.opcfoundation.ua.builtintypes.ByteString data)
           
 

Uses of StatusException in com.prosysopc.ua.types.opcua.client
 

Methods in com.prosysopc.ua.types.opcua.client that throw StatusException
 org.opcfoundation.ua.builtintypes.DateTime FileTypeImpl.getTimestamp()
          Get the file's modification time.
 org.opcfoundation.ua.builtintypes.UnsignedShort FileTypeImpl.readOpenCount()
           
 org.opcfoundation.ua.builtintypes.UnsignedLong FileTypeImpl.readSize()
           
 org.opcfoundation.ua.builtintypes.DataValue FileTypeImpl.readSizeValue()
           
 Boolean FileTypeImpl.readWritable()
          Whether the file can be written to in general.
 void HistoryServerCapabilitiesTypeImplBase.setAccessHistoryDataCapability(Boolean value)
           
 void HistoryServerCapabilitiesTypeImplBase.setAccessHistoryEventsCapability(Boolean value)
           
 void AcknowledgeableConditionTypeImplBase.setAckedState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void AuditEventTypeImplBase.setActionTimeStamp(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void NonExclusiveLimitAlarmTypeImplBase.setActiveState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ExclusiveLimitAlarmTypeImplBase.setActiveState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void AlarmConditionTypeImplBase.setActiveState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void SessionDiagnosticsVariableTypeImplBase.setActualSessionTimeout(Double value)
           
 void SessionDiagnosticsVariableTypeImplBase.setAddNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionDiagnosticsVariableTypeImplBase.setAddReferencesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void AuditWriteUpdateEventTypeImplBase.setAttributeId(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerTypeImplBase.setAuditing(Boolean value)
           
 void SessionSecurityDiagnosticsTypeImplBase.setAuthenticationMechanism(String value)
           
 void ProgramStateMachineTypeImplBase.setAutoDelete(Boolean value)
           
 void NDimensionArrayItemTypeImplBase.setAxisDefinition(org.opcfoundation.ua.core.AxisInformation[] value)
           
 void ArrayItemTypeImplBase.setAxisScaleType(org.opcfoundation.ua.core.AxisScaleEnumeration value)
           
 void OptionSetTypeImplBase.setBitMask(Boolean[] value)
           
 void ConditionTypeImplBase.setBranchId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void SessionDiagnosticsVariableTypeImplBase.setBrowseCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionDiagnosticsVariableTypeImplBase.setBrowseNextCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void BuildInfoTypeImplBase.setBuildDate(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void ServerStatusTypeImplBase.setBuildInfo(org.opcfoundation.ua.core.BuildInfo value)
           
 void BuildInfoTypeImplBase.setBuildNumber(String value)
           
 void SessionDiagnosticsVariableTypeImplBase.setCallCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void DialogConditionTypeImplBase.setCancelResponse(Integer value)
           
 void CertificateExpirationAlarmTypeImplBase.setCertificate(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void AuditCertificateEventTypeImplBase.setCertificate(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void CertificateUpdatedAuditEventTypeImplBase.setCertificateGroup(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void CertificateUpdatedAuditEventTypeImplBase.setCertificateType(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void CertificateExpirationAlarmTypeImplBase.setCertificateType(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void CertificateGroupTypeImplBase.setCertificateTypes(org.opcfoundation.ua.builtintypes.NodeId[] value)
           
 void GeneralModelChangeEventTypeImplBase.setChanges(org.opcfoundation.ua.core.ModelChangeStructureDataType[] value)
           
 void SemanticChangeEventTypeImplBase.setChanges(org.opcfoundation.ua.core.SemanticChangeStructureDataType[] value)
           
 void AuditEventTypeImplBase.setClientAuditEntryId(String value)
           
 void SessionSecurityDiagnosticsTypeImplBase.setClientCertificate(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void AuditOpenSecureChannelEventTypeImplBase.setClientCertificate(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void AuditCreateSessionEventTypeImplBase.setClientCertificate(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void AuditOpenSecureChannelEventTypeImplBase.setClientCertificateThumbprint(String value)
           
 void AuditCreateSessionEventTypeImplBase.setClientCertificateThumbprint(String value)
           
 void SessionDiagnosticsVariableTypeImplBase.setClientConnectionTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void SessionDiagnosticsVariableTypeImplBase.setClientDescription(org.opcfoundation.ua.core.ApplicationDescription value)
           
 void SessionDiagnosticsVariableTypeImplBase.setClientLastContactTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void AuditActivateSessionEventTypeImplBase.setClientSoftwareCertificates(org.opcfoundation.ua.core.SignedSoftwareCertificate[] value)
           
 void ConditionTypeImplBase.setClientUserId(String value)
           
 void AuditEventTypeImplBase.setClientUserId(String value)
           
 void SessionSecurityDiagnosticsTypeImplBase.setClientUserIdHistory(String[] value)
           
 void SessionSecurityDiagnosticsTypeImplBase.setClientUserIdOfSession(String value)
           
 void ConditionTypeImplBase.setComment(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void AuditConditionConfirmEventTypeImplBase.setComment(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void AuditConditionCommentEventTypeImplBase.setComment(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void AuditConditionAcknowledgeEventTypeImplBase.setComment(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ConditionTypeImplBase.setConditionClassId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void ConditionTypeImplBase.setConditionClassName(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ConditionTypeImplBase.setConditionName(String value)
           
 void AcknowledgeableConditionTypeImplBase.setConfirmedState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ProgressEventTypeImplBase.setContext(Object value)
           
 void ProgramDiagnosticTypeImplBase.setCreateClientName(String value)
           
 void SessionDiagnosticsVariableTypeImplBase.setCreateMonitoredItemsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void ProgramDiagnosticTypeImplBase.setCreateSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void SessionDiagnosticsVariableTypeImplBase.setCreateSubscriptionCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void ServerDiagnosticsSummaryTypeImplBase.setCumulatedSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerDiagnosticsSummaryTypeImplBase.setCumulatedSubscriptionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsTypeImplBase.setCurrentKeepAliveCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsTypeImplBase.setCurrentLifetimeCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SessionDiagnosticsVariableTypeImplBase.setCurrentMonitoredItemsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SessionDiagnosticsVariableTypeImplBase.setCurrentPublishRequestsInQueue(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void TransparentRedundancyTypeImplBase.setCurrentServerId(String value)
           
 void ServerDiagnosticsSummaryTypeImplBase.setCurrentSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void StateMachineTypeImplBase.setCurrentState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ProgramStateMachineTypeImplBase.setCurrentState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void FiniteStateMachineTypeImplBase.setCurrentState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ServerDiagnosticsSummaryTypeImplBase.setCurrentSubscriptionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SessionDiagnosticsVariableTypeImplBase.setCurrentSubscriptionsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerStatusTypeImplBase.setCurrentTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void SubscriptionDiagnosticsTypeImplBase.setDataChangeNotificationsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void DataTypeDictionaryTypeImplBase.setDataTypeVersion(String value)
           
 void DataTypeDescriptionTypeImplBase.setDataTypeVersion(String value)
           
 void DialogConditionTypeImplBase.setDefaultResponse(Integer value)
           
 void HistoricalDataConfigurationTypeImplBase.setDefinition(String value)
           
 void DataItemTypeImplBase.setDefinition(String value)
           
 void ProgramStateMachineTypeImplBase.setDeletable(Boolean value)
           
 void HistoryServerCapabilitiesTypeImplBase.setDeleteAtTimeCapability(Boolean value)
           
 void HistoryServerCapabilitiesTypeImplBase.setDeleteEventCapability(Boolean value)
           
 void SessionDiagnosticsVariableTypeImplBase.setDeleteMonitoredItemsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionDiagnosticsVariableTypeImplBase.setDeleteNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void HistoryServerCapabilitiesTypeImplBase.setDeleteRawCapability(Boolean value)
           
 void SessionDiagnosticsVariableTypeImplBase.setDeleteReferencesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionDiagnosticsVariableTypeImplBase.setDeleteSubscriptionsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void DialogConditionTypeImplBase.setDialogState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void DataTypeDescriptionTypeImplBase.setDictionaryFragment(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void SubscriptionDiagnosticsTypeImplBase.setDisableCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsTypeImplBase.setDisabledMonitoredItemCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SamplingIntervalDiagnosticsTypeImplBase.setDisabledMonitoredItemsSamplingCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsTypeImplBase.setDiscardedMessageCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void StateVariableTypeImplBase.setEffectiveDisplayName(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void TwoStateVariableTypeImplBase.setEffectiveTransitionTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void TransitionVariableTypeImplBase.setEffectiveTransitionTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void SubscriptionDiagnosticsTypeImplBase.setEnableCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerDiagnosticsTypeImplBase.setEnabledFlag(Boolean value)
           
 void DialogConditionTypeImplBase.setEnabledState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ConditionTypeImplBase.setEnabledState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void AlarmConditionTypeImplBase.setEnabledState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void AcknowledgeableConditionTypeImplBase.setEnabledState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void SessionSecurityDiagnosticsTypeImplBase.setEncoding(String value)
           
 void SessionDiagnosticsVariableTypeImplBase.setEndpointUrl(String value)
           
 void AuditUrlMismatchEventTypeImplBase.setEndpointUrl(String value)
           
 void AuditHistoryRawModifyDeleteEventTypeImplBase.setEndTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void ArrayItemTypeImplBase.setEngineeringUnits(org.opcfoundation.ua.core.EUInformation value)
           
 void AnalogItemTypeImplBase.setEngineeringUnits(org.opcfoundation.ua.core.EUInformation value)
           
 void MultiStateDiscreteTypeImplBase.setEnumStrings(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
           
 void MultiStateValueDiscreteTypeImplBase.setEnumValues(org.opcfoundation.ua.core.EnumValueType[] value)
           
 void ServerTypeImplBase.setEstimatedReturnTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void ArrayItemTypeImplBase.setEURange(org.opcfoundation.ua.core.Range value)
           
 void AnalogItemTypeImplBase.setEURange(org.opcfoundation.ua.core.Range value)
           
 void BaseEventTypeImplBase.setEventId(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void AuditConditionConfirmEventTypeImplBase.setEventId(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void AuditConditionCommentEventTypeImplBase.setEventId(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void AuditConditionAcknowledgeEventTypeImplBase.setEventId(org.opcfoundation.ua.builtintypes.ByteString value)
           
 void AuditHistoryEventDeleteEventTypeImplBase.setEventIds(org.opcfoundation.ua.builtintypes.ByteString[] value)
           
 void SubscriptionDiagnosticsTypeImplBase.setEventNotificationsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsTypeImplBase.setEventQueueOverFlowCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void BaseEventTypeImplBase.setEventType(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void HistoricalDataConfigurationTypeImplBase.setExceptionDeviation(Double value)
           
 void HistoricalDataConfigurationTypeImplBase.setExceptionDeviationFormat(org.opcfoundation.ua.core.ExceptionDeviationFormat value)
           
 void CertificateExpirationAlarmTypeImplBase.setExpirationDate(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void CertificateExpirationAlarmTypeImplBase.setExpirationLimit(Double value)
           
 void TwoStateVariableTypeImplBase.setFalseState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void TwoStateDiscreteTypeImplBase.setFalseState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void AuditHistoryEventUpdateEventTypeImplBase.setFilter(org.opcfoundation.ua.core.EventFilter value)
           
 void TransitionEventTypeImplBase.setFromState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void LimitAlarmTypeImplBase.setHighHighLimit(Double value)
           
 void NonExclusiveLimitAlarmTypeImplBase.setHighHighState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void LimitAlarmTypeImplBase.setHighLimit(Double value)
           
 void NonExclusiveLimitAlarmTypeImplBase.setHighState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void SessionDiagnosticsVariableTypeImplBase.setHistoryReadCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionDiagnosticsVariableTypeImplBase.setHistoryUpdateCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void TwoStateVariableTypeImplBase.setId(Boolean value)
           
 void FiniteTransitionVariableTypeImplBase.setId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void FiniteStateVariableTypeImplBase.setId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void TransitionVariableTypeImplBase.setId(Object value)
           
 void StateVariableTypeImplBase.setId(Object value)
           
 void AuditWriteUpdateEventTypeImplBase.setIndexRange(String value)
           
 void AuditUpdateMethodEventTypeImplBase.setInputArguments(Object[] value)
           
 void AlarmConditionTypeImplBase.setInputNode(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void HistoryServerCapabilitiesTypeImplBase.setInsertAnnotationCapability(Boolean value)
           
 void HistoryServerCapabilitiesTypeImplBase.setInsertDataCapability(Boolean value)
           
 void HistoryServerCapabilitiesTypeImplBase.setInsertEventCapability(Boolean value)
           
 void ArrayItemTypeImplBase.setInstrumentRange(org.opcfoundation.ua.core.Range value)
           
 void AnalogItemTypeImplBase.setInstrumentRange(org.opcfoundation.ua.core.Range value)
           
 void ProgramTransitionEventTypeImplBase.setIntermediateResult(Object value)
           
 void AuditCertificateDataMismatchEventTypeImplBase.setInvalidHostname(String value)
           
 void AuditCertificateDataMismatchEventTypeImplBase.setInvalidUri(String value)
           
 void ProgramDiagnosticTypeImplBase.setInvocationCreationTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void AuditHistoryRawModifyDeleteEventTypeImplBase.setIsDeleteModified(Boolean value)
           
 void NamespaceMetadataTypeImplBase.setIsNamespaceSubset(Boolean value)
           
 void ProgramDiagnosticTypeImplBase.setLastMethodCall(String value)
           
 void ProgramDiagnosticTypeImplBase.setLastMethodCallTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void ProgramDiagnosticTypeImplBase.setLastMethodInputArguments(org.opcfoundation.ua.core.Argument[] value)
           
 void ProgramDiagnosticTypeImplBase.setLastMethodOutputArguments(org.opcfoundation.ua.core.Argument[] value)
           
 void ProgramDiagnosticTypeImplBase.setLastMethodReturnStatus(org.opcfoundation.ua.core.StatusResult value)
           
 void ProgramDiagnosticTypeImplBase.setLastMethodSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void DialogConditionTypeImplBase.setLastResponse(Integer value)
           
 void ConditionTypeImplBase.setLastSeverity(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void StateMachineTypeImplBase.setLastTransition(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ProgramStateMachineTypeImplBase.setLastTransition(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void FiniteStateMachineTypeImplBase.setLastTransition(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ProgramDiagnosticTypeImplBase.setLastTransitionTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void TrustListTypeImplBase.setLastUpdateTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void SubscriptionDiagnosticsTypeImplBase.setLatePublishRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerCapabilitiesTypeImplBase.setLocaleIdArray(String[] value)
           
 void SessionDiagnosticsVariableTypeImplBase.setLocaleIds(String[] value)
           
 void BaseEventTypeImplBase.setLocalTime(org.opcfoundation.ua.core.TimeZoneDataType value)
           
 void LimitAlarmTypeImplBase.setLowLimit(Double value)
           
 void LimitAlarmTypeImplBase.setLowLowLimit(Double value)
           
 void NonExclusiveLimitAlarmTypeImplBase.setLowLowState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void NonExclusiveLimitAlarmTypeImplBase.setLowState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void BuildInfoTypeImplBase.setManufacturerName(String value)
           
 void ServerCapabilitiesTypeImplBase.setMaxArrayLength(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerCapabilitiesTypeImplBase.setMaxBrowseContinuationPoints(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void ServerCapabilitiesTypeImplBase.setMaxByteStringLength(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerCapabilitiesTypeImplBase.setMaxHistoryContinuationPoints(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void SubscriptionDiagnosticsTypeImplBase.setMaxKeepAliveCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsTypeImplBase.setMaxLifetimeCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsTypeImplBase.setMaxMonitoredItemsPerCall(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsTypeImplBase.setMaxNodesPerBrowse(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsTypeImplBase.setMaxNodesPerHistoryReadData(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsTypeImplBase.setMaxNodesPerHistoryReadEvents(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsTypeImplBase.setMaxNodesPerHistoryUpdateData(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsTypeImplBase.setMaxNodesPerHistoryUpdateEvents(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsTypeImplBase.setMaxNodesPerMethodCall(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsTypeImplBase.setMaxNodesPerNodeManagement(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsTypeImplBase.setMaxNodesPerRead(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsTypeImplBase.setMaxNodesPerRegisterNodes(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsTypeImplBase.setMaxNodesPerTranslateBrowsePathsToNodeIds(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void OperationLimitsTypeImplBase.setMaxNodesPerWrite(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsTypeImplBase.setMaxNotificationsPerPublish(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerCapabilitiesTypeImplBase.setMaxQueryContinuationPoints(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void SessionDiagnosticsVariableTypeImplBase.setMaxResponseMessageSize(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void HistoryServerCapabilitiesTypeImplBase.setMaxReturnDataValues(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void HistoryServerCapabilitiesTypeImplBase.setMaxReturnEventValues(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SamplingIntervalDiagnosticsTypeImplBase.setMaxSampledMonitoredItemsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerCapabilitiesTypeImplBase.setMaxStringLength(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void HistoricalDataConfigurationTypeImplBase.setMaxTimeInterval(Double value)
           
 void AlarmConditionTypeImplBase.setMaxTimeShelved(Double value)
           
 void ServerConfigurationTypeImplBase.setMaxTrustListSize(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void BaseEventTypeImplBase.setMessage(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void AuditUpdateMethodEventTypeImplBase.setMethodId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void FileTypeImplBase.setMimeType(String value)
           
 void ServerCapabilitiesTypeImplBase.setMinSupportedSampleRate(Double value)
           
 void HistoricalDataConfigurationTypeImplBase.setMinTimeInterval(Double value)
           
 void SubscriptionDiagnosticsTypeImplBase.setModifyCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SessionDiagnosticsVariableTypeImplBase.setModifyMonitoredItemsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionDiagnosticsVariableTypeImplBase.setModifySubscriptionCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SubscriptionDiagnosticsTypeImplBase.setMonitoredItemCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsTypeImplBase.setMonitoringQueueOverflowCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerConfigurationTypeImplBase.setMulticastDnsEnabled(Boolean value)
           
 void TransitionVariableTypeImplBase.setName(org.opcfoundation.ua.builtintypes.QualifiedName value)
           
 void StateVariableTypeImplBase.setName(org.opcfoundation.ua.builtintypes.QualifiedName value)
           
 void ServerTypeImplBase.setNamespaceArray(String[] value)
           
 void NamespaceMetadataTypeImplBase.setNamespacePublicationDate(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void NamespaceMetadataTypeImplBase.setNamespaceUri(String value)
           
 void DataTypeDictionaryTypeImplBase.setNamespaceUri(String value)
           
 void NamespaceMetadataTypeImplBase.setNamespaceVersion(String value)
           
 void ModellingRuleTypeImplBase.setNamingRule(org.opcfoundation.ua.core.NamingRuleType value)
           
 void AuditUpdateStateEventTypeImplBase.setNewStateId(Object value)
           
 void AuditWriteUpdateEventTypeImplBase.setNewValue(Object value)
           
 void AuditHistoryValueUpdateEventTypeImplBase.setNewValues(org.opcfoundation.ua.builtintypes.DataValue[] value)
           
 void AuditHistoryEventUpdateEventTypeImplBase.setNewValues(org.opcfoundation.ua.core.HistoryEventFieldList[] value)
           
 void SubscriptionDiagnosticsTypeImplBase.setNextSequenceNumber(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void AuditAddNodesEventTypeImplBase.setNodesToAdd(org.opcfoundation.ua.core.AddNodesItem[] value)
           
 void AuditDeleteNodesEventTypeImplBase.setNodesToDelete(org.opcfoundation.ua.core.DeleteNodesItem[] value)
           
 void OffNormalAlarmTypeImplBase.setNormalState(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void SubscriptionDiagnosticsTypeImplBase.setNotificationsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void TransitionVariableTypeImplBase.setNumber(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void StateVariableTypeImplBase.setNumber(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void DialogConditionTypeImplBase.setOkResponse(Integer value)
           
 void AuditUpdateStateEventTypeImplBase.setOldStateId(Object value)
           
 void AuditWriteUpdateEventTypeImplBase.setOldValue(Object value)
           
 void AuditHistoryValueUpdateEventTypeImplBase.setOldValues(org.opcfoundation.ua.builtintypes.DataValue[] value)
           
 void AuditHistoryRawModifyDeleteEventTypeImplBase.setOldValues(org.opcfoundation.ua.builtintypes.DataValue[] value)
           
 void AuditHistoryAtTimeDeleteEventTypeImplBase.setOldValues(org.opcfoundation.ua.builtintypes.DataValue[] value)
           
 void AuditHistoryEventDeleteEventTypeImplBase.setOldValues(org.opcfoundation.ua.core.HistoryEventFieldList value)
           
 void AuditHistoryEventUpdateEventTypeImplBase.setOldValues(org.opcfoundation.ua.core.HistoryEventFieldList[] value)
           
 void FileTypeImplBase.setOpenCount(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void OptionSetTypeImplBase.setOptionSetValues(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
           
 void AuditHistoryUpdateEventTypeImplBase.setParameterDataTypeId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void AggregateConfigurationTypeImplBase.setPercentDataBad(org.opcfoundation.ua.builtintypes.UnsignedByte value)
           
 void AggregateConfigurationTypeImplBase.setPercentDataGood(org.opcfoundation.ua.builtintypes.UnsignedByte value)
           
 void AuditHistoryValueUpdateEventTypeImplBase.setPerformInsertReplace(org.opcfoundation.ua.core.PerformUpdateType value)
           
 void AuditHistoryEventUpdateEventTypeImplBase.setPerformInsertReplace(org.opcfoundation.ua.core.PerformUpdateType value)
           
 void SubscriptionDiagnosticsTypeImplBase.setPriority(org.opcfoundation.ua.builtintypes.UnsignedByte value)
           
 void BuildInfoTypeImplBase.setProductName(String value)
           
 void BuildInfoTypeImplBase.setProductUri(String value)
           
 void ProgramStateMachineTypeImplBase.setProgramDiagnostics(org.opcfoundation.ua.core.ProgramDiagnosticDataType value)
           
 void ProgressEventTypeImplBase.setProgress(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void DialogConditionTypeImplBase.setPrompt(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void SessionDiagnosticsVariableTypeImplBase.setPublishCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SubscriptionDiagnosticsTypeImplBase.setPublishingEnabled(Boolean value)
           
 void SubscriptionDiagnosticsTypeImplBase.setPublishingInterval(Double value)
           
 void ServerDiagnosticsSummaryTypeImplBase.setPublishingIntervalCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsTypeImplBase.setPublishRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ConditionTypeImplBase.setQuality(org.opcfoundation.ua.builtintypes.StatusCode value)
           
 void SessionDiagnosticsVariableTypeImplBase.setQueryFirstCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionDiagnosticsVariableTypeImplBase.setQueryNextCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionDiagnosticsVariableTypeImplBase.setReadCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void BaseEventTypeImplBase.setReceiveTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void ProgramStateMachineTypeImplBase.setRecycleCount(Integer value)
           
 void ServerRedundancyTypeImplBase.setRedundancySupport(org.opcfoundation.ua.core.RedundancySupport value)
           
 void TransparentRedundancyTypeImplBase.setRedundantServerArray(org.opcfoundation.ua.core.RedundantServerDataType[] value)
           
 void AuditAddReferencesEventTypeImplBase.setReferencesToAdd(org.opcfoundation.ua.core.AddReferencesItem[] value)
           
 void AuditDeleteReferencesEventTypeImplBase.setReferencesToDelete(org.opcfoundation.ua.core.DeleteReferencesItem[] value)
           
 void SessionDiagnosticsVariableTypeImplBase.setRegisterNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void ServerDiagnosticsSummaryTypeImplBase.setRejectedRequestsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerDiagnosticsSummaryTypeImplBase.setRejectedSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void HistoryServerCapabilitiesTypeImplBase.setReplaceDataCapability(Boolean value)
           
 void HistoryServerCapabilitiesTypeImplBase.setReplaceEventCapability(Boolean value)
           
 void SessionDiagnosticsVariableTypeImplBase.setRepublishCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SubscriptionDiagnosticsTypeImplBase.setRepublishMessageCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsTypeImplBase.setRepublishMessageRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsTypeImplBase.setRepublishRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void AuditHistoryAtTimeDeleteEventTypeImplBase.setReqTimes(org.opcfoundation.ua.builtintypes.DateTime[] value)
           
 void AuditOpenSecureChannelEventTypeImplBase.setRequestedLifetime(Double value)
           
 void AuditCancelEventTypeImplBase.setRequestHandle(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void AuditOpenSecureChannelEventTypeImplBase.setRequestType(org.opcfoundation.ua.core.SecurityTokenRequestType value)
           
 void DialogConditionTypeImplBase.setResponseOptionSet(org.opcfoundation.ua.builtintypes.LocalizedText[] value)
           
 void ConditionTypeImplBase.setRetain(Boolean value)
           
 void AuditCreateSessionEventTypeImplBase.setRevisedSessionTimeout(Double value)
           
 void SamplingIntervalDiagnosticsTypeImplBase.setSampledMonitoredItemsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SamplingIntervalDiagnosticsTypeImplBase.setSamplingInterval(Double value)
           
 void ServerDiagnosticsTypeImplBase.setSamplingIntervalDiagnosticsArray(org.opcfoundation.ua.core.SamplingIntervalDiagnosticsDataType[] value)
           
 void ServerStatusTypeImplBase.setSecondsTillShutdown(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void AuditCreateSessionEventTypeImplBase.setSecureChannelId(String value)
           
 void AuditChannelEventTypeImplBase.setSecureChannelId(String value)
           
 void AuditActivateSessionEventTypeImplBase.setSecureChannelId(String value)
           
 void SessionSecurityDiagnosticsTypeImplBase.setSecurityMode(org.opcfoundation.ua.core.MessageSecurityMode value)
           
 void AuditOpenSecureChannelEventTypeImplBase.setSecurityMode(org.opcfoundation.ua.core.MessageSecurityMode value)
           
 void SessionSecurityDiagnosticsTypeImplBase.setSecurityPolicyUri(String value)
           
 void AuditOpenSecureChannelEventTypeImplBase.setSecurityPolicyUri(String value)
           
 void ServerDiagnosticsSummaryTypeImplBase.setSecurityRejectedRequestsCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerDiagnosticsSummaryTypeImplBase.setSecurityRejectedSessionCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void AuditConditionRespondEventTypeImplBase.setSelectedResponse(Integer value)
           
 void ServerTypeImplBase.setServerArray(String[] value)
           
 void ServerConfigurationTypeImplBase.setServerCapabilities(String[] value)
           
 void ServerDiagnosticsTypeImplBase.setServerDiagnosticsSummary(org.opcfoundation.ua.core.ServerDiagnosticsSummaryDataType value)
           
 void AuditEventTypeImplBase.setServerId(String value)
           
 void NonTransparentNetworkRedundancyTypeImplBase.setServerNetworkGroups(org.opcfoundation.ua.core.NetworkGroupDataType[] value)
           
 void ServerCapabilitiesTypeImplBase.setServerProfileArray(String[] value)
           
 void ServerTypeImplBase.setServerStatus(org.opcfoundation.ua.core.ServerStatusDataType value)
           
 void SessionDiagnosticsVariableTypeImplBase.setServerUri(String value)
           
 void NonTransparentRedundancyTypeImplBase.setServerUriArray(String[] value)
           
 void ServerDiagnosticsSummaryTypeImplBase.setServerViewCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerTypeImplBase.setServiceLevel(org.opcfoundation.ua.builtintypes.UnsignedByte value)
           
 void ServerDiagnosticsSummaryTypeImplBase.setSessionAbortCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SessionDiagnosticsObjectTypeImplBase.setSessionDiagnostics(org.opcfoundation.ua.core.SessionDiagnosticsDataType value)
           
 void SessionsDiagnosticsSummaryTypeImplBase.setSessionDiagnosticsArray(org.opcfoundation.ua.core.SessionDiagnosticsDataType[] value)
           
 void SubscriptionDiagnosticsTypeImplBase.setSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void SessionSecurityDiagnosticsTypeImplBase.setSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void SessionDiagnosticsVariableTypeImplBase.setSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void AuditSessionEventTypeImplBase.setSessionId(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void SessionDiagnosticsVariableTypeImplBase.setSessionName(String value)
           
 void SessionDiagnosticsObjectTypeImplBase.setSessionSecurityDiagnostics(org.opcfoundation.ua.core.SessionSecurityDiagnosticsDataType value)
           
 void SessionsDiagnosticsSummaryTypeImplBase.setSessionSecurityDiagnosticsArray(org.opcfoundation.ua.core.SessionSecurityDiagnosticsDataType[] value)
           
 void ServerDiagnosticsSummaryTypeImplBase.setSessionTimeoutCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SessionDiagnosticsVariableTypeImplBase.setSetMonitoringModeCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void NonExclusiveDeviationAlarmTypeImplBase.setSetpointNode(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void ExclusiveDeviationAlarmTypeImplBase.setSetpointNode(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void SessionDiagnosticsVariableTypeImplBase.setSetPublishingModeCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionDiagnosticsVariableTypeImplBase.setSetTriggeringCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void BaseEventTypeImplBase.setSeverity(org.opcfoundation.ua.builtintypes.UnsignedShort value)
           
 void AuditConditionShelvingEventTypeImplBase.setShelvingTime(Double value)
           
 void ServerStatusTypeImplBase.setShutdownReason(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void FileTypeImplBase.setSize(org.opcfoundation.ua.builtintypes.UnsignedLong value)
           
 void ServerCapabilitiesTypeImplBase.setSoftwareCertificates(org.opcfoundation.ua.core.SignedSoftwareCertificate[] value)
           
 void BuildInfoTypeImplBase.setSoftwareVersion(String value)
           
 void BaseEventTypeImplBase.setSourceName(String value)
           
 void BaseEventTypeImplBase.setSourceNode(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void ConditionVariableTypeImplBase.setSourceTimestamp(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void HistoricalDataConfigurationTypeImplBase.setStartOfArchive(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void HistoricalDataConfigurationTypeImplBase.setStartOfOnlineArchive(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void ServerStatusTypeImplBase.setStartTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void AuditHistoryRawModifyDeleteEventTypeImplBase.setStartTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void ServerStatusTypeImplBase.setState(org.opcfoundation.ua.core.ServerState value)
           
 void StateTypeImplBase.setStateNumber(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void NamespaceMetadataTypeImplBase.setStaticNodeIdTypes(org.opcfoundation.ua.core.IdType[] value)
           
 void NamespaceMetadataTypeImplBase.setStaticNumericNodeIdRange(String[] value)
           
 void NamespaceMetadataTypeImplBase.setStaticStringNodeIdPattern(String value)
           
 void AuditEventTypeImplBase.setStatus(Boolean value)
           
 void HistoricalDataConfigurationTypeImplBase.setStepped(Boolean value)
           
 void SessionDiagnosticsObjectTypeImplBase.setSubscriptionDiagnosticsArray(org.opcfoundation.ua.core.SubscriptionDiagnosticsDataType[] value)
           
 void ServerDiagnosticsTypeImplBase.setSubscriptionDiagnosticsArray(org.opcfoundation.ua.core.SubscriptionDiagnosticsDataType[] value)
           
 void SubscriptionDiagnosticsTypeImplBase.setSubscriptionId(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void ServerConfigurationTypeImplBase.setSupportedPrivateKeyFormats(String[] value)
           
 void AlarmConditionTypeImplBase.setSuppressedOrShelved(Boolean value)
           
 void AlarmConditionTypeImplBase.setSuppressedState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void SystemStatusChangeEventTypeImplBase.setSystemState(org.opcfoundation.ua.core.ServerState value)
           
 void BaseEventTypeImplBase.setTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void ArrayItemTypeImplBase.setTitle(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void TransitionEventTypeImplBase.setToState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void SessionDiagnosticsVariableTypeImplBase.setTotalRequestCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SubscriptionDiagnosticsTypeImplBase.setTransferredToAltClientCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsTypeImplBase.setTransferredToSameClientCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SubscriptionDiagnosticsTypeImplBase.setTransferRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SessionDiagnosticsVariableTypeImplBase.setTransferSubscriptionsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void TransitionEventTypeImplBase.setTransition(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void ProgramTransitionAuditEventTypeImplBase.setTransition(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void TransitionTypeImplBase.setTransitionNumber(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void AuditProgramTransitionEventTypeImplBase.setTransitionNumber(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void TwoStateVariableTypeImplBase.setTransitionTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void TransitionVariableTypeImplBase.setTransitionTime(org.opcfoundation.ua.builtintypes.DateTime value)
           
 void SessionDiagnosticsVariableTypeImplBase.setTranslateBrowsePathsToNodeIdsCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void SessionSecurityDiagnosticsTypeImplBase.setTransportProtocol(String value)
           
 void AggregateConfigurationTypeImplBase.setTreatUncertainAsBad(Boolean value)
           
 void TwoStateVariableTypeImplBase.setTrueState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void TwoStateDiscreteTypeImplBase.setTrueState(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void SubscriptionDiagnosticsTypeImplBase.setUnacknowledgedMessageCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SessionDiagnosticsVariableTypeImplBase.setUnauthorizedRequestCount(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void SessionDiagnosticsVariableTypeImplBase.setUnregisterNodesCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void ShelvedStateMachineTypeImplBase.setUnshelveTime(Double value)
           
 void HistoryServerCapabilitiesTypeImplBase.setUpdateDataCapability(Boolean value)
           
 void AuditHistoryValueUpdateEventTypeImplBase.setUpdatedNode(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void AuditHistoryEventUpdateEventTypeImplBase.setUpdatedNode(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void AuditHistoryDeleteEventTypeImplBase.setUpdatedNode(org.opcfoundation.ua.builtintypes.NodeId value)
           
 void HistoryServerCapabilitiesTypeImplBase.setUpdateEventCapability(Boolean value)
           
 void AuditActivateSessionEventTypeImplBase.setUserIdentityToken(org.opcfoundation.ua.core.UserIdentityToken value)
           
 void FileTypeImplBase.setUserWritable(Boolean value)
           
 void AggregateConfigurationTypeImplBase.setUseSlopedExtrapolation(Boolean value)
           
 void MultiStateValueDiscreteTypeImplBase.setValueAsText(org.opcfoundation.ua.builtintypes.LocalizedText value)
           
 void DataItemTypeImplBase.setValuePrecision(Double value)
           
 void FileTypeImplBase.setWritable(Boolean value)
           
 void SessionDiagnosticsVariableTypeImplBase.setWriteCount(org.opcfoundation.ua.core.ServiceCounterDataType value)
           
 void YArrayItemTypeImplBase.setXAxisDefinition(org.opcfoundation.ua.core.AxisInformation value)
           
 void XYArrayItemTypeImplBase.setXAxisDefinition(org.opcfoundation.ua.core.AxisInformation value)
           
 void ImageItemTypeImplBase.setXAxisDefinition(org.opcfoundation.ua.core.AxisInformation value)
           
 void CubeItemTypeImplBase.setXAxisDefinition(org.opcfoundation.ua.core.AxisInformation value)
           
 void ImageItemTypeImplBase.setYAxisDefinition(org.opcfoundation.ua.core.AxisInformation value)
           
 void CubeItemTypeImplBase.setYAxisDefinition(org.opcfoundation.ua.core.AxisInformation value)
           
 void CubeItemTypeImplBase.setZAxisDefinition(org.opcfoundation.ua.core.AxisInformation value)
           
 

Uses of StatusException in com.prosysopc.ua.types.opcua.server
 

Methods in com.prosysopc.ua.types.opcua.server that throw StatusException
 void AcknowledgeableConditionTypeNodeBase.acknowledge(org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
 void AcknowledgeableConditionTypeNode.acknowledge(org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment, org.opcfoundation.ua.builtintypes.DateTime ackTime, org.opcfoundation.ua.builtintypes.ByteString userEventId)
          Acknowledged the condition, adds the comment to the eventId with ConditionTypeNode.addComment(ByteString, LocalizedText, DateTime, ByteString).
 void AcknowledgeableConditionTypeAcknowledgeMethod.acknowledge(ServiceContext serviceContext, AcknowledgeableConditionTypeNode node, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
 void TrustListTypeNodeBase.addCertificate(org.opcfoundation.ua.builtintypes.ByteString certificate, Boolean isTrustedCertificate)
           
 void TrustListTypeAddCertificateMethod.addCertificate(ServiceContext serviceContext, TrustListTypeNode node, org.opcfoundation.ua.builtintypes.ByteString certificate, Boolean isTrustedCertificate)
           
 void ConditionTypeNodeBase.addComment(org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
 void ConditionTypeNode.addComment(org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment, org.opcfoundation.ua.builtintypes.DateTime time, org.opcfoundation.ua.builtintypes.ByteString userEventId)
          Add a new comment to a specific eventId.
 void ConditionTypeAddCommentMethod.addComment(ServiceContext serviceContext, ConditionTypeNode node, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
 void ServerConfigurationTypeNodeBase.applyChanges()
           
 void ServerConfigurationTypeApplyChangesMethod.applyChanges(ServiceContext serviceContext, ServerConfigurationTypeNode node)
           
 org.opcfoundation.ua.builtintypes.Variant[] VendorServerInfoTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] TrustListUpdatedAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] TrustListTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] TripAlarmTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] TransparentRedundancyTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] TransitionTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] TransitionEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] SystemStatusChangeEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] SystemOffNormalAlarmTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] SystemEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] SystemConditionClassTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] StateTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] StateMachineTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ShelvedStateMachineTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] SessionsDiagnosticsSummaryTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] SessionDiagnosticsObjectTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ServerTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ServerRedundancyTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ServerDiagnosticsTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ServerConfigurationTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ServerCapabilitiesTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] SemanticChangeEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] RsaSha256ApplicationCertificateTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] RsaMinApplicationCertificateTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] RefreshStartEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] RefreshRequiredEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] RefreshEndEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ProgressEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ProgramTransitionEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ProgramTransitionAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ProgramStateMachineTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ProcessConditionClassTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] OperationLimitsTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] OffNormalAlarmTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] NonTransparentRedundancyTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] NonTransparentNetworkRedundancyTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] NonExclusiveRateOfChangeAlarmTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] NonExclusiveLimitAlarmTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] NonExclusiveLevelAlarmTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] NonExclusiveDeviationAlarmTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] NamespacesTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] NamespaceMetadataTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ModellingRuleTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] MaintenanceConditionClassTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] LimitAlarmTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] InitialStateTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] HttpsCertificateTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] HistoryServerCapabilitiesTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] HistoricalDataConfigurationTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] GeneralModelChangeEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] FolderTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] FiniteStateMachineTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] FileTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] FileDirectoryTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ExclusiveRateOfChangeAlarmTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ExclusiveLimitStateMachineTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ExclusiveLimitAlarmTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ExclusiveLevelAlarmTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ExclusiveDeviationAlarmTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] EventQueueOverflowEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] DiscreteAlarmTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] DialogConditionTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] DeviceFailureEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] DataTypeSystemTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] DataTypeEncodingTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ConditionTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] CertificateUpdatedAuditEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] CertificateTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] CertificateGroupTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] CertificateGroupFolderTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] CertificateExpirationAlarmTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] BaseModelChangeEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] BaseEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] BaseConditionClassTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditWriteUpdateEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditUrlMismatchEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditUpdateStateEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditUpdateMethodEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditUpdateEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditSessionEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditSecurityEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditProgramTransitionEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditOpenSecureChannelEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditNodeManagementEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditHistoryValueUpdateEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditHistoryUpdateEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditHistoryRawModifyDeleteEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditHistoryEventUpdateEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditHistoryEventDeleteEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditHistoryDeleteEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditHistoryAtTimeDeleteEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditDeleteReferencesEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditDeleteNodesEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditCreateSessionEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditConditionShelvingEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditConditionRespondEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditConditionEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditConditionEnableEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditConditionConfirmEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditConditionCommentEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditConditionAcknowledgeEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditChannelEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditCertificateUntrustedEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditCertificateRevokedEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditCertificateMismatchEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditCertificateInvalidEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditCertificateExpiredEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditCertificateEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditCertificateDataMismatchEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditCancelEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditAddReferencesEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditAddNodesEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AuditActivateSessionEventTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] ApplicationCertificateTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AlarmConditionTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AggregateFunctionTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AggregateConfigurationTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AddressSpaceFileTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] AcknowledgeableConditionTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
protected  void ConditionTypeNode.checkEnabled()
           
protected  void FileTypeNode.checkFileExists()
           
 void FileTypeCloseMethod.close(ServiceContext serviceContext, FileTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
 void FileTypeNode.close(Session session, Long fileHandle)
          Close the file handle
 void FileTypeNodeBase.close(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
 Boolean TrustListTypeCloseAndUpdateMethod.closeAndUpdate(ServiceContext serviceContext, TrustListTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
 Boolean TrustListTypeNodeBase.closeAndUpdate(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
 void AcknowledgeableConditionTypeNodeBase.confirm(org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
 void AcknowledgeableConditionTypeNode.confirm(org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment, org.opcfoundation.ua.builtintypes.DateTime confirmTime, org.opcfoundation.ua.builtintypes.ByteString userEventId)
          Confirms the condition and adds the comment to the eventId with ConditionTypeNode.addComment(ByteString, LocalizedText, DateTime, ByteString).
 void AcknowledgeableConditionTypeConfirmMethod.confirm(ServiceContext serviceContext, AcknowledgeableConditionTypeNode node, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
 org.opcfoundation.ua.builtintypes.NodeId FileDirectoryTypeCreateDirectoryMethod.createDirectory(ServiceContext serviceContext, FileDirectoryTypeNode node, String directoryName)
           
 org.opcfoundation.ua.builtintypes.NodeId FileDirectoryTypeNodeBase.createDirectory(String directoryName)
           
 FileDirectoryType.CreateFileMethodOutputs FileDirectoryTypeCreateFileMethod.createFile(ServiceContext serviceContext, FileDirectoryTypeNode node, String fileName, Boolean requestFileOpen)
           
 FileDirectoryType.CreateFileMethodOutputs FileDirectoryTypeNodeBase.createFile(String fileName, Boolean requestFileOpen)
           
 org.opcfoundation.ua.builtintypes.ByteString ServerConfigurationTypeNodeBase.createSigningRequest(org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, String subjectName, Boolean regeneratePrivateKey, org.opcfoundation.ua.builtintypes.ByteString nonce)
           
 org.opcfoundation.ua.builtintypes.ByteString ServerConfigurationTypeCreateSigningRequestMethod.createSigningRequest(ServiceContext serviceContext, ServerConfigurationTypeNode node, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, String subjectName, Boolean regeneratePrivateKey, org.opcfoundation.ua.builtintypes.ByteString nonce)
           
 void FileDirectoryTypeNodeBase.delete(org.opcfoundation.ua.builtintypes.NodeId objectToDelete)
           
 void FileDirectoryTypeDeleteMethod.delete(ServiceContext serviceContext, FileDirectoryTypeNode node, org.opcfoundation.ua.builtintypes.NodeId objectToDelete)
           
 void ConditionTypeNodeBase.disable()
           
 void ConditionTypeDisableMethod.disable(ServiceContext serviceContext, ConditionTypeNode node)
           
 void ConditionTypeNodeBase.enable()
           
 void ConditionTypeEnableMethod.enable(ServiceContext serviceContext, ConditionTypeNode node)
           
 void AddressSpaceFileTypeNodeBase.exportNamespace()
           
 void AddressSpaceFileTypeExportNamespaceMethod.exportNamespace(ServiceContext serviceContext, AddressSpaceFileTypeNode node)
           
 long FileTypeNode.getCurrentPosition(Session session, Long fileHandle)
          Get the current position of the fileHandle
 long FileTypeNode.getCurrentSize()
           
 org.opcfoundation.ua.builtintypes.DateTime FileTypeNode.getCurrentTimestamp()
          Get the file's modification time.
 ServerType.GetMonitoredItemsMethodOutputs ServerTypeGetMonitoredItemsMethod.getMonitoredItems(ServiceContext serviceContext, ServerTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId)
           
 ServerType.GetMonitoredItemsMethodOutputs ServerTypeNodeBase.getMonitoredItems(org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId)
           
 org.opcfoundation.ua.builtintypes.UnsignedLong FileTypeGetPositionMethod.getPosition(ServiceContext serviceContext, FileTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
 org.opcfoundation.ua.builtintypes.UnsignedLong FileTypeNodeBase.getPosition(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
protected  RandomAccessFile FileTypeNode.getRandomAccessFile(Session session, Long fileHandle)
           
 org.opcfoundation.ua.builtintypes.ByteString[] ServerConfigurationTypeNodeBase.getRejectedList()
           
 org.opcfoundation.ua.builtintypes.ByteString[] ServerConfigurationTypeGetRejectedListMethod.getRejectedList(ServiceContext serviceContext, ServerConfigurationTypeNode node)
           
 org.opcfoundation.ua.builtintypes.DateTime FileTypeNode.getTimestamp()
          Get the file's modification time.
 void ProgramStateMachineTypeNodeBase.halt()
           
 void ProgramStateMachineTypeHaltMethod.halt(ServiceContext serviceContext, ProgramStateMachineTypeNode node)
           
 org.opcfoundation.ua.builtintypes.NodeId FileDirectoryTypeNodeBase.moveOrCopy(org.opcfoundation.ua.builtintypes.NodeId objectToMoveOrCopy, org.opcfoundation.ua.builtintypes.NodeId targetDirectory, Boolean createCopy, String newName)
           
 org.opcfoundation.ua.builtintypes.NodeId FileDirectoryTypeMoveOrCopyMethod.moveOrCopy(ServiceContext serviceContext, FileDirectoryTypeNode node, org.opcfoundation.ua.builtintypes.NodeId objectToMoveOrCopy, org.opcfoundation.ua.builtintypes.NodeId targetDirectory, Boolean createCopy, String newName)
           
protected abstract  void AcknowledgeableConditionTypeNodeBase.onAcknowledge(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
protected  void AcknowledgeableConditionTypeNode.onAcknowledge(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
protected abstract  void TrustListTypeNodeBase.onAddCertificate(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.ByteString certificate, Boolean isTrustedCertificate)
           
protected  void TrustListTypeNode.onAddCertificate(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.ByteString certificate, Boolean isTrustedCertificate)
           
protected abstract  void ConditionTypeNodeBase.onAddComment(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
protected  void ConditionTypeNode.onAddComment(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
protected abstract  void ServerConfigurationTypeNodeBase.onApplyChanges(ServiceContext serviceContext)
           
protected  void ServerConfigurationTypeNode.onApplyChanges(ServiceContext serviceContext)
           
protected abstract  void FileTypeNodeBase.onClose(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
protected  void FileTypeNode.onClose(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
protected abstract  Boolean TrustListTypeNodeBase.onCloseAndUpdate(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
protected  Boolean TrustListTypeNode.onCloseAndUpdate(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
protected abstract  void AcknowledgeableConditionTypeNodeBase.onConfirm(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
protected  void AcknowledgeableConditionTypeNode.onConfirm(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
protected abstract  org.opcfoundation.ua.builtintypes.NodeId FileDirectoryTypeNodeBase.onCreateDirectory(ServiceContext serviceContext, String directoryName)
           
protected  org.opcfoundation.ua.builtintypes.NodeId FileDirectoryTypeNode.onCreateDirectory(ServiceContext serviceContext, String directoryName)
           
protected abstract  FileDirectoryType.CreateFileMethodOutputs FileDirectoryTypeNodeBase.onCreateFile(ServiceContext serviceContext, String fileName, Boolean requestFileOpen)
           
protected  FileDirectoryType.CreateFileMethodOutputs FileDirectoryTypeNode.onCreateFile(ServiceContext serviceContext, String fileName, Boolean requestFileOpen)
           
protected abstract  org.opcfoundation.ua.builtintypes.ByteString ServerConfigurationTypeNodeBase.onCreateSigningRequest(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, String subjectName, Boolean regeneratePrivateKey, org.opcfoundation.ua.builtintypes.ByteString nonce)
           
protected  org.opcfoundation.ua.builtintypes.ByteString ServerConfigurationTypeNode.onCreateSigningRequest(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, String subjectName, Boolean regeneratePrivateKey, org.opcfoundation.ua.builtintypes.ByteString nonce)
           
protected abstract  void FileDirectoryTypeNodeBase.onDelete(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId objectToDelete)
           
protected  void FileDirectoryTypeNode.onDelete(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId objectToDelete)
           
protected abstract  void ConditionTypeNodeBase.onDisable(ServiceContext serviceContext)
           
protected  void ConditionTypeNode.onDisable(ServiceContext serviceContext)
           
protected abstract  void ConditionTypeNodeBase.onEnable(ServiceContext serviceContext)
           
protected  void ConditionTypeNode.onEnable(ServiceContext serviceContext)
           
 void ShelvedStateMachineTypeNodeBase.oneShotShelve()
           
 void ShelvedStateMachineTypeOneShotShelveMethod.oneShotShelve(ServiceContext serviceContext, ShelvedStateMachineTypeNode node)
           
protected abstract  void AddressSpaceFileTypeNodeBase.onExportNamespace(ServiceContext serviceContext)
           
protected  void AddressSpaceFileTypeNode.onExportNamespace(ServiceContext serviceContext)
           
protected abstract  ServerType.GetMonitoredItemsMethodOutputs ServerTypeNodeBase.onGetMonitoredItems(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId)
           
protected  ServerType.GetMonitoredItemsMethodOutputs ServerTypeNode.onGetMonitoredItems(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId)
           
protected abstract  org.opcfoundation.ua.builtintypes.UnsignedLong FileTypeNodeBase.onGetPosition(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
protected  org.opcfoundation.ua.builtintypes.UnsignedLong FileTypeNode.onGetPosition(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
protected abstract  org.opcfoundation.ua.builtintypes.ByteString[] ServerConfigurationTypeNodeBase.onGetRejectedList(ServiceContext serviceContext)
           
protected  org.opcfoundation.ua.builtintypes.ByteString[] ServerConfigurationTypeNode.onGetRejectedList(ServiceContext serviceContext)
           
protected abstract  void ProgramStateMachineTypeNodeBase.onHalt(ServiceContext serviceContext)
           
protected  void ProgramStateMachineTypeNode.onHalt(ServiceContext serviceContext)
           
protected abstract  org.opcfoundation.ua.builtintypes.NodeId FileDirectoryTypeNodeBase.onMoveOrCopy(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId objectToMoveOrCopy, org.opcfoundation.ua.builtintypes.NodeId targetDirectory, Boolean createCopy, String newName)
           
protected  org.opcfoundation.ua.builtintypes.NodeId FileDirectoryTypeNode.onMoveOrCopy(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId objectToMoveOrCopy, org.opcfoundation.ua.builtintypes.NodeId targetDirectory, Boolean createCopy, String newName)
           
protected abstract  void ShelvedStateMachineTypeNodeBase.onOneShotShelve(ServiceContext serviceContext)
           
protected  void ShelvedStateMachineTypeNode.onOneShotShelve(ServiceContext serviceContext)
           
protected abstract  org.opcfoundation.ua.builtintypes.UnsignedInteger FileTypeNodeBase.onOpen(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedByte mode)
           
protected  org.opcfoundation.ua.builtintypes.UnsignedInteger FileTypeNode.onOpen(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedByte mode)
           
protected abstract  org.opcfoundation.ua.builtintypes.UnsignedInteger TrustListTypeNodeBase.onOpenWithMasks(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger masks)
           
protected  org.opcfoundation.ua.builtintypes.UnsignedInteger TrustListTypeNode.onOpenWithMasks(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger masks)
           
protected abstract  org.opcfoundation.ua.builtintypes.ByteString FileTypeNodeBase.onRead(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, Integer length)
           
protected  org.opcfoundation.ua.builtintypes.ByteString FileTypeNode.onRead(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, Integer length)
           
protected abstract  void TrustListTypeNodeBase.onRemoveCertificate(ServiceContext serviceContext, String thumbprint, Boolean isTrustedCertificate)
           
protected  void TrustListTypeNode.onRemoveCertificate(ServiceContext serviceContext, String thumbprint, Boolean isTrustedCertificate)
           
protected abstract  void ServerTypeNodeBase.onRequestServerStateChange(ServiceContext serviceContext, org.opcfoundation.ua.core.ServerState state, org.opcfoundation.ua.builtintypes.DateTime estimatedReturnTime, org.opcfoundation.ua.builtintypes.UnsignedInteger secondsTillShutdown, org.opcfoundation.ua.builtintypes.LocalizedText reason, Boolean restart)
           
protected  void ServerTypeNode.onRequestServerStateChange(ServiceContext serviceContext, org.opcfoundation.ua.core.ServerState state, org.opcfoundation.ua.builtintypes.DateTime estimatedReturnTime, org.opcfoundation.ua.builtintypes.UnsignedInteger secondsTillShutdown, org.opcfoundation.ua.builtintypes.LocalizedText reason, Boolean restart)
           
protected abstract  void ServerTypeNodeBase.onResendData(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId)
           
protected  void ServerTypeNode.onResendData(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId)
           
protected abstract  void ProgramStateMachineTypeNodeBase.onReset(ServiceContext serviceContext)
           
protected  void ProgramStateMachineTypeNode.onReset(ServiceContext serviceContext)
           
protected abstract  void DialogConditionTypeNodeBase.onRespond(ServiceContext serviceContext, Integer selectedResponse)
           
protected  void DialogConditionTypeNode.onRespond(ServiceContext serviceContext, Integer selectedResponse)
           
protected abstract  void ProgramStateMachineTypeNodeBase.onResume(ServiceContext serviceContext)
           
protected  void ProgramStateMachineTypeNode.onResume(ServiceContext serviceContext)
           
protected abstract  void FileTypeNodeBase.onSetPosition(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, org.opcfoundation.ua.builtintypes.UnsignedLong position)
           
protected  void FileTypeNode.onSetPosition(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, org.opcfoundation.ua.builtintypes.UnsignedLong position)
           
protected abstract  org.opcfoundation.ua.builtintypes.UnsignedInteger ServerTypeNodeBase.onSetSubscriptionDurable(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId, org.opcfoundation.ua.builtintypes.UnsignedInteger lifetimeInHours)
           
protected  org.opcfoundation.ua.builtintypes.UnsignedInteger ServerTypeNode.onSetSubscriptionDurable(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId, org.opcfoundation.ua.builtintypes.UnsignedInteger lifetimeInHours)
           
protected abstract  void ProgramStateMachineTypeNodeBase.onStart(ServiceContext serviceContext)
           
protected  void ProgramStateMachineTypeNode.onStart(ServiceContext serviceContext)
           
protected abstract  void ProgramStateMachineTypeNodeBase.onSuspend(ServiceContext serviceContext)
           
protected  void ProgramStateMachineTypeNode.onSuspend(ServiceContext serviceContext)
           
protected abstract  void ShelvedStateMachineTypeNodeBase.onTimedShelve(ServiceContext serviceContext, Double shelvingTime)
           
protected  void ShelvedStateMachineTypeNode.onTimedShelve(ServiceContext serviceContext, Double shelvingTime)
           
protected abstract  void ShelvedStateMachineTypeNodeBase.onUnshelve(ServiceContext serviceContext)
           
protected  void ShelvedStateMachineTypeNode.onUnshelve(ServiceContext serviceContext)
           
protected abstract  Boolean ServerConfigurationTypeNodeBase.onUpdateCertificate(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, org.opcfoundation.ua.builtintypes.ByteString certificate, org.opcfoundation.ua.builtintypes.ByteString[] issuerCertificates, String privateKeyFormat, org.opcfoundation.ua.builtintypes.ByteString privateKey)
           
protected  Boolean ServerConfigurationTypeNode.onUpdateCertificate(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, org.opcfoundation.ua.builtintypes.ByteString certificate, org.opcfoundation.ua.builtintypes.ByteString[] issuerCertificates, String privateKeyFormat, org.opcfoundation.ua.builtintypes.ByteString privateKey)
           
protected abstract  void FileTypeNodeBase.onWrite(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, org.opcfoundation.ua.builtintypes.ByteString data)
           
protected  void FileTypeNode.onWrite(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, org.opcfoundation.ua.builtintypes.ByteString data)
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger FileTypeOpenMethod.open(ServiceContext serviceContext, FileTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedByte mode)
           
 Long FileTypeNode.open(Session session, Set<FileTypeOpenMode> mode)
          Opens the file for reading or writing.
 org.opcfoundation.ua.builtintypes.UnsignedInteger FileTypeNodeBase.open(org.opcfoundation.ua.builtintypes.UnsignedByte mode)
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger TrustListTypeOpenWithMasksMethod.openWithMasks(ServiceContext serviceContext, TrustListTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger masks)
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger TrustListTypeNodeBase.openWithMasks(org.opcfoundation.ua.builtintypes.UnsignedInteger masks)
           
 org.opcfoundation.ua.builtintypes.ByteString FileTypeReadMethod.read(ServiceContext serviceContext, FileTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, Integer length)
           
 byte[] FileTypeNode.read(Session session, Long fileHandle, int length)
          Read data from the physical file.
 org.opcfoundation.ua.builtintypes.ByteString FileTypeNodeBase.read(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, Integer length)
           
 void TrustListTypeRemoveCertificateMethod.removeCertificate(ServiceContext serviceContext, TrustListTypeNode node, String thumbprint, Boolean isTrustedCertificate)
           
 void TrustListTypeNodeBase.removeCertificate(String thumbprint, Boolean isTrustedCertificate)
           
 void ServerTypeNodeBase.requestServerStateChange(org.opcfoundation.ua.core.ServerState state, org.opcfoundation.ua.builtintypes.DateTime estimatedReturnTime, org.opcfoundation.ua.builtintypes.UnsignedInteger secondsTillShutdown, org.opcfoundation.ua.builtintypes.LocalizedText reason, Boolean restart)
           
 void ServerTypeRequestServerStateChangeMethod.requestServerStateChange(ServiceContext serviceContext, ServerTypeNode node, org.opcfoundation.ua.core.ServerState state, org.opcfoundation.ua.builtintypes.DateTime estimatedReturnTime, org.opcfoundation.ua.builtintypes.UnsignedInteger secondsTillShutdown, org.opcfoundation.ua.builtintypes.LocalizedText reason, Boolean restart)
           
 void ServerTypeResendDataMethod.resendData(ServiceContext serviceContext, ServerTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId)
           
 void ServerTypeNodeBase.resendData(org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId)
           
 void ProgramStateMachineTypeNodeBase.reset()
           
 void ProgramStateMachineTypeResetMethod.reset(ServiceContext serviceContext, ProgramStateMachineTypeNode node)
           
 void DialogConditionTypeNodeBase.respond(Integer selectedResponse)
           
 void DialogConditionTypeRespondMethod.respond(ServiceContext serviceContext, DialogConditionTypeNode node, Integer selectedResponse)
           
 void ProgramStateMachineTypeNodeBase.resume()
           
 void ProgramStateMachineTypeResumeMethod.resume(ServiceContext serviceContext, ProgramStateMachineTypeNode node)
           
 void FileTypeNode.setCurrentPosition(Session session, Long fileHandle, long position)
          Set the current position of the fileHandle.
 void FileTypeNode.setCurrentWritable(boolean writable)
          Define whether the file can be written to in general.
 void FileTypeSetPositionMethod.setPosition(ServiceContext serviceContext, FileTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, org.opcfoundation.ua.builtintypes.UnsignedLong position)
           
 void FileTypeNodeBase.setPosition(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, org.opcfoundation.ua.builtintypes.UnsignedLong position)
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger ServerTypeSetSubscriptionDurableMethod.setSubscriptionDurable(ServiceContext serviceContext, ServerTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId, org.opcfoundation.ua.builtintypes.UnsignedInteger lifetimeInHours)
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger ServerTypeNodeBase.setSubscriptionDurable(org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId, org.opcfoundation.ua.builtintypes.UnsignedInteger lifetimeInHours)
           
 void ProgramStateMachineTypeNodeBase.start()
           
 void ProgramStateMachineTypeStartMethod.start(ServiceContext serviceContext, ProgramStateMachineTypeNode node)
           
 void ProgramStateMachineTypeNodeBase.suspend()
           
 void ProgramStateMachineTypeSuspendMethod.suspend(ServiceContext serviceContext, ProgramStateMachineTypeNode node)
           
 void ShelvedStateMachineTypeNodeBase.timedShelve(Double shelvingTime)
           
 void ShelvedStateMachineTypeTimedShelveMethod.timedShelve(ServiceContext serviceContext, ShelvedStateMachineTypeNode node, Double shelvingTime)
           
 void ShelvedStateMachineTypeNodeBase.unshelve()
           
 void ShelvedStateMachineTypeUnshelveMethod.unshelve(ServiceContext serviceContext, ShelvedStateMachineTypeNode node)
           
 Boolean ServerConfigurationTypeNodeBase.updateCertificate(org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, org.opcfoundation.ua.builtintypes.ByteString certificate, org.opcfoundation.ua.builtintypes.ByteString[] issuerCertificates, String privateKeyFormat, org.opcfoundation.ua.builtintypes.ByteString privateKey)
           
 Boolean ServerConfigurationTypeUpdateCertificateMethod.updateCertificate(ServiceContext serviceContext, ServerConfigurationTypeNode node, org.opcfoundation.ua.builtintypes.NodeId certificateGroupId, org.opcfoundation.ua.builtintypes.NodeId certificateTypeId, org.opcfoundation.ua.builtintypes.ByteString certificate, org.opcfoundation.ua.builtintypes.ByteString[] issuerCertificates, String privateKeyFormat, org.opcfoundation.ua.builtintypes.ByteString privateKey)
           
protected  void FileTypeNode.updateOpenCount()
           
 void FileTypeWriteMethod.write(ServiceContext serviceContext, FileTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, org.opcfoundation.ua.builtintypes.ByteString data)
           
 void FileTypeNode.write(Session session, Long fileHandle, byte[] data)
           
 void FileTypeNodeBase.write(org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, org.opcfoundation.ua.builtintypes.ByteString data)
           
 

Uses of StatusException in com.prosysopc.ua.types.plc
 

Methods in com.prosysopc.ua.types.plc that throw StatusException
 void CtrlProgramOrganizationUnitType.setBody(org.opcfoundation.ua.builtintypes.XmlElement value)
           
 void CtrlFunctionBlockType.setFunctionBlock(Object value)
           
 void CtrlTaskType.setInterval(String value)
           
 void CtrlTaskType.setPriority(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void CtrlProgramType.setProgram(org.opcfoundation.ua.builtintypes.Structure value)
           
 void CtrlTaskType.setSingle(String value)
           
 

Uses of StatusException in com.prosysopc.ua.types.plc.client
 

Methods in com.prosysopc.ua.types.plc.client that throw StatusException
 void CtrlProgramOrganizationUnitTypeImplBase.setBody(org.opcfoundation.ua.builtintypes.XmlElement value)
           
 void CtrlFunctionBlockTypeImplBase.setFunctionBlock(Object value)
           
 void CtrlTaskTypeImplBase.setInterval(String value)
           
 void CtrlTaskTypeImplBase.setPriority(org.opcfoundation.ua.builtintypes.UnsignedInteger value)
           
 void CtrlProgramTypeImplBase.setProgram(org.opcfoundation.ua.builtintypes.Structure value)
           
 void CtrlTaskTypeImplBase.setSingle(String value)
           
 

Uses of StatusException in com.prosysopc.ua.types.plc.server
 

Methods in com.prosysopc.ua.types.plc.server that throw StatusException
 org.opcfoundation.ua.builtintypes.Variant[] SFCTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] CtrlTaskTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] CtrlResourceTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] CtrlProgramTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] CtrlProgramOrganizationUnitTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] CtrlFunctionBlockTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 org.opcfoundation.ua.builtintypes.Variant[] CtrlConfigurationTypeNodeBase.callMethod(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId methodId, org.opcfoundation.ua.builtintypes.Variant[] inputArguments, org.opcfoundation.ua.builtintypes.StatusCode[] inputArgumentResults, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] inputArgumentDiagnosticInfos)
           
 



Copyright © 2018. All rights reserved.