public class PersistentDataSourceVO extends DataSourceVO<PersistentDataSourceVO>
DataSourceVO.Type| Modifier and Type | Field and Description |
|---|---|
private boolean |
acceptPointUpdates |
private java.lang.String |
authorizationKey |
private static ExportCodes |
EVENT_CODES |
private int |
port |
private static long |
serialVersionUID |
static DataSourceVO.Type |
TYPE |
private static int |
version |
XID_PREFIX| Constructor and Description |
|---|
PersistentDataSourceVO() |
| 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,
PersistentDataSourceVO from) |
DataSourceRT |
createDataSourceRT() |
PersistentPointLocatorVO |
createPointLocator() |
java.lang.String |
getAuthorizationKey() |
com.serotonin.web.i18n.LocalizableMessage |
getConnectionDescription() |
ExportCodes |
getEventCodes() |
int |
getPort() |
DataSourceVO.Type |
getType() |
boolean |
isAcceptPointUpdates() |
private void |
readObject(java.io.ObjectInputStream in) |
void |
setAcceptPointUpdates(boolean acceptPointUpdates) |
void |
setAuthorizationKey(java.lang.String authorizationKey) |
void |
setPort(int port) |
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
private int port
private java.lang.String authorizationKey
private boolean acceptPointUpdates
private static final long serialVersionUID
private static final int version
protected void addEventTypes(java.util.List<EventTypeVO> ets)
addEventTypes in class DataSourceVO<PersistentDataSourceVO>public ExportCodes getEventCodes()
getEventCodes in class DataSourceVO<PersistentDataSourceVO>public com.serotonin.web.i18n.LocalizableMessage getConnectionDescription()
getConnectionDescription in class DataSourceVO<PersistentDataSourceVO>public DataSourceVO.Type getType()
getType in class DataSourceVO<PersistentDataSourceVO>public DataSourceRT createDataSourceRT()
createDataSourceRT in class DataSourceVO<PersistentDataSourceVO>public PersistentPointLocatorVO createPointLocator()
createPointLocator in class DataSourceVO<PersistentDataSourceVO>public int getPort()
public void setPort(int port)
public java.lang.String getAuthorizationKey()
public void setAuthorizationKey(java.lang.String authorizationKey)
public boolean isAcceptPointUpdates()
public void setAcceptPointUpdates(boolean acceptPointUpdates)
public void validate(com.serotonin.web.dwr.DwrResponseI18n response)
validate in class DataSourceVO<PersistentDataSourceVO>protected void addPropertiesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list)
addPropertiesImpl in class DataSourceVO<PersistentDataSourceVO>protected void addPropertyChangesImpl(java.util.List<com.serotonin.web.i18n.LocalizableMessage> list,
PersistentDataSourceVO from)
addPropertyChangesImpl in class DataSourceVO<PersistentDataSourceVO>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