public class EventPoolView extends MonitorSubscriptionAlarmsEventsView
| Modifier and Type | Field and Description |
|---|---|
protected SubscriptionState |
eventPoolSubscriptionState |
static java.lang.String |
ID |
monitors, monitorsId, monitorsMap, monitorSubscriptionState| Constructor and Description |
|---|
EventPoolView() |
| Modifier and Type | Method and Description |
|---|---|
void |
createPartControl(Composite parent)
This is a callback that will allow us to create the viewer and initialize
it.
|
protected java.lang.String |
createStatusLabel() |
protected void |
dataChanged(java.util.List<Event> addedEvents) |
void |
dataChanged(java.util.List<MonitorStatusInformation> addedOrUpdated,
java.util.Set<java.lang.String> removed,
boolean full) |
void |
dispose() |
java.lang.String |
getPoolId() |
void |
init(IViewSite site,
IMemento memento) |
protected void |
processEvents() |
void |
saveState(IMemento memento) |
protected void |
setConfiguration(EventPoolViewConfiguration cfg) |
void |
setFocus()
Passing the focus request to the viewer's control.
|
void |
setPoolId(java.lang.String poolId) |
protected void |
subscribe() |
protected void |
unSubscribe() |
protected void |
updateStatusBar() |
protected void |
watchMonitors(java.lang.String monitorsId) |
protected void |
watchPool(java.lang.String poolId) |
acknowledgeMonitor, getMonitorsId, getRealm, onConnect, onDisconnect, setMonitorsId, statusChangedMonitorSubscriptionaddSelectionListener, createCommentAction, getConnection, getConnectionService, getConnectionUri, getContentPane, getLabelForConnection, getStateLabel, isConnected, makeStringFromConnection, removeSelectionListener, scheduleJob, setConnectionId, setConnectionUri, setSelectionpublic static final java.lang.String ID
protected SubscriptionState eventPoolSubscriptionState
public java.lang.String getPoolId()
public void setPoolId(java.lang.String poolId)
public void createPartControl(Composite parent)
createPartControl in class MonitorSubscriptionAlarmsEventsViewprotected void setConfiguration(EventPoolViewConfiguration cfg) throws java.lang.Exception
java.lang.Exceptionpublic void setFocus()
protected void subscribe()
subscribe in class MonitorSubscriptionAlarmsEventsViewprotected void unSubscribe()
unSubscribe in class MonitorSubscriptionAlarmsEventsViewprotected void dataChanged(java.util.List<Event> addedEvents)
protected void processEvents()
public void dataChanged(java.util.List<MonitorStatusInformation> addedOrUpdated,
java.util.Set<java.lang.String> removed,
boolean full)
dataChanged in class MonitorSubscriptionAlarmsEventsViewprotected void watchPool(java.lang.String poolId)
watchPool in class AbstractAlarmsEventsViewprotected void watchMonitors(java.lang.String monitorsId)
watchMonitors in class AbstractAlarmsEventsViewprotected void updateStatusBar()
updateStatusBar in class AbstractAlarmsEventsViewprotected java.lang.String createStatusLabel()
public void init(IViewSite site,
IMemento memento)
throws PartInitException
init in class AbstractAlarmsEventsViewPartInitExceptionpublic void saveState(IMemento memento)
saveState in class AbstractAlarmsEventsViewpublic void dispose()
dispose in class AbstractAlarmsEventsView
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