| Package | Description |
|---|---|
| com.prosysopc.ua |
Common classes for client and server side.
|
| com.prosysopc.ua.client |
Main client side classes of the SDK.
|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| Modifier and Type | Method and Description |
|---|---|
int |
SubscriptionBase.compareTo(SubscriptionBase s) |
| Modifier and Type | Class and Description |
|---|---|
class |
Subscription
OPC UA Subscription.
|
| Modifier and Type | Method and Description |
|---|---|
protected SubscriptionBase |
SubscriptionManager.addSubscription(ServiceContext serviceContext,
CreateSubscriptionRequest request)
Add a new subscription.
|
protected SubscriptionBase |
SubscriptionManager.modifySubscription(ServiceContext serviceContext,
ModifySubscriptionRequest request) |
| Modifier and Type | Method and Description |
|---|---|
protected BlockingQueue<SubscriptionBase> |
Subscription.getPublishQueue() |
protected BlockingQueue<SubscriptionBase> |
SubscriptionManager.getPublishQueue(Session session) |
| Modifier and Type | Method and Description |
|---|---|
int |
Subscription.compareTo(SubscriptionBase s) |
protected void |
SubscriptionManager.removeTriggeringLink(SubscriptionBase s,
MonitoredItemBase triggeringItem,
UnsignedInteger linkToRemove) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
Subscription.setPublishQueue(BlockingQueue<SubscriptionBase> queue,
boolean sendInitialValues) |
Copyright © 2026. All rights reserved.