Class MailTransportTest
- java.lang.Object
-
- org.opennms.netmgt.config.mailtransporttest.MailTransportTest
-
- All Implemented Interfaces:
java.io.Serializable
public class MailTransportTest extends java.lang.Object implements java.io.Serializable
Use this element to define a mail test with the MailTransportMonitor. Supported use cases for the sequence are: a) Class will test that it can successfully send an email. b) Class will test that it can successfully connect to a mail server and get mailbox contents. c) Class will test that it can successfully read a new email message from a mail server. d) Class will test that it can send an email and read that same email from a mail server. The sequence support a max of one send and one receive server. If each are specified, the complete sequence is delivery of a message from one mail host to another.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MailTransportTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
MailTest
getMailTest()
int
hashCode()
void
setMailTest(MailTest mailTest)
-