| Modifier and Type | Method and Description |
|---|---|
Map<UInteger,Subscription> |
OpcUaServer.getSubscriptions() |
| Constructor and Description |
|---|
SubscriptionDiagnostics(Subscription subscription) |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
SubscriptionDiagnosticsVariable.getSubscription() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract List<Subscription> |
SubscriptionDiagnosticsVariableArray.getSubscriptions() |
| Constructor and Description |
|---|
SubscriptionDiagnosticsVariable(SubscriptionDiagnosticsTypeNode node,
Subscription subscription) |
| Modifier and Type | Method and Description |
|---|---|
Subscription |
SubscriptionDeletedEvent.getSubscription() |
Subscription |
SubscriptionCreatedEvent.getSubscription() |
Subscription |
PublishQueue.WaitingSubscription.getSubscription() |
@Nullable Subscription |
SubscriptionManager.getSubscription(UInteger subscriptionId) |
Subscription |
SubscriptionManager.removeSubscription(UInteger subscriptionId)
Remove (transfer from) the Subscription by
subscriptionId from this SubscriptionManager. |
| Modifier and Type | Method and Description |
|---|---|
List<Subscription> |
SubscriptionManager.getSubscriptions() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionManager.addSubscription(Subscription subscription)
Add (transfer)
subscription to this SubscriptionManager. |
void |
PublishQueue.addSubscription(Subscription subscription)
Add a subscription to the wait list.
|
void |
Subscription.StateListener.onStateChange(Subscription subscription,
Subscription.State previousState,
Subscription.State currentState) |
void |
SubscriptionManager.sendStatusChangeNotification(Subscription subscription,
StatusCode status) |
| Constructor and Description |
|---|
SubscriptionCreatedEvent(Subscription subscription) |
SubscriptionDeletedEvent(Subscription subscription) |
WaitingSubscription(Subscription subscription) |
Copyright © 2021. All rights reserved.