Uses of Class
com.prosysopc.ua.server.UaServer

Packages that use UaServer
com.prosysopc.ua.server Main server side classes of the SDK. 
 

Uses of UaServer in com.prosysopc.ua.server
 

Methods in com.prosysopc.ua.server that return UaServer
 UaServer SessionManager.getServer()
           
 UaServer ServiceManagerBase.getServer()
           
 UaServer ServiceHandler.getServer()
           
 UaServer NodeManagerTable.getServer()
           
 

Methods in com.prosysopc.ua.server with parameters of type UaServer
 void UaServerListener.onShutdown(UaServer uaServer, boolean restart)
          Called when server is shut down.
 void UaServer.DiscoveryServer.registerServer(UaServer uaServer, String semaphoreFilePath, boolean isOnline)
           
protected static org.opcfoundation.ua.core.RegisteredServer UaServer.toRegisteredServer(String semaphoreFilePath, boolean isOnline, UaServer uaServer)
           
 

Constructors in com.prosysopc.ua.server with parameters of type UaServer
DiagnosticsManager(UaServer server)
           
NodeManager(UaServer server, String namespaceUri)
          The default constructor.
NodeManagerRoot(UaServer server)
           
NodeManagerTable(UaServer server)
           
NodeManagerUaNode(UaServer server, String namespaceUri)
          The default constructor
ServiceManagerBase(UaServer server)
           
SessionManager(UaServer server)
           
UaServer.NodeManagerUaServer(UaServer server, String namespaceUri)
           
 



Copyright © 2018. All rights reserved.