| Interface | Description |
|---|---|
| CallableListener |
Interface for listening method calls from a UaCallable node.
|
| EventManagerListener |
Listener for OPC UA Condition control commands from the client.
|
| GeneratedNode | |
| GeneratedNodeInitializer<T extends GeneratedNode> | |
| HistoryManagerListener |
Listener interface for history read and update operations.
|
| NodeManagerListener |
Event listener interface to handle calls to the node manager.
|
| NodeManagerTableListener |
Event listener interface to handle calls to the
NodeManagerTable. |
| PubSubConfigurator |
Helper interface for SDK internal use.
|
| RequestResponseListener |
Listener for logging every Request-Response message.
|
| ServerCodegenModelProvider |
An interface designed to be used for automatically discovering all generated server side
InformationModels.
|
| SessionListener |
Listener for Session.
|
| SessionManagerListener |
Contains methods for listening
SessionManager. |
| SubscriptionManagerListener |
A listener interface to listen to subscription changes made to the SubscriptionManager.
|
| UaServerListener |
A listener interface for server "events".
|
| UserValidator |
An interface used for custom user validation in
UaServer. |
| Class | Description |
|---|---|
| AbstractContinuationPoint | |
| AttributeServiceHandler |
A basic implementation of a node attribute value provider.
|
| BrowseContinuationPoint |
Internal representation of a Browse ContinuationPoint.
|
| ContentFilterDefinition | |
| DiagnosticsManager |
This class manages diagnostics information.
|
| EventManager |
OPC UA Event Manager interface.
|
| EventManagerAdapter | Deprecated
the
EventManagerListener methods are now default methods with the same
implementation as this class and thus can be used directly. |
| EventManagerRoot |
A special
EventManager for NodeManagerRoot. |
| EventManagerUaNode | |
| ExternalNodeManager | |
| FilterOperatorDefinition |
Parsed implementation of a single
FilterOperator in a ContentFilterDefinition |
| GeneralModelChangeEvent |
Helper for
GeneralModelChangeEventType. |
| GeneratedNodes |
Helper class for codegenerated nodes.
|
| HistoryContinuationPoint |
A structure used to store ContinuationPoint information for history reads.
|
| HistoryManager |
Base class for History Management.
|
| HistoryManagerAdapter | Deprecated
the
EventManagerListener methods are now default methods with the same
implementation as this class and thus can be used directly. |
| HistoryResult |
A result structure for returning history data and an optional ContinuationPoint.
|
| IoManager |
A base class for IO Manager implementations.
|
| IoManagerUaNode |
UaNode-based IO Manager.
|
| MethodManager |
An interface that defines the OPC UA method handling.
|
| MethodManagerUaNode |
A generic method manager implementation, which dispatches the method calls to UaNodes.
|
| ModellingRule |
This class models OPC UA ModellingRule(s), which are used when instantiating types.
|
| ModelParser |
An XML parser for UA Information Model files defined according to the respective schema,
http://opcfoundation.org/UA/2011/03/UANodeSet.xsd.
|
| MonitoredDataItem |
Server side
MonitoredItem, that is used for data changes monitoring, i.e. |
| MonitoredEventItem |
A monitored item for event monitoring, in the server side.
|
| MonitoredItem |
An OPC UA server side MonitoredItem definition, used by the server side Subscription.
|
| NamespacePair | |
| NodeManagementServiceHandler |
A base implementation of NodeManagementServiceSetHandler.
|
| NodeManager | |
| NodeManagerAdapter | Deprecated
the
NodeManagerListener methods are now default methods with the same
implementation as this class and thus can be used directly. |
| NodeManagerRoot |
NodeManager for the namespace 0, which is the default OPCUA namespace.
|
| NodeManagerTable |
A collection of node managers, used in an UA Server.
|
| NodeManagerUaNode |
Main implementation of the NodeManager.
|
| NodeMapUaNode |
Server side implementation of the node map, which is used to keep and provide node objects per
NodeId.
|
| PredefinedIdPair | Deprecated
create a POJO with Object + NodeClass fields instead if needed.
|
| ReverseConnectionParameters |
Immutable Parameters for reverse connections.
|
| ReverseConnectionParameters.Builder |
Builder for
ReverseConnectionParameters. |
| ReverseConnectionStatus |
Immutable Status for reverse connections.
|
| ReverseConnectionStatus.Builder |
Builder for
ReverseConnectionStatus. |
| SemanticChangeEvent | |
| ServerCodegenModel |
Server side
CodegenModel. |
| ServerCodegenModel.Builder |
Builder for
ServerCodegenModel. |
| ServerUserIdentity | |
| ServiceContext |
Client session information, managed by the OPC UA client.
|
| ServiceHandler |
A base class for ServiceHandler implementations.
|
| ServiceManagerBase |
This is a common base class for the various Service Managers hosted by a UaServer.
|
| Session |
Client session information, managed by the OPC UA client.
|
| SessionDiagnostics | |
| SessionDiagnostics.ServiceCounter | |
| SessionManager |
The SessionManager manages the client sessions that are currently open in the client.
|
| SessionManagerAdapter | Deprecated
the
SessionManagerListener methods are now default methods with the same
implementation as this class and thus can be used directly. |
| SessionSecurityDiagnostics | |
| SessionServiceHandler | |
| StructureDataValue |
A helper DataValue in order to pass Structure values around.
|
| StructureDataValue.ToLeaf | |
| StructureDataValue.ToRoot | |
| Subscription |
An OPC UA subscription.
|
| SubscriptionDiagnostics | |
| SubscriptionManager |
A standard implementation of the subscription manager of an OPC UA client.
|
| SubscriptionServiceHandler |
A base implementation of SubscriptionServiceSetHandler.
|
| UaNodeSetLoadOptions |
Options related to
UaNodeSet loading in NodeManagerTable. |
| UaNodeSetLoadOptions.Builder |
Builder for UaNodeSetLoadOptions.
|
| UaNodeUtils | |
| UaServer |
Basic implementation of the OPC UA server.
|
| UaServer.NodeManagerUaServer |
Server internal namespace (NamespaceIndex 1).
|
| Enum | Description |
|---|---|
| ModelChangeType |
| Exception | Description |
|---|---|
| InvalidTypeNodeException | |
| NodeBuilderException | |
| UaInstantiationException |
This exception may be thrown when instantiating an UaInstance fails.
|
| UaServerException |
An error in the UaServer.
|
Copyright © 2026. All rights reserved.