| Package | Description |
|---|---|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| Modifier and Type | Field and Description |
|---|---|
protected SubscriptionManager |
UaServer.subscriptionManager |
| Modifier and Type | Method and Description |
|---|---|
protected SubscriptionManager |
UaServer.createSubscriptionManager()
Return
SubscriptionManager, this can be used to override the
SubscriptionManager used by the server by returning a custom subtype. |
SubscriptionManager |
UaServer.getSubscriptionManager() |
SubscriptionManager |
Subscription.getSubscriptionManager() |
protected SubscriptionManager |
ServiceManagerBase.getSubscriptionManager() |
| Modifier and Type | Method and Description |
|---|---|
protected Subscription |
SubscriptionManager.createSubscription(SubscriptionManager subscriptionManager,
UnsignedInteger subscriptionId,
Boolean publishingEnabled,
double revisedPublishingInterval,
UnsignedInteger revisedLifetimeCount,
UnsignedInteger revisedMaxKeepAliveCount,
UnsignedInteger maxNotificationsPerPublish,
UnsignedByte priority)
This method can be overridden to use subtyped
Subscription. |
| Constructor and Description |
|---|
Subscription(SubscriptionManager subscriptionManager,
UnsignedInteger id,
Boolean publishingEnabled,
Double requestedPublishingInterval,
UnsignedInteger requestedLifetimeCount,
UnsignedInteger requestedMaxKeepAliveCount,
UnsignedInteger maxNotificationsPerPublish,
UnsignedByte priority)
Create a new subscription.
|
SubscriptionServiceHandler(SubscriptionManager subscriptionManager) |
Copyright © 2026. All rights reserved.