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

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

Uses of SubscriptionManager in com.prosysopc.ua.server
 

Fields in com.prosysopc.ua.server declared as SubscriptionManager
protected  SubscriptionManager UaServer.subscriptionManager
           
 

Methods in com.prosysopc.ua.server that return SubscriptionManager
protected  SubscriptionManager UaServer.createSubscriptionManager()
           
 SubscriptionManager UaServer.getSubscriptionManager()
           
 SubscriptionManager Subscription.getSubscriptionManager()
           
protected  SubscriptionManager ServiceManagerBase.getSubscriptionManager()
           
 

Constructors in com.prosysopc.ua.server with parameters of type SubscriptionManager
Subscription(SubscriptionManager subscriptionManager, org.opcfoundation.ua.builtintypes.UnsignedInteger id, Boolean publishingEnabled, Double requestedPublishingInterval, org.opcfoundation.ua.builtintypes.UnsignedInteger requestedLifetimeCount, org.opcfoundation.ua.builtintypes.UnsignedInteger requestedMaxKeepAliveCount, org.opcfoundation.ua.builtintypes.UnsignedInteger maxNotificationsPerPublish, org.opcfoundation.ua.builtintypes.UnsignedByte priority)
          Create a new subscription.
SubscriptionServiceHandler(SubscriptionManager subscriptionManager)
           
 



Copyright © 2018. All rights reserved.