public class BundleMonitorQuery extends MonitorQuery implements MonitorListener
| Constructor and Description |
|---|
BundleMonitorQuery(Executor executor,
org.osgi.framework.BundleContext context,
ObjectPoolTracker<MonitorService> poolTracker) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
protected MonitorStatusInformation[] |
getFiltered() |
protected void |
handleAdded(MonitorService service) |
protected void |
handleRemoved(MonitorService service) |
protected void |
setFilter(Filter filter)
Sets the new filter and actualizes the data set
|
void |
statusChanged(MonitorStatusInformation status) |
void |
update(Map<String,String> parameters) |
addListener, clear, removeListener, setData, updateDatapublic BundleMonitorQuery(Executor executor, org.osgi.framework.BundleContext context, ObjectPoolTracker<MonitorService> poolTracker) throws org.osgi.framework.InvalidSyntaxException
org.osgi.framework.InvalidSyntaxExceptionprotected void handleAdded(MonitorService service)
protected void handleRemoved(MonitorService service)
protected void setFilter(Filter filter)
protected MonitorStatusInformation[] getFiltered()
public void dispose()
dispose in class MonitorQuerypublic void statusChanged(MonitorStatusInformation status)
statusChanged in interface MonitorListenerCopyright © 2015 Eclipse SCADA Project. All rights reserved.