| Package | Description |
|---|---|
| com.prosysopc.ua.server |
Main server side classes of the SDK.
|
| com.prosysopc.ua.stack.core |
| Modifier and Type | Method and Description |
|---|---|
protected NotificationMessage |
Subscription.getNextNotificationMessage(Session session) |
protected NotificationMessage |
Subscription.getNotificationMessage(UnsignedInteger retransmitSequenceNumber) |
| Modifier and Type | Method and Description |
|---|---|
NotificationMessage |
NotificationMessage.Builder.build() |
NotificationMessage |
NotificationMessage.clone() |
NotificationMessage |
RepublishResponse.getNotificationMessage() |
NotificationMessage |
RepublishResponse.Builder.getNotificationMessage() |
NotificationMessage |
PublishResponse.getNotificationMessage() |
NotificationMessage |
PublishResponse.Builder.getNotificationMessage() |
| Modifier and Type | Method and Description |
|---|---|
void |
RepublishResponse.setNotificationMessage(NotificationMessage value) |
RepublishResponse.Builder |
RepublishResponse.Builder.setNotificationMessage(NotificationMessage value) |
void |
PublishResponse.setNotificationMessage(NotificationMessage value) |
PublishResponse.Builder |
PublishResponse.Builder.setNotificationMessage(NotificationMessage value) |
| Constructor and Description |
|---|
PublishResponse(ResponseHeader f_responseHeader,
UnsignedInteger f_subscriptionId,
UnsignedInteger[] f_availableSequenceNumbers,
Boolean f_moreNotifications,
NotificationMessage f_notificationMessage,
StatusCode[] f_results,
DiagnosticInfo[] f_diagnosticInfos) |
RepublishResponse(ResponseHeader f_responseHeader,
NotificationMessage f_notificationMessage) |
Copyright © 2026. All rights reserved.