Class SmtpSettings
java.lang.Object
simpleorm.dataset.SRecordInstance
com.inductiveautomation.ignition.gateway.localdb.persistence.PersistentRecord
com.inductiveautomation.ignition.gateway.smtp.SmtpSettings
- All Implemented Interfaces:
- Serializable
Deprecated.
Filename: SmtpSettings.java
 Created on Jan 15, 2015
 Author: Kathy Applebaum
 Copyright Inductive Automation 2015
 Project: SRGateway
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class simpleorm.dataset.SRecordInstanceSRecordInstance.BrokenOptimisticLockException
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final BooleanFieldDeprecated.static final StringFieldDeprecated.static final StringFieldDeprecated.static final IdentityFieldDeprecated.static final RecordMeta<SmtpSettings>Deprecated.static final StringFieldDeprecated.static final EncodedStringFieldDeprecated.static final IntFieldDeprecated.static final LongFieldDeprecated.static final StringFieldDeprecated.static final BooleanFieldDeprecated.static final StringFieldDeprecated.static final BooleanFieldDeprecated.Fields inherited from class com.inductiveautomation.ignition.gateway.localdb.persistence.PersistentRecordDEFAULT_VALUE, FORM_META_KEY, INDEXED, UNIQUE
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionDeprecated.getId()Deprecated.RecordMeta<?>getMeta()Deprecated.This must be defined in every user record's definition to access the SRecord which provides the meta data for this instance.getName()Deprecated.Deprecated.intgetPort()Deprecated.longDeprecated.Deprecated.The list of protocols is comma separated (to be nicer to users) but needs to be whitespace delimited when actually set on the property.Deprecated.booleanDeprecated.booleanDeprecated.Use StartTlsbooleanDeprecated.Use Ssl/Tls portMethods inherited from class com.inductiveautomation.ignition.gateway.localdb.persistence.PersistentRecordgetBoolean, getDoubleObj, getIntObj, getLongObj, getString, installDefaultValuesMethods inherited from class simpleorm.dataset.SRecordInstanceallFields, assertNewRow, assertNotNewRow, defineInitialValue, deleteRecord, doQueryRecord, doValidateRecord, equals, findReference, findReference, findReference, findReference, getBigDecimal, getBytes, getDataSet, getDate, getDouble, getEnum, getInitialValue, getInt, getLogger, getLong, getObject, getRawArrayValue, getReferenceNoQuery, getTime, getTimestamp, hashCode, isAttached, isDeleted, isDirty, isDirty, isEmpty, isNewRow, isNotDestroyed, isNull, isReadOnly, isValid, onQueryRecord, onValidateField, onValidateRecord, setBigDecimal, setBoolean, setBytes, setDate, setDirty, setDouble, setEmpty, setEnum, setInt, setLong, setNewRow, setNull, setObject, setObject, setRawArrayValue, setReadOnly, setReference, setString, setTime, setTimestamp, toString, validatePrimaryKeys, wasInCache
- 
Field Details- 
METADeprecated.
- 
IdDeprecated.
- 
NameDeprecated.
- 
DescriptionDeprecated.
- 
HostnameDeprecated.
- 
PortDeprecated.
- 
UseSSLPortDeprecated.
- 
StartTlsEnabledDeprecated.
- 
UsernameDeprecated.
- 
PasswordDeprecated.
- 
SmtpTimeoutDeprecated.
- 
DebugModeEnabledDeprecated.
- 
SSLProtocolsDeprecated.
 
- 
- 
Constructor Details- 
SmtpSettingspublic SmtpSettings()Deprecated.
 
- 
- 
Method Details- 
getMetaDeprecated.Description copied from class:SRecordInstanceThis must be defined in every user record's definition to access the SRecord which provides the meta data for this instance. It is normally defined as:-SRecord getMeta() { return meta; };The actual metavariable is thus not Serialized, but it would not be anyway as it is usually static.- Specified by:
- getMetain class- PersistentRecord
 
- 
getIdDeprecated.
- 
getNameDeprecated.
- 
getHostnameDeprecated.
- 
getPortpublic int getPort()Deprecated.
- 
isUseSSLportpublic boolean isUseSSLport()Deprecated.Use Ssl/Tls port
- 
isStartTlsEnabledpublic boolean isStartTlsEnabled()Deprecated.Use StartTls
- 
getSslProtocolsDeprecated.The list of protocols is comma separated (to be nicer to users) but needs to be whitespace delimited when actually set on the property.
- 
getUsernameDeprecated.
- 
getPasswordDeprecated.
- 
getSmtpTimeoutpublic long getSmtpTimeout()Deprecated.
- 
isDebugModeEnabledpublic boolean isDebugModeEnabled()Deprecated.
 
-