public class EventPoolViewConfiguration extends Object
Constructor and Description |
---|
EventPoolViewConfiguration(String id,
String monitorQueryId,
String eventPoolQueryId,
String connectionString,
ConnectionType connectionType,
String label,
int maxNumberOfEvents,
int forceEventLimit,
List<ColumnLabelProviderInformation> columnInformation) |
Modifier and Type | Method and Description |
---|---|
List<ColumnLabelProviderInformation> |
getColumnInformation() |
String |
getConnectionString() |
ConnectionType |
getConnectionType() |
String |
getEventPoolQueryId() |
int |
getForceEventLimit() |
String |
getId() |
String |
getLabel() |
Integer |
getMaxNumberOfEvents() |
String |
getMonitorQueryId() |
public EventPoolViewConfiguration(String id, String monitorQueryId, String eventPoolQueryId, String connectionString, ConnectionType connectionType, String label, int maxNumberOfEvents, int forceEventLimit, List<ColumnLabelProviderInformation> columnInformation)
public List<ColumnLabelProviderInformation> getColumnInformation()
public int getForceEventLimit()
public String getEventPoolQueryId()
public String getConnectionString()
public ConnectionType getConnectionType()
public String getMonitorQueryId()
public String getId()
public String getLabel()
public Integer getMaxNumberOfEvents()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.