org.opennms.netmgt.poller.monitors
Class MailTransportParameters
java.lang.Object
org.opennms.netmgt.poller.monitors.MailTransportParameters
public class MailTransportParameters
- extends Object
This is a wrapper class for handling JavaMail configurations.
- Author:
- David Hustace
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEY
public static final String KEY
getRetries
public int getRetries()
getTimeout
public int getTimeout()
getReadTestPassword
public String getReadTestPassword()
getTestSubjectSuffix
public String getTestSubjectSuffix()
setTestSubjectSuffix
public void setTestSubjectSuffix(String suffix)
getComputedTestSubject
public String getComputedTestSubject()
isSendTestUseAuth
public boolean isSendTestUseAuth()
getSendTestCharSet
public String getSendTestCharSet()
getSendTestMessageContentType
public String getSendTestMessageContentType()
isSendTestDebug
public boolean isSendTestDebug()
getSendTestMessageEncoding
public String getSendTestMessageEncoding()
getSendTestMailer
public String getSendTestMailer()
getSendTestHost
public String getSendTestHost()
getSendTestMessageBody
public String getSendTestMessageBody()
getSendTestPassword
public String getSendTestPassword()
isSendTestIsQuitWait
public boolean isSendTestIsQuitWait()
getSendTestPort
public int getSendTestPort()
isSendTestIsSslEnable
public boolean isSendTestIsSslEnable()
isSendTestStartTls
public boolean isSendTestStartTls()
getSendTestSubject
public String getSendTestSubject()
getSendTestRecipeint
public String getSendTestRecipeint()
getSendTestTransport
public String getSendTestTransport()
isSendTestUseJmta
public boolean isSendTestUseJmta()
getSendTestUserName
public String getSendTestUserName()
getReadTestHost
public String getReadTestHost()
getReadTestPort
public int getReadTestPort()
getReadTestUserName
public String getReadTestUserName()
getReadTestFolder
public String getReadTestFolder()
getReadTestProtocol
public String getReadTestProtocol()
isReadTestStartTlsEnabled
public boolean isReadTestStartTlsEnabled()
isReadTestSslEnabled
public boolean isReadTestSslEnabled()
setEnd2EndTestInProgress
public void setEnd2EndTestInProgress(boolean b)
isEnd2EndTestInProgress
public boolean isEnd2EndTestInProgress()
getReadTestAttemptInterval
public long getReadTestAttemptInterval()
getSendTestAttemptInterval
public long getSendTestAttemptInterval()
getJavamailProperties
public Properties getJavamailProperties()
setJavamailProperties
public void setJavamailProperties(Properties props)
setReadTestHost
public void setReadTestHost(String host)
setSendTestHost
public void setSendTestHost(String host)
Copyright © 2009. All Rights Reserved.