Package com.prosysopc.ua

Common classes for client and server side.

See:
          Description

Interface Summary
AggregateCalculator.HistoryDataProvider  
AggregateFunction  
CertificateValidationListener Deprecated. use DefaultCertificateValidatorListener
EventListener A listener for OPC UA events.
MethodArguments  
MethodArgumentTransformer<T> A helper interface for generated async method calls.
MethodInputArguments  
MethodOutputArguments  
MethodOutputArgumentTransformer<T extends MethodOutputArguments,S extends MethodInputArguments>  
PkiFileBasedCertificateListener Deprecated. see PkiFileBasedCertificateValidator deprecations
RegisteredClasses Storage for generated classes.
UaAddressSpace A common interface for UA address space.
UaCertificateValidator Deprecated. use CertificateValidator.
 

Class Summary
AggregateCalculator A class for calculating the Aggregates defined in OPC Unified Architecture Specification Part 13.
AggregateCalculator.AggregateCalculatorContinuationPoint  
AggregateFunction.AggregateFunctionParameters  
AnnotationUtils  
ApplicationIdentity ApplicationIdentity defines the security settings for the OPC UA application.
CodegenModel  
ContentFilterBuilder An utility class for building ContentFilter instances for MonitoredItem filters.
DataTypeConverter A converter class, used to convert UA values between different data types.
DefaultUaCertificateValidator Adapter class to allow using stack DefaultCertificateValidator as a UaCertificateValidator.
EventData State of an event object, when an event is triggered.
LocalizedTextMap A collection of LocalizedTexts.
ModelParserBase An XML parser for UA Information Model files defined according to the respective schema, http://opcfoundation.org/UA/2011/03/UANodeSet.xsd.
MonitoredItemBase The base class for all OPCUA MonitoredItems.
NodeMap A node container.
NodeWrapper  
OperationLimits A class that identifies the limits for different operations for a client or a server.
OperationLimits.Builder  
PkiFileBasedCertificateValidator Deprecated. use DefaultUaCertificateValidator, PkiDirectoryCertificateStore and DefaultCertificateStoreListener
RegisteredClassesImpl  
SecureIdentity  
StructureSerializer Base Serializer for all generated Structure types.
StructureUtils This class contains utils for codegenerated Structures.
SubscriptionBase Base class for an OPC UA Subscription.
UaAddress OPC UA Connection address
UaApplication A common base class for client and server applications.
UaApplication.a  
UaBrowsePath  
UaNodeId This class models an OPC UA NodeId or local ExpandedNodeId.
UaQualifiedName A class similar to QualifiedName that uses NamespaceUri instead of index.
UaRelativePath A similar class to RelativePath but stores the path using UaQualifiedNames.
UserIdentity User identity definition.
ValueRanks Constant values for the ValueRank attribute of VariableNode.
 

Enum Summary
EventNotifierClass Event notifier type used in nodes to define which kind of event support the node has.
FileTypeOpenMode  
PkiFileBasedCertificateValidator.CertificateCheck Certificate checks that the Validator performs.
PkiFileBasedCertificateValidator.ValidationResult Validation actions, in case a certificate is untrusted.
UaApplication.DiagnosticMask Bits values used to mask the types of vendor-specific diagnostics.
UaApplication.Protocol  
WriteAccess  
 

Exception Summary
AnnotationException  
MethodCallStatusException Exception from a Method Call failure .
ModelException Exception while parsing UA Information Model from a NodeSet XML.
NodeWrapperException  
SecureIdentityException Exception while handling SecureIdentity objects.
ServiceException An exception from an OPC UA service call.
SessionActivationException An exception from a failure to activate a OPC UA session.
StatusException An operation level exception.
UaException Super type for UA related Exceptions.
 

Annotation Types Summary
TypeDefinitionId  
 

Package com.prosysopc.ua Description

Common classes for client and server side.



Copyright © 2018. All rights reserved.