public abstract class MonitorSubscriptionAlarmsEventsView extends AbstractAlarmsEventsView
| Modifier and Type | Field and Description |
|---|---|
protected WritableSet |
monitors |
protected java.lang.String |
monitorsId |
protected WritableMap |
monitorsMap |
protected SubscriptionState |
monitorSubscriptionState |
| Constructor and Description |
|---|
MonitorSubscriptionAlarmsEventsView() |
| Modifier and Type | Method and Description |
|---|---|
void |
acknowledgeMonitor(java.lang.String monitorId,
java.util.Date timestamp,
CallbackHandler callbackHandler) |
void |
createPartControl(Composite parent) |
protected void |
dataChanged(java.util.List<MonitorStatusInformation> addedOrUpdated,
java.util.Set<java.lang.String> removed,
boolean full) |
java.lang.String |
getMonitorsId() |
protected Realm |
getRealm() |
protected void |
onConnect()
onConnect is only called if connection is actually there
|
protected void |
onDisconnect()
onDisonnect is only called if connection is not there or no connection is
found at all
it also maybe called multiple times
|
void |
setMonitorsId(java.lang.String monitorsId) |
void |
statusChangedMonitorSubscription(SubscriptionState state) |
protected void |
subscribe() |
protected void |
unSubscribe() |
addSelectionListener, createCommentAction, dispose, getConnection, getConnectionService, getConnectionUri, getContentPane, getLabelForConnection, getStateLabel, init, isConnected, makeStringFromConnection, removeSelectionListener, saveState, scheduleJob, setConnectionId, setConnectionUri, setSelection, updateStatusBar, watchMonitors, watchPoolprotected java.lang.String monitorsId
protected WritableSet monitors
protected WritableMap monitorsMap
protected SubscriptionState monitorSubscriptionState
protected Realm getRealm()
getRealm in class AbstractAlarmsEventsViewpublic void setMonitorsId(java.lang.String monitorsId)
public java.lang.String getMonitorsId()
protected void subscribe()
protected void unSubscribe()
protected void onConnect()
AbstractAlarmsEventsViewonConnect in class AbstractAlarmsEventsViewprotected void onDisconnect()
AbstractAlarmsEventsViewonDisconnect in class AbstractAlarmsEventsViewpublic void statusChangedMonitorSubscription(SubscriptionState state)
protected void dataChanged(java.util.List<MonitorStatusInformation> addedOrUpdated,
java.util.Set<java.lang.String> removed,
boolean full)
public void createPartControl(Composite parent)
createPartControl in class AbstractAlarmsEventsViewpublic void acknowledgeMonitor(java.lang.String monitorId,
java.util.Date timestamp,
CallbackHandler callbackHandler)
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