public class RadiuinoDataSourceVO<T extends RadiuinoDataSourceVO<?>> extends DataSourceVO<T>
DataSourceVO.Type
Modifier and Type | Field and Description |
---|---|
private int |
baudRate |
private java.lang.String |
commPortId |
private int |
dataBits |
private static ExportCodes |
EVENT_CODES |
private int |
parity |
private boolean |
pollingMode |
private int |
retries |
private static long |
serialVersionUID |
private int |
stopBits |
private int |
timeout |
static DataSourceVO.Type |
TYPE |
private int |
updatePeriods |
private int |
updatePeriodType |
private static int |
version |
XID_PREFIX
Constructor and Description |
---|
RadiuinoDataSourceVO() |
Modifier and Type | Method and Description |
---|---|
protected void |
addEventTypes(java.util.List<EventTypeVO> eventTypes) |
protected void |
addPropertiesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list) |
protected void |
addPropertyChangesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list,
T from) |
protected java.lang.Object |
clone() |
DataSourceRT |
createDataSourceRT() |
PointLocatorVO |
createPointLocator() |
int |
getBaudRate() |
java.lang.String |
getCommPortId() |
com.serotonin.web.i18n.LocalizableMessage |
getConnectionDescription() |
int |
getDataBits() |
ExportCodes |
getEventCodes() |
int |
getParity() |
int |
getRetries() |
int |
getStopBits() |
int |
getTimeout() |
DataSourceVO.Type |
getType() |
int |
getUpdatePeriods() |
int |
getUpdatePeriodType() |
boolean |
isPollingMode() |
void |
jsonDeserialize(com.serotonin.json.JsonReader reader,
com.serotonin.json.JsonObject json) |
void |
jsonSerialize(java.util.Map<java.lang.String,java.lang.Object> map) |
private void |
readObject(java.io.ObjectInputStream in) |
void |
setBaudRate(int baudRate) |
void |
setCommPortId(java.lang.String commPortId) |
void |
setDataBits(int dataBits) |
void |
setParity(int parity) |
void |
setPollingMode(boolean pollingMode) |
void |
setRetries(int retries) |
void |
setStopBits(int stopBits) |
void |
setTimeout(int timeout) |
void |
setUpdatePeriods(int updatePeriods) |
void |
setUpdatePeriodType(int updatePeriodType) |
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, serializeUpdatePeriodType, setAlarmLevel, setEnabled, setId, setName, setXid
public static final DataSourceVO.Type TYPE
private static final ExportCodes EVENT_CODES
private boolean pollingMode
private int updatePeriodType
private int updatePeriods
private java.lang.String commPortId
private int baudRate
private int dataBits
private int stopBits
private int parity
private int timeout
private int retries
private static final long serialVersionUID
private static final int version
protected void addEventTypes(java.util.List<EventTypeVO> eventTypes)
addEventTypes
in class DataSourceVO<T extends RadiuinoDataSourceVO<?>>
public DataSourceRT createDataSourceRT()
createDataSourceRT
in class DataSourceVO<T extends RadiuinoDataSourceVO<?>>
protected java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class java.lang.Object
java.lang.CloneNotSupportedException
public PointLocatorVO createPointLocator()
createPointLocator
in class DataSourceVO<T extends RadiuinoDataSourceVO<?>>
public com.serotonin.web.i18n.LocalizableMessage getConnectionDescription()
getConnectionDescription
in class DataSourceVO<T extends RadiuinoDataSourceVO<?>>
public ExportCodes getEventCodes()
getEventCodes
in class DataSourceVO<T extends RadiuinoDataSourceVO<?>>
public DataSourceVO.Type getType()
getType
in class DataSourceVO<T extends RadiuinoDataSourceVO<?>>
public void validate(com.serotonin.web.dwr.DwrResponseI18n response)
validate
in class DataSourceVO<T extends RadiuinoDataSourceVO<?>>
public boolean isPollingMode()
public void setPollingMode(boolean pollingMode)
public int getUpdatePeriodType()
public void setUpdatePeriodType(int updatePeriodType)
public int getUpdatePeriods()
public void setUpdatePeriods(int updatePeriods)
public java.lang.String getCommPortId()
public void setCommPortId(java.lang.String commPortId)
public int getBaudRate()
public void setBaudRate(int baudRate)
public int getDataBits()
public void setDataBits(int dataBits)
public int getStopBits()
public void setStopBits(int stopBits)
public int getParity()
public void setParity(int parity)
public int getTimeout()
public void setTimeout(int timeout)
public int getRetries()
public void setRetries(int retries)
protected void addPropertiesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list)
addPropertiesImpl
in class DataSourceVO<T extends RadiuinoDataSourceVO<?>>
protected void addPropertyChangesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list, T from)
addPropertyChangesImpl
in class DataSourceVO<T extends RadiuinoDataSourceVO<?>>
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundException
java.io.IOException
java.lang.ClassNotFoundException
public void jsonDeserialize(com.serotonin.json.JsonReader reader, com.serotonin.json.JsonObject json) throws com.serotonin.json.JsonException
jsonDeserialize
in interface com.serotonin.json.JsonSerializable
jsonDeserialize
in class DataSourceVO<T extends RadiuinoDataSourceVO<?>>
com.serotonin.json.JsonException
public void jsonSerialize(java.util.Map<java.lang.String,java.lang.Object> map)
jsonSerialize
in interface com.serotonin.json.JsonSerializable
jsonSerialize
in class DataSourceVO<T extends RadiuinoDataSourceVO<?>>