public class VMStatDataSourceVO extends DataSourceVO<VMStatDataSourceVO>
| Modifier and Type | Class and Description |
|---|---|
static interface |
VMStatDataSourceVO.OutputScale |
DataSourceVO.Type| Modifier and Type | Field and Description |
|---|---|
private static ExportCodes |
EVENT_CODES |
static ExportCodes |
OUTPUT_SCALE_CODES |
private int |
outputScale |
private int |
pollSeconds |
private static long |
serialVersionUID |
static DataSourceVO.Type |
TYPE |
private static int |
version |
XID_PREFIX| Constructor and Description |
|---|
VMStatDataSourceVO() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addEventTypes(java.util.List<EventTypeVO> ets) |
protected void |
addPropertiesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list) |
protected void |
addPropertyChangesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list,
VMStatDataSourceVO from) |
DataSourceRT |
createDataSourceRT() |
VMStatPointLocatorVO |
createPointLocator() |
com.serotonin.web.i18n.LocalizableMessage |
getConnectionDescription() |
ExportCodes |
getEventCodes() |
int |
getOutputScale() |
int |
getPollSeconds() |
DataSourceVO.Type |
getType() |
private void |
readObject(java.io.ObjectInputStream in) |
void |
setOutputScale(int outputScale) |
void |
setPollSeconds(int pollSeconds) |
void |
validate(com.serotonin.web.dwr.DwrResponseI18n response) |
private void |
writeObject(java.io.ObjectOutputStream out) |
addProperties, addPropertyChanges, copy, createDataSourceVO, createEventType, createEventType, deserializeUpdatePeriodType, generateXid, getAlarmLevel, getEventType, getEventTypes, getId, getMessage, getName, getTypeKey, getXid, isEnabled, isNew, jsonDeserialize, jsonSerialize, serializeUpdatePeriodType, setAlarmLevel, setEnabled, setId, setName, setXidpublic static final DataSourceVO.Type TYPE
private static final ExportCodes EVENT_CODES
public static final ExportCodes OUTPUT_SCALE_CODES
private int pollSeconds
private int outputScale
private static final long serialVersionUID
private static final int version
protected void addEventTypes(java.util.List<EventTypeVO> ets)
addEventTypes in class DataSourceVO<VMStatDataSourceVO>public ExportCodes getEventCodes()
getEventCodes in class DataSourceVO<VMStatDataSourceVO>public DataSourceVO.Type getType()
getType in class DataSourceVO<VMStatDataSourceVO>public com.serotonin.web.i18n.LocalizableMessage getConnectionDescription()
getConnectionDescription in class DataSourceVO<VMStatDataSourceVO>public DataSourceRT createDataSourceRT()
createDataSourceRT in class DataSourceVO<VMStatDataSourceVO>public VMStatPointLocatorVO createPointLocator()
createPointLocator in class DataSourceVO<VMStatDataSourceVO>public int getPollSeconds()
public void setPollSeconds(int pollSeconds)
public int getOutputScale()
public void setOutputScale(int outputScale)
public void validate(com.serotonin.web.dwr.DwrResponseI18n response)
validate in class DataSourceVO<VMStatDataSourceVO>protected void addPropertiesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list)
addPropertiesImpl in class DataSourceVO<VMStatDataSourceVO>protected void addPropertyChangesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list,
VMStatDataSourceVO from)
addPropertyChangesImpl in class DataSourceVO<VMStatDataSourceVO>private void writeObject(java.io.ObjectOutputStream out)
throws java.io.IOException
java.io.IOExceptionprivate void readObject(java.io.ObjectInputStream in)
throws java.io.IOException
java.io.IOException