public class IEC101EthernetDataSourceVO extends IEC101DataSourceVO<IEC101EthernetDataSourceVO>
DataSourceVO.Type| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
host |
private int |
port |
private static long |
serialVersionUID |
static DataSourceVO.Type |
TYPE |
private static int |
version |
XID_PREFIX| Constructor and Description |
|---|
IEC101EthernetDataSourceVO() |
| Modifier and Type | Method and Description |
|---|---|
DataSourceRT |
createDataSourceRT() |
com.serotonin.web.i18n.LocalizableMessage |
getConnectionDescription() |
java.lang.String |
getHost() |
int |
getPort() |
DataSourceVO.Type |
getType() |
private void |
readObject(java.io.ObjectInputStream in) |
void |
setHost(java.lang.String host) |
void |
setPort(int port) |
void |
validate(com.serotonin.web.dwr.DwrResponseI18n response) |
private void |
writeObject(java.io.ObjectOutputStream out) |
addEventTypes, addPropertiesImpl, addPropertyChangesImpl, createPointLocator, getAsduAddress, getAsduAddressSize, getClockSynchRelativePeriod, getCotSize, getEventCodes, getGiRelativePeriod, getLinkLayerAddress, getLinkLayerAddressSize, getObjectAddressSize, getRetries, getTimeout, getTransmissionProcedure, getUpdatePeriods, getUpdatePeriodType, isQuantize, jsonDeserialize, jsonSerialize, setAsduAddress, setAsduAddressSize, setClockSynchRelativePeriod, setCotSize, setGiRelativePeriod, setLinkLayerAddress, setLinkLayerAddressSize, setObjectAddressSize, setQuantize, setRetries, setTimeout, setTransmissionProcedure, setUpdatePeriods, setUpdatePeriodTypeaddProperties, addPropertyChanges, copy, createDataSourceVO, createEventType, createEventType, deserializeUpdatePeriodType, generateXid, getAlarmLevel, getEventType, getEventTypes, getId, getMessage, getName, getTypeKey, getXid, isEnabled, isNew, serializeUpdatePeriodType, setAlarmLevel, setEnabled, setId, setName, setXidpublic static final DataSourceVO.Type TYPE
private java.lang.String host
private int port
private static final long serialVersionUID
private static final int version
public DataSourceRT createDataSourceRT()
createDataSourceRT in class DataSourceVO<IEC101EthernetDataSourceVO>public com.serotonin.web.i18n.LocalizableMessage getConnectionDescription()
getConnectionDescription in class DataSourceVO<IEC101EthernetDataSourceVO>public DataSourceVO.Type getType()
getType in class DataSourceVO<IEC101EthernetDataSourceVO>public void validate(com.serotonin.web.dwr.DwrResponseI18n response)
validate in class IEC101DataSourceVO<IEC101EthernetDataSourceVO>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.IOExceptionpublic java.lang.String getHost()
public void setHost(java.lang.String host)
public int getPort()
public void setPort(int port)