Uses of Class
org.opcfoundation.ua.builtintypes.ServiceResult

Packages that use ServiceResult
org.opcfoundation.ua.builtintypes OPC UA Part 6 defines 25 builtin types. 
org.opcfoundation.ua.common This package contains common and shared classes 
org.opcfoundation.ua.core All the code in this package are codegenerated. 
 

Uses of ServiceResult in org.opcfoundation.ua.builtintypes
 

Methods in org.opcfoundation.ua.builtintypes that return ServiceResult
 ServiceResult ServiceResult.getInnerResult()
          Getter for the field innerResult.
static ServiceResult ServiceResult.toServiceResult(Throwable t)
          Create service result with stack trace from an exception.
 

Methods in org.opcfoundation.ua.builtintypes with parameters of type ServiceResult
 void ServiceResult.setInnerResult(ServiceResult innerResult)
          Setter for the field innerResult.
 

Uses of ServiceResult in org.opcfoundation.ua.common
 

Methods in org.opcfoundation.ua.common that return ServiceResult
 ServiceResult ServiceResultException.toServiceResult()
          Converts the error into a service result
 

Uses of ServiceResult in org.opcfoundation.ua.core
 

Methods in org.opcfoundation.ua.core that return ServiceResult
static ServiceResult HistoryReadValueId.validate(HistoryReadValueId valueId)
           
static ServiceResult WriteValue.validate(WriteValue value)
           
 



Copyright © 2018. All rights reserved.