Package com.prosysopc.ua.server

Main server side classes of the SDK.

See:
          Description

Interface Summary
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  
RequestResponseListener Listener for logging every Request-Response message.
SessionListener Listener for Session.
SessionManagerListener  
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 Summary
AbstractContinuationPoint  
AttributeServiceHandler A basic implementation of a node attribute value provider.
BrowseContinuationPoint  
BrowsePath Immutable BrowsePath with toString, equals, hashCode and compareTo implemented.
ContentFilterDefinition  
DiagnosticsManager This class manages diagnostics information.
EventManager OPC UA Event Manager interface.
EventManagerUaNode  
ExternalNodeManager  
FilterOperatorDefinition Parsed implementation of a single FilterOperator in a ContentFilterDefinition
GeneralModelChangeEvent  
GeneratedNodes Helper class for codegenerated nodes
HistoryContinuationPoint A structure used to store ContinuationPoint information for history reads.
HistoryManager Base class for History Management.
HistoryManagerAdapter A default, empty implementation of the HistoryManagerListener.
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  
ModelParser An XML parser for UA Information Model files defined according to the respective schema, http://opcfoundation.org/UA/2011/03/UANodeSet.xsd.
MonitoredDataItem  
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  
NodeManagerRoot NodeManager for the namespace 0, which is the default OPCUA namespace.
NodeManagerTable A collection of node managers, used in an UA Server.
NodeManagerTable.ModelParserForUaDefinedTypes A class for reading XML and CSV model files and transforming them into OPC UA NodeManagement Service Set Service calls.
NodeManagerTable.ModelParserForUaDefinedTypes.ParentDefinition  
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  
SemanticChangeEvent  
ServerCodegenModel Server side CodegenModel.
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 Adapter class for SessionManagerListener
SessionSecurityDiagnostics  
SessionServiceHandler  
StructureDataValue A helper DataValue in order to pass Structure values around.
StructureDataValue.ToLeaf  
StructureDataValue.ToRoot  
StructureInfo  
StructureInfoCache This Cache contains information about Structures and is able to break the Structure to sub-components
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.
UaNodeUtils  
UaServer Basic implementation of the OPC UA server.
 

Enum Summary
ModelChangeType  
 

Exception Summary
InvalidTypeNodeException  
NodeBuilderException  
UaInstantiationException This exception may be thrown when instantiating an UaInstance fails.
UaServerException An error in the UaServer.
 

Package com.prosysopc.ua.server Description

Main server side classes of the SDK.



Copyright © 2018. All rights reserved.