Uses of Class
com.prosysopc.ua.server.ServiceContext

Packages that use ServiceContext
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.server   
com.prosysopc.ua.types.di.server   
com.prosysopc.ua.types.gds.server   
com.prosysopc.ua.types.opcua.server   
com.prosysopc.ua.types.plc.server   
 

Uses of ServiceContext in com.prosysopc.ua.server
 

Fields in com.prosysopc.ua.server declared as ServiceContext
static ServiceContext ServiceContext.INTERNAL_OPERATION_CONTEXT
           
protected  ServiceContext AbstractContinuationPoint.serviceContext
           
 

Methods in com.prosysopc.ua.server that return ServiceContext
protected  ServiceContext SessionServiceHandler.createServiceContext(org.opcfoundation.ua.core.RequestHeader requestHeader)
           
protected  ServiceContext ServiceHandler.createServiceContext(org.opcfoundation.ua.core.RequestHeader requestHeader)
          Create the serviceContext object used to identify the session and other parameters of a service call.
 ServiceContext MonitoredItem.getServiceContext()
          The service context that was used to create or modify the item.
 ServiceContext AbstractContinuationPoint.getServiceContext()
           
protected  ServiceContext ServiceHandler.validateRequest(org.opcfoundation.ua.builtintypes.ServiceRequest request, org.opcfoundation.ua.transport.ServerSecureChannel serverSecureChannel)
           
 

Methods in com.prosysopc.ua.server with parameters of type ServiceContext
protected  boolean EventManagerUaNode.acknowledge(ServiceContext serviceContext, AcknowledgeableConditionTypeNode condition, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
protected  void SubscriptionManager.acknowledge(ServiceContext serviceContext, org.opcfoundation.ua.core.PublishRequest request, org.opcfoundation.ua.core.PublishResponse response)
           
protected  void SubscriptionManager.acknowledgeSubscriptions(ServiceContext serviceContext, org.opcfoundation.ua.core.SubscriptionAcknowledgement[] acks, org.opcfoundation.ua.builtintypes.StatusCode[] results, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] diagnostics)
           
protected  boolean EventManagerUaNode.addComment(ServiceContext serviceContext, ConditionTypeNode condition, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
 MonitoredDataItem Subscription.addDataItem(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.builtintypes.QualifiedName dataEncoding, org.opcfoundation.ua.core.MonitoringMode monitoringMode)
          Add a new monitoring item to the subscription.
 MonitoredDataItem Subscription.addDataItem(ServiceContext serviceContext, UaNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.builtintypes.QualifiedName dataEncoding, org.opcfoundation.ua.core.MonitoringMode monitoringMode)
          Add a new monitoring item to the subscription.
 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.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.
protected  void NodeManagementServiceHandler.addNodes(ServiceContext serviceContext, org.opcfoundation.ua.core.AddNodesRequest request, org.opcfoundation.ua.core.AddNodesResponse response)
           
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.
protected  void NodeManagementServiceHandler.addReferences(ServiceContext serviceContext, org.opcfoundation.ua.core.AddReferencesRequest request, org.opcfoundation.ua.core.AddReferencesResponse response)
           
protected  SubscriptionBase SubscriptionManager.addSubscription(ServiceContext serviceContext, org.opcfoundation.ua.core.CreateSubscriptionRequest request)
          Add a new subscription.
protected  void NodeManagerTable.afterCreateMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item)
           
protected  void NodeManager.afterCreateMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item)
           
protected  void NodeManagerTable.afterCreateMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem item)
           
protected  void NodeManager.afterCreateMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem item)
           
protected  void EventManager.afterCreateMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem item)
           
protected  void EventManager.afterDeleteMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem item)
           
protected  void NodeManagerTable.afterDeleteMonitoredItem(ServiceContext serviceContext, Subscription subscription, MonitoredItem item)
           
protected  void NodeManager.afterDeleteMonitoredItem(ServiceContext serviceContext, Subscription subscription, MonitoredItem item)
           
protected  void NodeManagerTable.afterModifyMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item)
           
protected  void NodeManager.afterModifyMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item)
           
protected  void NodeManagerTable.afterModifyMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem item)
           
protected  void NodeManager.afterModifyMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem item)
           
protected  void EventManager.afterModifyMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem item)
           
protected  Object HistoryManager.beginHistoryRead(ServiceContext serviceContext, org.opcfoundation.ua.core.HistoryReadDetails details, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.core.HistoryReadValueId[] nodesToRead, HistoryContinuationPoint[] continuationPoints, HistoryResult[] results)
          Called to notify that a HistoryRead is beginning.
protected  Object HistoryManager.beginHistoryUpdate(ServiceContext serviceContext, org.opcfoundation.ua.core.HistoryUpdateDetails[] details, org.opcfoundation.ua.core.HistoryUpdateResult[] results, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] diagnosticInfos)
          Called to notify that a HistoryUpdate is beginning.
protected  Object IoManager.beginRead(ServiceContext serviceContext, org.opcfoundation.ua.core.ReadValueId[] nodesToRead, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.DateTime minTimestamp, org.opcfoundation.ua.builtintypes.DataValue[] results, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] diagnosticInfos)
          Called to notify that a Read is beginning.
protected  Object IoManager.beginWrite(ServiceContext serviceContext, org.opcfoundation.ua.core.WriteValue[] nodesToWrite, org.opcfoundation.ua.builtintypes.StatusCode[] results, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] diagnosticInfos)
          Called to notify that a Write is beginning.
protected  void NodeManagementServiceHandler.browse(ServiceContext serviceContext, org.opcfoundation.ua.core.BrowseRequest request, org.opcfoundation.ua.core.BrowseResponse response)
           
protected  void NodeManagementServiceHandler.browseNext(ServiceContext serviceContext, org.opcfoundation.ua.core.BrowseNextRequest request, org.opcfoundation.ua.core.BrowseNextResponse response)
           
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  void NodeManagementServiceHandler.call(ServiceContext serviceContext, org.opcfoundation.ua.core.CallRequest request, org.opcfoundation.ua.core.CallResponse response)
           
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 SubscriptionManager.checkSession(ServiceContext serviceContext, Subscription subscription)
           
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)
           
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  void SubscriptionServiceHandler.createMonitoredItems(ServiceContext serviceContext, org.opcfoundation.ua.core.CreateMonitoredItemsRequest request, org.opcfoundation.ua.core.CreateMonitoredItemsResponse response, List<org.opcfoundation.ua.core.ReadValueId> itemsToRead, List<MonitoredDataItem> items)
           
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 SubscriptionServiceHandler.createSubscription(ServiceContext serviceContext, org.opcfoundation.ua.core.CreateSubscriptionRequest request, org.opcfoundation.ua.core.CreateSubscriptionResponse response)
           
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 EventManager.deleteMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem monitoredItem)
           
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)
           
protected  void SubscriptionServiceHandler.deleteMonitoredItems(ServiceContext serviceContext, org.opcfoundation.ua.core.DeleteMonitoredItemsRequest request, org.opcfoundation.ua.core.DeleteMonitoredItemsResponse response)
           
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)
           
protected  void NodeManagementServiceHandler.deleteNodes(ServiceContext serviceContext, org.opcfoundation.ua.core.DeleteNodesRequest request, org.opcfoundation.ua.core.DeleteNodesResponse response)
           
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.
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)
           
protected  void NodeManagementServiceHandler.deleteReferences(ServiceContext serviceContext, org.opcfoundation.ua.core.DeleteReferencesRequest request, org.opcfoundation.ua.core.DeleteReferencesResponse response)
           
protected  void SubscriptionServiceHandler.deleteSubscriptions(ServiceContext serviceContext, org.opcfoundation.ua.core.DeleteSubscriptionsRequest request, org.opcfoundation.ua.core.DeleteSubscriptionsResponse response)
           
protected  boolean EventManagerUaNode.disable(ServiceContext serviceContext, ConditionTypeNode condition)
           
protected  boolean EventManagerUaNode.enable(ServiceContext serviceContext, ConditionTypeNode condition)
           
protected  void HistoryManager.endHistoryRead(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.HistoryReadDetails details, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.core.HistoryReadValueId[] nodesToRead, HistoryContinuationPoint[] continuationPoints, HistoryResult[] results)
          Called to notify the end of a HistoryRead.
protected  void HistoryManager.endHistoryUpdate(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.HistoryUpdateDetails[] details, org.opcfoundation.ua.core.HistoryUpdateResult[] results, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] diagnosticInfos)
          Called to notify the end of a HistoryRead.
protected  void IoManager.endRead(ServiceContext serviceContext, Object object, org.opcfoundation.ua.core.ReadValueId[] nodesToRead, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.builtintypes.DateTime minTimestamp, org.opcfoundation.ua.builtintypes.DataValue[] results, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] diagnosticInfos)
          Called to notify the end of a Read.
protected  void IoManager.endWrite(ServiceContext serviceContext, Object object, org.opcfoundation.ua.core.WriteValue[] nodesToWrite, org.opcfoundation.ua.builtintypes.StatusCode[] results, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] diagnosticInfos)
          Called to notify the end of a Write.
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  void NodeManager.fireAfterCreateMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item)
           
protected  void NodeManager.fireAfterDeleteMonitoredItem(ServiceContext serviceContext, Subscription subscription, MonitoredItem item)
           
protected  void NodeManager.fireAfterModifyMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item)
           
protected  boolean NodeManager.fireBrowseNode(ServiceContext serviceContext, org.opcfoundation.ua.core.ViewDescription view, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, UaReference reference)
           
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.fireDeleteMonitoredItem(ServiceContext serviceContext, Subscription subscription, MonitoredItem item)
           
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  void ServiceHandler.fireRequestResponse(org.opcfoundation.ua.builtintypes.ServiceRequest request, org.opcfoundation.ua.builtintypes.ServiceResponse response, ServiceContext serviceContext)
          This method should be called every time a response has been handled.
protected  EnumSet<org.opcfoundation.ua.core.AccessLevel> IoManager.getAccessLevel(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaVariable variable)
           
protected  EnumSet<org.opcfoundation.ua.core.AccessLevel> UaServer.NodeManagerUaServer.getAccessLevelForSecurityDiagnostics(ServiceContext serviceContext)
           
protected  boolean IoManager.getExecutable(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaMethod node)
           
protected  Subscription SubscriptionManager.getNextSubscriptionToPublish(ServiceContext serviceContext, long timeoutHint)
          Find the next subscription from the publish queue
protected  EnumSet<org.opcfoundation.ua.core.AccessLevel> IoManager.getUserAccessLevel(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaVariable node)
           
protected  boolean IoManager.getUserExecutable(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaMethod node)
           
protected  EnumSet<WriteAccess> IoManager.getUserWriteMask(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
protected  EnumSet<WriteAccess> IoManager.getWriteMask(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
protected  void AttributeServiceHandler.historyRead(ServiceContext serviceContext, org.opcfoundation.ua.core.HistoryReadRequest request, org.opcfoundation.ua.core.HistoryReadResponse response)
          Handle the onHistoryRead service call.
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 AttributeServiceHandler.historyUpdate(ServiceContext serviceContext, org.opcfoundation.ua.core.HistoryUpdateRequest request, org.opcfoundation.ua.core.HistoryUpdateResponse response)
          Handle the onHistoryUpdate service call.
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.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 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)
           
protected  void SubscriptionServiceHandler.modifyMonitoredItems(ServiceContext serviceContext, org.opcfoundation.ua.core.ModifyMonitoredItemsRequest request, org.opcfoundation.ua.core.ModifyMonitoredItemsResponse response)
           
protected  SubscriptionBase SubscriptionManager.modifySubscription(ServiceContext serviceContext, org.opcfoundation.ua.core.ModifySubscriptionRequest request)
           
protected  void SubscriptionServiceHandler.modifySubscription(ServiceContext serviceContext, org.opcfoundation.ua.core.ModifySubscriptionRequest request, org.opcfoundation.ua.core.ModifySubscriptionResponse response)
           
 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 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 SubscriptionManagerListener.onAddSubscription(ServiceContext serviceContext, Subscription subscription)
          Notification of a new subscription.
 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)
           
 void NodeManagerListener.onAfterCreateMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item)
          Notification after a new MonitoredDataItem was added to a subscription.
 void NodeManagerAdapter.onAfterCreateMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item)
           
 void EventManagerListener.onAfterCreateMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem item)
          Notification after a MonitoredEventItem was created.
 void SubscriptionManagerListener.onAfterCreateMonitoredItem(ServiceContext serviceContext, Subscription subscription, MonitoredItem item)
          Notification of monitored item creation
 void NodeManagerListener.onAfterDeleteMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item)
          Notification after a MonitoredDataItem was deleted.
 void NodeManagerAdapter.onAfterDeleteMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item)
           
 void EventManagerListener.onAfterDeleteMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem item)
          Notification after a MonitoredEventItem was deleted from the subscription.
 void SubscriptionManagerListener.onAfterDeleteMonitoredItem(ServiceContext serviceContext, Subscription subscription, MonitoredItem item)
          Notification that a monitored item was deleted.
 void NodeManagerListener.onAfterModifyMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item)
          Notification after a MonitoredDataItem was modified.
 void NodeManagerAdapter.onAfterModifyMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item)
           
 void EventManagerListener.onAfterModifyMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem item)
          Notification after a MonitoredEventItem was modified.
 void SubscriptionManagerListener.onAfterModifyMonitoredItem(ServiceContext serviceContext, Subscription subscription, MonitoredItem item)
          Notification after a MonitoredItem was modified.
 boolean UaServerListener.onAllowReadSecurityDiagnostics(ServiceContext serviceContext)
          Define the user access level for reading the session security diagnostics from the server.
 Object HistoryManagerListener.onBeginHistoryRead(ServiceContext serviceContext, org.opcfoundation.ua.core.HistoryReadDetails details, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.core.HistoryReadValueId[] nodesToRead, HistoryContinuationPoint[] continuationPoints, HistoryResult[] results)
          Called to notify that a HistoryRead is beginning.
 Object HistoryManagerAdapter.onBeginHistoryRead(ServiceContext serviceContext, org.opcfoundation.ua.core.HistoryReadDetails details, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.core.HistoryReadValueId[] nodesToRead, HistoryContinuationPoint[] continuationPoints, HistoryResult[] results)
           
 Object HistoryManagerListener.onBeginHistoryUpdate(ServiceContext serviceContext, org.opcfoundation.ua.core.HistoryUpdateDetails[] details, org.opcfoundation.ua.core.HistoryUpdateResult[] results, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] diagnosticInfos)
          Called to notify that a HistoryUpdate is beginning.
 Object HistoryManagerAdapter.onBeginHistoryUpdate(ServiceContext serviceContext, org.opcfoundation.ua.core.HistoryUpdateDetails[] details, org.opcfoundation.ua.core.HistoryUpdateResult[] results, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] diagnosticInfos)
           
 boolean NodeManagerListener.onBrowseNode(ServiceContext serviceContext, org.opcfoundation.ua.core.ViewDescription view, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, UaReference reference)
          Handle a browse request.
 boolean NodeManagerAdapter.onBrowseNode(ServiceContext serviceContext, org.opcfoundation.ua.core.ViewDescription view, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, UaReference reference)
           
 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 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 NodeManagerListener.onDeleteMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item)
          Notification of a data item being removed from a client subscription.
 void NodeManagerAdapter.onDeleteMonitoredDataItem(ServiceContext serviceContext, Subscription subscription, MonitoredDataItem item)
           
 void EventManagerListener.onDeleteMonitoredEventItem(ServiceContext serviceContext, Subscription subscription, MonitoredEventItem monitoredItem)
          Notification of an event item being removed from a client subscription.
 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.
 void HistoryManagerListener.onEndHistoryRead(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.HistoryReadDetails details, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.core.HistoryReadValueId[] nodesToRead, HistoryContinuationPoint[] continuationPoints, HistoryResult[] results)
          Called to notify the end of a HistoryRead.
 void HistoryManagerAdapter.onEndHistoryRead(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.HistoryReadDetails details, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, org.opcfoundation.ua.core.HistoryReadValueId[] nodesToRead, HistoryContinuationPoint[] continuationPoints, HistoryResult[] results)
           
 void HistoryManagerListener.onEndHistoryUpdate(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.HistoryUpdateDetails[] details, org.opcfoundation.ua.core.HistoryUpdateResult[] results, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] diagnosticInfos)
          Called to notify the end of a HistoryRead.
 void HistoryManagerAdapter.onEndHistoryUpdate(ServiceContext serviceContext, Object operationContext, org.opcfoundation.ua.core.HistoryUpdateDetails[] details, org.opcfoundation.ua.core.HistoryUpdateResult[] results, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] diagnosticInfos)
           
protected  boolean EventManagerUaNode.oneshotshelve(ServiceContext serviceContext, AlarmConditionTypeNode condition, ShelvedStateMachineTypeNode stateMachine)
           
 void NodeManagerListener.onGetReferences(ServiceContext serviceContext, org.opcfoundation.ua.core.ViewDescription viewDescription, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, List<UaReference> references)
          Provide the references for a node in the browse request.
 void NodeManagerAdapter.onGetReferences(ServiceContext serviceContext, org.opcfoundation.ua.core.ViewDescription viewDescription, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node, List<UaReference> references)
           
 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.
 void SubscriptionManagerListener.onModifySubscription(ServiceContext serviceContext, Subscription subscription)
          Notification of a Subscription modification.
 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)
           
 void SubscriptionManagerListener.onRemoveSubscription(ServiceContext serviceContext, Subscription subscription)
          Notification of Subscription removal.
 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)
           
protected  void SubscriptionManager.publish(ServiceContext serviceContext, org.opcfoundation.ua.core.PublishRequest request, org.opcfoundation.ua.core.PublishResponse response)
           
 void NodeManagerTableListener.queryFirst(ServiceContext serviceContext, org.opcfoundation.ua.core.QueryFirstRequest request, org.opcfoundation.ua.core.QueryFirstResponse response)
           
protected  void NodeManagerTable.queryFirst(ServiceContext serviceContext, org.opcfoundation.ua.core.QueryFirstRequest request, org.opcfoundation.ua.core.QueryFirstResponse response)
           
protected  void NodeManager.queryFirst(ServiceContext serviceContext, org.opcfoundation.ua.core.QueryFirstRequest request, org.opcfoundation.ua.core.QueryFirstResponse response)
           
protected  void NodeManagementServiceHandler.queryFirst(ServiceContext serviceContext, org.opcfoundation.ua.core.QueryFirstRequest request, org.opcfoundation.ua.core.QueryFirstResponse response)
           
 void NodeManagerTableListener.queryNext(ServiceContext serviceContext, org.opcfoundation.ua.core.QueryNextRequest request, org.opcfoundation.ua.core.QueryNextResponse response)
           
protected  void NodeManagerTable.queryNext(ServiceContext serviceContext, org.opcfoundation.ua.core.QueryNextRequest request, org.opcfoundation.ua.core.QueryNextResponse response)
           
protected  void NodeManager.queryNext(ServiceContext serviceContext, org.opcfoundation.ua.core.QueryNextRequest request, org.opcfoundation.ua.core.QueryNextResponse response)
           
protected  void NodeManagementServiceHandler.queryNext(ServiceContext serviceContext, org.opcfoundation.ua.core.QueryNextRequest request, org.opcfoundation.ua.core.QueryNextResponse response)
           
protected  void AttributeServiceHandler.read(ServiceContext serviceContext, org.opcfoundation.ua.core.ReadRequest request, org.opcfoundation.ua.core.ReadResponse response)
          Handle the onRead service call.
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.
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 NodeManagementServiceHandler.registerNodes(ServiceContext serviceContext, org.opcfoundation.ua.core.RegisterNodesRequest request, org.opcfoundation.ua.core.RegisterNodesResponse response)
           
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)
           
protected  void SubscriptionManager.removeSubscription(ServiceContext serviceContext, Subscription subscription, boolean removeFromQueue)
           
protected  void SubscriptionManager.republish(ServiceContext serviceContext, org.opcfoundation.ua.core.RepublishRequest request, org.opcfoundation.ua.core.RepublishResponse response)
           
 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 SubscriptionServiceHandler.setMonitoringMode(ServiceContext serviceContext, org.opcfoundation.ua.core.SetMonitoringModeRequest request, org.opcfoundation.ua.core.SetMonitoringModeResponse response)
           
protected  void SubscriptionManager.setMonitoringMode(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.UnsignedInteger monitoredItemId, org.opcfoundation.ua.core.MonitoringMode mode)
           
protected  void SubscriptionServiceHandler.setPublishingMode(ServiceContext serviceContext, org.opcfoundation.ua.core.SetPublishingModeRequest request, org.opcfoundation.ua.core.SetPublishingModeResponse response)
           
protected  void SubscriptionManager.setPublishingMode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId, Boolean publishingEnabled)
           
protected  void MonitoredItem.setServiceContext(ServiceContext serviceContext)
           
protected  void SubscriptionManager.setTriggering(ServiceContext serviceContext, org.opcfoundation.ua.core.SetTriggeringRequest request, org.opcfoundation.ua.core.SetTriggeringResponse response)
           
protected  boolean EventManagerUaNode.timedshelve(ServiceContext serviceContext, AlarmConditionTypeNode condition, ShelvedStateMachineTypeNode stateMachine, double shelvingTime)
           
protected static org.opcfoundation.ua.builtintypes.ExtensionObject ServiceHandler.toExtensionObject(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.Structure data, org.opcfoundation.ua.builtintypes.QualifiedName dataEncoding, org.opcfoundation.ua.encoding.EncoderContext encoderContext)
           
protected  Subscription SubscriptionManager.transferSubscription(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId)
           
protected  void SubscriptionServiceHandler.transferSubscriptions(ServiceContext serviceContext, org.opcfoundation.ua.core.TransferSubscriptionsRequest request, org.opcfoundation.ua.core.TransferSubscriptionsResponse response)
           
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)
           
protected  void NodeManagementServiceHandler.translateBrowsePathsToNodeIds(ServiceContext serviceContext, org.opcfoundation.ua.core.TranslateBrowsePathsToNodeIdsRequest request, org.opcfoundation.ua.core.TranslateBrowsePathsToNodeIdsResponse response)
           
protected  void NodeManagerTable.unregisterNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
protected  void NodeManager.unregisterNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
protected  void NodeManagementServiceHandler.unregisterNode(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId)
           
protected  void NodeManagementServiceHandler.unregisterNodes(ServiceContext serviceContext, org.opcfoundation.ua.core.UnregisterNodesRequest request, org.opcfoundation.ua.core.UnregisterNodesResponse response)
           
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 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.validateResponse(org.opcfoundation.ua.builtintypes.ServiceRequest request, org.opcfoundation.ua.builtintypes.ServiceResponse response, ServiceContext serviceContext)
          Validates the service response by setting the timestamp to current.
protected  org.opcfoundation.ua.builtintypes.DiagnosticInfo[] ServiceHandler.validateResponse(org.opcfoundation.ua.builtintypes.ServiceRequest request, org.opcfoundation.ua.builtintypes.ServiceResponse response, ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.DiagnosticInfo[] operationalDiagnosticInfos)
           
protected  void AttributeServiceHandler.write(ServiceContext serviceContext, org.opcfoundation.ua.core.WriteRequest request, org.opcfoundation.ua.core.WriteResponse response)
          Handle the onWrite service call.
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 with parameters of type ServiceContext
AbstractContinuationPoint(ServiceContext serviceContext)
           
BrowseContinuationPoint(ServiceContext serviceContext)
           
HistoryContinuationPoint(ServiceContext serviceContext, Object userContinuationPoint, org.opcfoundation.ua.core.HistoryReadDetails details, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn)
           
MonitoredDataItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.UnsignedInteger nextMonitoredItemId, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.MonitoringMode monitoringMode)
           
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)
           
MonitoredItem(ServiceContext serviceContext, Subscription subscription, org.opcfoundation.ua.builtintypes.UnsignedInteger monitoredItemId, org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.UnsignedInteger attributeId, org.opcfoundation.ua.core.MonitoringMode monitoringMode)
           
 

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

Methods in com.prosysopc.ua.server.io with parameters of type ServiceContext
 EnumSet<org.opcfoundation.ua.core.AccessLevel> UaVariableIoListenerImpl.onGetUserAccessLevel(ServiceContext serviceContext)
          Called from NodeIoManagerListener.onGetUserAccessLevel(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaVariable) .
 EnumSet<org.opcfoundation.ua.core.AccessLevel> UaVariableIoListener.onGetUserAccessLevel(ServiceContext serviceContext)
          Called from NodeIoManagerListener.onGetUserAccessLevel(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaVariable).
 EnumSet<org.opcfoundation.ua.core.AccessLevel> TypeIoManagerListener.onGetUserAccessLevel(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaVariable node)
           
 EnumSet<org.opcfoundation.ua.core.AccessLevel> NodeIoManagerListener.onGetUserAccessLevel(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaVariable node)
           
 EnumSet<org.opcfoundation.ua.core.AccessLevel> IoManagerListenerChainImpl.onGetUserAccessLevel(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaVariable node)
           
 EnumSet<org.opcfoundation.ua.core.AccessLevel> IoManagerListener.onGetUserAccessLevel(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaVariable node)
          Notification of a read request for user access level attribute of a node.
 EnumSet<org.opcfoundation.ua.core.AccessLevel> IoManagerAdapter.onGetUserAccessLevel(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaVariable node)
           
 EnumSet<org.opcfoundation.ua.core.AccessLevel> UaTypeIoListenerImpl.onGetUserAccessLevel(ServiceContext serviceContext, UaInstance instance, UaVariable node)
           
 EnumSet<org.opcfoundation.ua.core.AccessLevel> UaTypeIoListener.onGetUserAccessLevel(ServiceContext serviceContext, UaInstance instance, UaVariable node)
          Called from TypeIoManagerListener.onGetUserAccessLevel(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaVariable).
 Boolean TypeIoManagerListener.onGetUserExecutable(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaMethod node)
           
 Boolean NodeIoManagerListener.onGetUserExecutable(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaMethod node)
           
 Boolean IoManagerListenerChainImpl.onGetUserExecutable(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaMethod node)
           
 Boolean IoManagerListener.onGetUserExecutable(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaMethod node)
          Notification of a read request for user executable attribute of a node.
 Boolean IoManagerAdapter.onGetUserExecutable(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaMethod node)
           
 Boolean UaTypeIoListenerImpl.onGetUserExecutable(ServiceContext serviceContext, UaInstance instance, UaMethod node)
           
 Boolean UaTypeIoListener.onGetUserExecutable(ServiceContext serviceContext, UaInstance instance, UaMethod node)
          Called from TypeIoManagerListener.onGetUserExecutable(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaMethod).
 EnumSet<WriteAccess> UaNodeIoListenerImpl.onGetUserWriteMask(ServiceContext serviceContext)
          Called from NodeIoManagerListener.onGetUserWriteMask(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaNode) .
 EnumSet<WriteAccess> UaNodeIoListener.onGetUserWriteMask(ServiceContext serviceContext)
          Called from NodeIoManagerListener.onGetUserWriteMask(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaNode).
 EnumSet<WriteAccess> TypeIoManagerListener.onGetUserWriteMask(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
 EnumSet<WriteAccess> NodeIoManagerListener.onGetUserWriteMask(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
 EnumSet<WriteAccess> IoManagerListenerChainImpl.onGetUserWriteMask(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
 EnumSet<WriteAccess> IoManagerListener.onGetUserWriteMask(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
          Notification of a read request for user write mask attribute of a node.
 EnumSet<WriteAccess> IoManagerAdapter.onGetUserWriteMask(ServiceContext serviceContext, org.opcfoundation.ua.builtintypes.NodeId nodeId, UaNode node)
           
 EnumSet<WriteAccess> UaTypeIoListenerImpl.onGetUserWriteMask(ServiceContext serviceContext, UaInstance instance, UaNode node)
           
 EnumSet<WriteAccess> UaTypeIoListener.onGetUserWriteMask(ServiceContext serviceContext, UaInstance instance, UaNode node)
          Called from TypeIoManagerListener.onGetUserWriteMask(com.prosysopc.ua.server.ServiceContext, org.opcfoundation.ua.builtintypes.NodeId, com.prosysopc.ua.nodes.UaNode).
 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 ServiceContext in com.prosysopc.ua.server.nodes
 

Methods in com.prosysopc.ua.server.nodes with parameters of type ServiceContext
 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)
           
 

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

Methods in com.prosysopc.ua.types.adi.server with parameters of type ServiceContext
 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 ServiceContext in com.prosysopc.ua.types.di.server
 

Methods in com.prosysopc.ua.types.di.server with parameters of type ServiceContext
 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 LockingServicesTypeExitLockMethod.exitLock(ServiceContext serviceContext, LockingServicesTypeNode node)
           
 FetchResultDataType TransferServicesTypeFetchTransferResultDataMethod.fetchTransferResultData(ServiceContext serviceContext, TransferServicesTypeNode node, Integer transferID, Integer sequenceNumber, Integer maxParameterResultsToReturn, Boolean omitGoodResults)
           
 Integer LockingServicesTypeInitLockMethod.initLock(ServiceContext serviceContext, LockingServicesTypeNode node, 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 LockingServicesTypeRenewLockMethod.renewLock(ServiceContext serviceContext, LockingServicesTypeNode node)
           
 TransferServicesType.TransferFromDeviceMethodOutputs TransferServicesTypeTransferFromDeviceMethod.transferFromDevice(ServiceContext serviceContext, TransferServicesTypeNode node)
           
 TransferServicesType.TransferToDeviceMethodOutputs TransferServicesTypeTransferToDeviceMethod.transferToDevice(ServiceContext serviceContext, TransferServicesTypeNode node)
           
 

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

Methods in com.prosysopc.ua.types.gds.server with parameters of type ServiceContext
 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)
           
 CertificateDirectoryType.FinishRequestMethodOutputs CertificateDirectoryTypeFinishRequestMethod.finishRequest(ServiceContext serviceContext, CertificateDirectoryTypeNode node, org.opcfoundation.ua.builtintypes.NodeId applicationId, org.opcfoundation.ua.builtintypes.NodeId requestId)
           
 ApplicationRecordDataType DirectoryTypeGetApplicationMethod.getApplication(ServiceContext serviceContext, DirectoryTypeNode node, org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 org.opcfoundation.ua.builtintypes.NodeId[] CertificateDirectoryTypeGetCertificateGroupsMethod.getCertificateGroups(ServiceContext serviceContext, CertificateDirectoryTypeNode node, org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 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 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)
           
 org.opcfoundation.ua.builtintypes.NodeId DirectoryTypeRegisterApplicationMethod.registerApplication(ServiceContext serviceContext, DirectoryTypeNode node, ApplicationRecordDataType application)
           
 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 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 DirectoryTypeUnregisterApplicationMethod.unregisterApplication(ServiceContext serviceContext, DirectoryTypeNode node, org.opcfoundation.ua.builtintypes.NodeId applicationId)
           
 void DirectoryTypeUpdateApplicationMethod.updateApplication(ServiceContext serviceContext, DirectoryTypeNode node, ApplicationRecordDataType application)
           
 

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

Methods in com.prosysopc.ua.types.opcua.server with parameters of type ServiceContext
 void AcknowledgeableConditionTypeAcknowledgeMethod.acknowledge(ServiceContext serviceContext, AcknowledgeableConditionTypeNode node, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
 void TrustListTypeAddCertificateMethod.addCertificate(ServiceContext serviceContext, TrustListTypeNode node, org.opcfoundation.ua.builtintypes.ByteString certificate, Boolean isTrustedCertificate)
           
 void ConditionTypeAddCommentMethod.addComment(ServiceContext serviceContext, ConditionTypeNode node, org.opcfoundation.ua.builtintypes.ByteString eventId, org.opcfoundation.ua.builtintypes.LocalizedText comment)
           
 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)
           
 void FileTypeCloseMethod.close(ServiceContext serviceContext, FileTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
 Boolean TrustListTypeCloseAndUpdateMethod.closeAndUpdate(ServiceContext serviceContext, TrustListTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle)
           
 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)
           
 FileDirectoryType.CreateFileMethodOutputs FileDirectoryTypeCreateFileMethod.createFile(ServiceContext serviceContext, FileDirectoryTypeNode node, String fileName, Boolean requestFileOpen)
           
 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 FileDirectoryTypeDeleteMethod.delete(ServiceContext serviceContext, FileDirectoryTypeNode node, org.opcfoundation.ua.builtintypes.NodeId objectToDelete)
           
 void ConditionTypeDisableMethod.disable(ServiceContext serviceContext, ConditionTypeNode node)
           
 void ConditionTypeEnableMethod.enable(ServiceContext serviceContext, ConditionTypeNode node)
           
 void AddressSpaceFileTypeExportNamespaceMethod.exportNamespace(ServiceContext serviceContext, AddressSpaceFileTypeNode node)
           
 ServerType.GetMonitoredItemsMethodOutputs ServerTypeGetMonitoredItemsMethod.getMonitoredItems(ServiceContext serviceContext, ServerTypeNode node, 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.ByteString[] ServerConfigurationTypeGetRejectedListMethod.getRejectedList(ServiceContext serviceContext, ServerConfigurationTypeNode node)
           
 void ProgramStateMachineTypeHaltMethod.halt(ServiceContext serviceContext, ProgramStateMachineTypeNode node)
           
 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 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)
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger TrustListTypeOpenWithMasksMethod.openWithMasks(ServiceContext serviceContext, TrustListTypeNode node, 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)
           
 void TrustListTypeRemoveCertificateMethod.removeCertificate(ServiceContext serviceContext, TrustListTypeNode node, String thumbprint, Boolean isTrustedCertificate)
           
 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 ProgramStateMachineTypeResetMethod.reset(ServiceContext serviceContext, ProgramStateMachineTypeNode node)
           
 void DialogConditionTypeRespondMethod.respond(ServiceContext serviceContext, DialogConditionTypeNode node, Integer selectedResponse)
           
 void ProgramStateMachineTypeResumeMethod.resume(ServiceContext serviceContext, ProgramStateMachineTypeNode node)
           
 void FileTypeSetPositionMethod.setPosition(ServiceContext serviceContext, FileTypeNode node, 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)
           
 void ProgramStateMachineTypeStartMethod.start(ServiceContext serviceContext, ProgramStateMachineTypeNode node)
           
 void ProgramStateMachineTypeSuspendMethod.suspend(ServiceContext serviceContext, ProgramStateMachineTypeNode node)
           
 void ShelvedStateMachineTypeTimedShelveMethod.timedShelve(ServiceContext serviceContext, ShelvedStateMachineTypeNode node, Double shelvingTime)
           
 void ShelvedStateMachineTypeUnshelveMethod.unshelve(ServiceContext serviceContext, ShelvedStateMachineTypeNode node)
           
 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)
           
 void FileTypeWriteMethod.write(ServiceContext serviceContext, FileTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger fileHandle, org.opcfoundation.ua.builtintypes.ByteString data)
           
 

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

Methods in com.prosysopc.ua.types.plc.server with parameters of type ServiceContext
 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.