| Modifier and Type | Method and Description |
|---|---|
void |
EventListener.statusChanged(SubscriptionState state) |
void |
MonitorListener.statusChanged(SubscriptionState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventSyncController.statusChanged(SubscriptionState state) |
void |
MonitorSyncController.statusChanged(SubscriptionState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
EventManager.handleStatusUpdate(java.lang.String eventQueryId,
SubscriptionState state) |
void |
MonitorManager.handleStatusUpdate(java.lang.String monitorPoolId,
SubscriptionState state) |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionState |
EventPoolStatusUpdate.getState() |
SubscriptionState |
MonitorPoolStatusUpdate.getState() |
| Constructor and Description |
|---|
EventPoolStatusUpdate(java.lang.String eventPoolId,
SubscriptionState state) |
MonitorPoolStatusUpdate(java.lang.String monitorPoolId,
SubscriptionState state) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SessionImpl.eventStatusChanged(java.lang.String string,
SubscriptionState state) |
protected void |
SessionImpl.monitorStatusChanged(java.lang.String string,
SubscriptionState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConnectionHandler.statusChangedConditions(java.lang.String subscriptionId,
SubscriptionState status) |
void |
ServerConnectionHandler.statusChangedEvents(java.lang.String poolId,
SubscriptionState status) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServerConnectionImpl.handleEventStatusChange(java.lang.String eventPoolId,
SubscriptionState state) |
protected void |
ServerConnectionImpl.handleMonitorStatusChange(java.lang.String monitorPoolId,
SubscriptionState state) |
| Modifier and Type | Method and Description |
|---|---|
static SubscriptionState |
SubscriptionState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionState[] |
SubscriptionState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionState |
SubscriptionStateEvent.getState() |
| Modifier and Type | Method and Description |
|---|---|
void |
SubscriptionStateEvent.setState(SubscriptionState status) |
void |
SubscriptionRecorder.updateStatus(java.lang.Object topic,
SubscriptionState subscriptionState) |
void |
SubscriptionListener.updateStatus(java.lang.Object topic,
SubscriptionState subscriptionState)
The subscription status update method.
|
| Constructor and Description |
|---|
SubscriptionStateEvent(SubscriptionState subscriptionState) |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionState |
DataItem.getSubscriptionState()
Deprecated.
You should use
DataItem.getSnapshotValue() instead to get a
consistent value |
SubscriptionState |
DataItemValue.getSubscriptionState() |
SubscriptionState |
DataItemValue.Builder.getSubscriptionState() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataItem.handlePerformNotifySubscriptionChange(SubscriptionState subscriptionState,
java.lang.Throwable subscriptionError) |
void |
ItemSyncController.notifySubscriptionChange(SubscriptionState subscriptionState,
java.lang.Throwable e) |
void |
ItemUpdateListener.notifySubscriptionChange(SubscriptionState subscriptionState,
java.lang.Throwable subscriptionError)
Notify a change in the subscription change
|
protected void |
AsyncDataItem.performNotifySubscriptionChange(SubscriptionState subscriptionState,
java.lang.Throwable subscriptionError) |
protected void |
DataItem.performNotifySubscriptionChange(SubscriptionState subscriptionState,
java.lang.Throwable subscriptionError) |
DataItemValue.Builder |
DataItemValue.Builder.setSubscriptionState(SubscriptionState subscriptionState) |
| Constructor and Description |
|---|
DataItemValue(Variant value,
java.util.Map<java.lang.String,Variant> attributes,
SubscriptionState subscriptionState) |
DataItemValue(Variant value,
java.util.Map<java.lang.String,Variant> attributes,
SubscriptionState subscriptionState,
java.lang.Throwable subscriptionError) |
| Modifier and Type | Method and Description |
|---|---|
void |
GCTest1.notifySubscriptionChange(SubscriptionState state,
java.lang.Throwable subscriptionError) |
void |
Sample1.notifySubscriptionChange(SubscriptionState state,
java.lang.Throwable subscriptionError) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DataManager.fireSubscriptionChange(java.lang.String itemId,
SubscriptionState state) |
| Modifier and Type | Method and Description |
|---|---|
void |
ItemChangeListener.subscriptionChanged(java.lang.String itemId,
SubscriptionState subscriptionState)
Indicating a change in the item subscription
|
| Modifier and Type | Method and Description |
|---|---|
SubscriptionState |
ItemStateUpdate.getSubscriptionState() |
| Constructor and Description |
|---|
ItemStateUpdate(java.lang.String itemId,
SubscriptionState subscriptionState,
ErrorInformation errorInformation) |
| Modifier and Type | Method and Description |
|---|---|
void |
DataItemSourceImpl.notifySubscriptionChange(SubscriptionState state,
java.lang.Throwable error) |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionState |
DataItemValueLight.getSubscriptionState() |
| Constructor and Description |
|---|
DataItemValueLight(Variant value,
SubscriptionState subscriptionState,
long timestamp,
boolean isManual,
boolean isError) |
| Modifier and Type | Field and Description |
|---|---|
static SubscriptionState |
DataItemValueBuilder.CONNECTED |
static SubscriptionState |
DataItemValueBuilder.DISCONNECTED |
static SubscriptionState |
DataItemValueBuilder.GRANTED |
| Modifier and Type | Method and Description |
|---|---|
static Message |
Messages.notifySubscriptionChange(java.lang.String item,
SubscriptionState subscriptionState) |
| Modifier and Type | Method and Description |
|---|---|
void |
SessionCommon.updateStatus(java.lang.Object topic,
SubscriptionState subscriptionState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSubscriptionManager.handleSubscriptionChanged(java.lang.String itemId,
SubscriptionState subscriptionState) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerConnectionHandler.subscriptionChanged(java.lang.String item,
SubscriptionState subscriptionState) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ServerConnectionImpl.handleSubscriptionChanged(java.lang.String itemId,
SubscriptionState subscriptionState) |
| Modifier and Type | Method and Description |
|---|---|
void |
ProxyItemUpdateListener.notifySubscriptionChange(SubscriptionState subscriptionState,
java.lang.Throwable subscriptionError) |
void |
ProxyValueHolder.updateSubscriptionState(ProxySubConnectionId connection,
SubscriptionState subscriptionState,
java.lang.Throwable subscriptionError) |
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0