Uses of Class
com.prosysopc.ua.types.opcua.server.ServerTypeNode

Packages that use ServerTypeNode
com.prosysopc.ua.server Main server side classes of the SDK. 
com.prosysopc.ua.types.opcua.server   
 

Uses of ServerTypeNode in com.prosysopc.ua.server
 

Methods in com.prosysopc.ua.server that return ServerTypeNode
 ServerTypeNode NodeManagerRoot.getServerData()
           
 

Uses of ServerTypeNode in com.prosysopc.ua.types.opcua.server
 

Methods in com.prosysopc.ua.types.opcua.server that return types with arguments of type ServerTypeNode
static GeneratedNodeInitializer<ServerTypeNode> ServerTypeNodeBase.getServerTypeNodeInitializer()
           
 

Methods in com.prosysopc.ua.types.opcua.server with parameters of type ServerTypeNode
 ServerType.GetMonitoredItemsMethodOutputs ServerTypeGetMonitoredItemsMethod.getMonitoredItems(ServiceContext serviceContext, ServerTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId)
           
 void ServerTypeRequestServerStateChangeMethod.requestServerStateChange(ServiceContext serviceContext, ServerTypeNode node, org.opcfoundation.ua.core.ServerState state, org.opcfoundation.ua.builtintypes.DateTime estimatedReturnTime, org.opcfoundation.ua.builtintypes.UnsignedInteger secondsTillShutdown, org.opcfoundation.ua.builtintypes.LocalizedText reason, Boolean restart)
           
 void ServerTypeResendDataMethod.resendData(ServiceContext serviceContext, ServerTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId)
           
 org.opcfoundation.ua.builtintypes.UnsignedInteger ServerTypeSetSubscriptionDurableMethod.setSubscriptionDurable(ServiceContext serviceContext, ServerTypeNode node, org.opcfoundation.ua.builtintypes.UnsignedInteger subscriptionId, org.opcfoundation.ua.builtintypes.UnsignedInteger lifetimeInHours)
           
 

Method parameters in com.prosysopc.ua.types.opcua.server with type arguments of type ServerTypeNode
static void ServerTypeNodeBase.setServerTypeNodeInitializer(GeneratedNodeInitializer<ServerTypeNode> serverTypeNodeInitializerNewValue)
           
 



Copyright © 2018. All rights reserved.