Uses of Class
com.prosysopc.ua.client.ServerConnectionException

Packages that use ServerConnectionException
com.prosysopc.ua.client Main client side classes of the SDK. 
 

Uses of ServerConnectionException in com.prosysopc.ua.client
 

Methods in com.prosysopc.ua.client that throw ServerConnectionException
protected  List<org.opcfoundation.ua.core.ReferenceDescription> AddressSpace.browse(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.BrowseDescription browseDescription)
           
 List<org.opcfoundation.ua.core.ReferenceDescription> AddressSpace.browseUp(org.opcfoundation.ua.builtintypes.ExpandedNodeId nodeId)
          Browse up in the address space hierarchy.
 List<org.opcfoundation.ua.core.ReferenceDescription> AddressSpace.browseUp(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Browse up in the address space hierarchy.
 org.opcfoundation.ua.transport.SecureChannel UaClient.getSecureChannel()
           
 org.opcfoundation.ua.core.ServerStatusDataType UaClient.getServerStatus()
          The status of the server that we are connected.
 List<org.opcfoundation.ua.transport.security.SecurityMode> UaClient.getSupportedSecurityModes()
          Get a list of security modes supported by the server.
 org.opcfoundation.ua.core.UserTokenPolicy[] UaClient.getSupportedUserIdentityTokens()
          Find out the user identity types supported by the server.
 org.opcfoundation.ua.builtintypes.ExpandedNodeId AddressSpace.getTypeDefinition(org.opcfoundation.ua.builtintypes.NodeId nodeId)
          Browse for a type definition of a node.
protected  void Subscription.handleNotificationDatas()
          Handles all pending notifications from the responseQueue, where they have been recorded by Subscription.onPublishResponse(PublishResponse)
 org.opcfoundation.ua.core.HistoryUpdateResult UaClient.historyDeleteAtTimes(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime[] reqTimes)
          Deletes history at specified times.
 org.opcfoundation.ua.core.HistoryUpdateResult UaClient.historyDeleteEvents(org.opcfoundation.ua.builtintypes.NodeId nodeId, List<org.opcfoundation.ua.builtintypes.ByteString> eventIds)
          Deletes specified events from history.
 org.opcfoundation.ua.core.HistoryUpdateResult UaClient.historyDeleteModified(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime)
          Deletes modified history from a specified interval.
 org.opcfoundation.ua.core.HistoryUpdateResult UaClient.historyDeleteRaw(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime)
          Deletes raw history from a specified interval.
 org.opcfoundation.ua.core.HistoryReadResult[] UaClient.historyRead(org.opcfoundation.ua.core.HistoryReadDetails details, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, Boolean releaseContinuationPoints, org.opcfoundation.ua.core.HistoryReadValueId... nodesToRead)
          Read history of nodes.
 org.opcfoundation.ua.builtintypes.DataValue[] UaClient.historyReadAtTimes(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime[] reqTimes, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn)
          Reads history at specified times.
 org.opcfoundation.ua.builtintypes.DataValue[] UaClient.historyReadAtTimes(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime[] reqTimes, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn, Boolean useSimpleBounds)
          Reads history at specified times.
 org.opcfoundation.ua.core.HistoryEventFieldList[] UaClient.historyReadEvents(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, org.opcfoundation.ua.core.EventFilter filter, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn)
          Reads events from history.
 org.opcfoundation.ua.core.HistoryModifiedData UaClient.historyReadModified(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn)
          Reads Modified values from the history.
 org.opcfoundation.ua.builtintypes.DataValue[] UaClient.historyReadProcessed(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, Double processingInterval, org.opcfoundation.ua.builtintypes.NodeId aggregateType, org.opcfoundation.ua.core.AggregateConfiguration aggregateConfiguration, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn)
          Reads processed history data.
 org.opcfoundation.ua.builtintypes.DataValue[] UaClient.historyReadRaw(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, long numValuesPerNode, Boolean returnBounds, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn)
          Reads raw history data.
 org.opcfoundation.ua.builtintypes.DataValue[] UaClient.historyReadRaw(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.builtintypes.DateTime startTime, org.opcfoundation.ua.builtintypes.DateTime endTime, org.opcfoundation.ua.builtintypes.UnsignedInteger numValuesPerNode, Boolean returnBounds, org.opcfoundation.ua.utils.NumericRange indexRange, org.opcfoundation.ua.core.TimestampsToReturn timestampsToReturn)
          Reads raw history data.
 org.opcfoundation.ua.core.HistoryUpdateResult[] UaClient.historyUpdate(org.opcfoundation.ua.core.HistoryUpdateDetails... details)
          Update history data in the server.
 org.opcfoundation.ua.transport.AsyncResult<org.opcfoundation.ua.builtintypes.ServiceResponse> UaClient.historyUpdateAsync(org.opcfoundation.ua.core.HistoryUpdateDetails... details)
          Update history data in the server.
 org.opcfoundation.ua.core.HistoryUpdateResult UaClient.historyUpdateData(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.builtintypes.DataValue[] updateValues)
          Updates history data.
 org.opcfoundation.ua.core.HistoryUpdateResult UaClient.historyUpdateEvent(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.core.EventFilter filter, org.opcfoundation.ua.core.HistoryEventFieldList[] eventData)
          Updates historical events in the server.
 org.opcfoundation.ua.core.HistoryUpdateResult UaClient.historyUpdateStructureData(org.opcfoundation.ua.builtintypes.NodeId nodeId, org.opcfoundation.ua.core.PerformUpdateType performInsertReplace, org.opcfoundation.ua.builtintypes.DataValue[] updateValues)
          Updates historical structure data.
 org.opcfoundation.ua.core.QueryDataSet[] AddressSpace.query(org.opcfoundation.ua.core.NodeTypeDescription[] nodeTypes, org.opcfoundation.ua.core.ContentFilter filter)
           
 org.opcfoundation.ua.core.QueryDataSet[] AddressSpace.query(org.opcfoundation.ua.core.NodeTypeDescription[] nodeTypes, org.opcfoundation.ua.core.ContentFilter filter, org.opcfoundation.ua.builtintypes.UnsignedInteger maxDataSetsToReturn, org.opcfoundation.ua.builtintypes.UnsignedInteger maxReferencesToReturn)
           
protected  org.opcfoundation.ua.core.QueryDataSet[] AddressSpace.query(org.opcfoundation.ua.core.ViewDescription view, org.opcfoundation.ua.core.NodeTypeDescription[] nodeTypes, org.opcfoundation.ua.core.ContentFilter filter, org.opcfoundation.ua.builtintypes.UnsignedInteger maxDataSetsToReturn, org.opcfoundation.ua.builtintypes.UnsignedInteger maxReferencesToReturn)
           
 org.opcfoundation.ua.core.QueryFirstResponse AddressSpace.queryFirst(org.opcfoundation.ua.core.NodeTypeDescription[] NodeTypes, org.opcfoundation.ua.core.ContentFilter Filter)
           
 org.opcfoundation.ua.core.QueryFirstResponse AddressSpace.queryFirst(org.opcfoundation.ua.core.QueryFirstRequest request)
           
 org.opcfoundation.ua.core.QueryNextResponse AddressSpace.queryNext(boolean releaseContinuationPoints, byte[] continuationPoint)
           
 org.opcfoundation.ua.core.QueryNextResponse AddressSpace.queryNext(boolean releaseContinuationPoints, org.opcfoundation.ua.builtintypes.ByteString continuationPoint)
           
 org.opcfoundation.ua.builtintypes.ServiceResponse UaClient.sessionlessRequest(org.opcfoundation.ua.builtintypes.ServiceRequest request)
          Make a service request to the server over a secure channel.
 void UaClient.setSecurityMode(org.opcfoundation.ua.transport.security.SecurityMode securityMode)
          Define the security mode to connect to.
 



Copyright © 2018. All rights reserved.