| Modifier and Type | Class and Description |
|---|---|
class |
EventQuerySource
Subscription source for events
|
| Modifier and Type | Class and Description |
|---|---|
class |
MonitorQuerySource |
| Modifier and Type | Class and Description |
|---|---|
class |
SubscriptionSourceTestImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionSource<T> |
SubscriptionSourceEvent.getSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionRecorder.added(SubscriptionSource<T> source) |
void |
SubscriptionRecorder.removed(SubscriptionSource<T> source) |
void |
SubscriptionSourceEvent.setSource(SubscriptionSource<T> source) |
void |
Subscription.setSource(SubscriptionSource<T> source) |
void |
SubscriptionManager.setSource(T topic,
SubscriptionSource<T> source)
Set a source for a topic.
|
| Constructor and Description |
|---|
SubscriptionSourceEvent(boolean added,
SubscriptionSource<T> source) |
| Modifier and Type | Class and Description |
|---|---|
class |
DataItemSubscriptionSource
A subscription source for data items.
|
Copyright © 2015 Eclipse SCADA Project. All rights reserved.