org.codehaus.plexus.mailsender.test
Interface SmtpServer
- All Superinterfaces:
- org.codehaus.plexus.personality.plexus.lifecycle.phase.Startable
- All Known Implementing Classes:
- DumbsterSmtpServer
public interface SmtpServer
- extends org.codehaus.plexus.personality.plexus.lifecycle.phase.Startable
- Version:
- $Id: SmtpServer.java 1313 2004-11-23 15:17:37Z evenisse $
- Author:
- Trygve Laugstøl, Emmanuel Venisse
Field Summary |
static java.lang.String |
ROLE
|
Methods inherited from interface org.codehaus.plexus.personality.plexus.lifecycle.phase.Startable |
start, stop |
ROLE
static final java.lang.String ROLE
getReceivedEmail
java.util.Iterator getReceivedEmail()
- Get email received by this instance since start up.
- Returns:
- List of String
getReceivedEmailSize
int getReceivedEmailSize()
- Get the number of messages received.
- Returns:
- size of received email list
Copyright © 2010. All Rights Reserved.