ERMailSenderTest.TestSMTPTransport Class Reference

Inherits javax::mail::Transport.

Collaboration diagram for ERMailSenderTest.TestSMTPTransport:

Collaboration graph
[legend]

List of all members.

Public Member Functions

void connect (String host, String user, String password) throws MessagingException
void connect (String user, String password) throws MessagingException
void connect (String host, int port, String user, String password) throws MessagingException
void connect () throws MessagingException
Session getSession ()
void sendMessage (Message message, Address[] addresses) throws MessagingException
 TestSMTPTransport (Session session, URLName urlname)

Static Public Member Functions

static void clearSentMessages ()
static List< SentMessagesentMessages ()

Static Private Attributes

static List< SentMessage_sentMessages = new LinkedList<SentMessage>()


Constructor & Destructor Documentation

TestSMTPTransport ( Session  session,
URLName  urlname 
)


Member Function Documentation

static void clearSentMessages (  )  [static]

void connect ( String  host,
String  user,
String  password 
) throws MessagingException

void connect ( String  user,
String  password 
) throws MessagingException

void connect ( String  host,
int  port,
String  user,
String  password 
) throws MessagingException

void connect (  )  throws MessagingException

Session getSession (  ) 

void sendMessage ( Message  message,
Address[]  addresses 
) throws MessagingException

static List<SentMessage> sentMessages (  )  [static]


Member Data Documentation

List<SentMessage> _sentMessages = new LinkedList<SentMessage>() [static, private]


The documentation for this class was generated from the following file:

Generated on Sat May 26 06:43:22 2012 for Project Wonder by  doxygen 1.5.8