org.mule.transport.email
Class AutoIncrementGreenMailSupport

java.lang.Object
  extended by org.mule.transport.email.AbstractGreenMailSupport
      extended by org.mule.transport.email.AutoIncrementGreenMailSupport

public class AutoIncrementGreenMailSupport
extends AbstractGreenMailSupport


Field Summary
static int INITIAL_SERVER_PORT
           
static int PORT_INCREMENT
           
 
Fields inherited from class org.mule.transport.email.AbstractGreenMailSupport
ALICE, ALICE_EMAIL, AT_EXAMPLE_COM, BOB, BOB_EMAIL, LOCALHOST, logger, MESSAGE, PASSWORD, STARTUP_PERIOD_MS
 
Constructor Summary
AutoIncrementGreenMailSupport()
           
 
Method Summary
protected  int nextPort()
           
 
Methods inherited from class org.mule.transport.email.AbstractGreenMailSupport
createAliceAndStoreEmail, createBobAndStoreEmail, createUserAndStoreEmail, getServers, getValidMessage, startServers, stopServers
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INITIAL_SERVER_PORT

public static final int INITIAL_SERVER_PORT
See Also:
Constant Field Values

PORT_INCREMENT

public static final int PORT_INCREMENT
See Also:
Constant Field Values
Constructor Detail

AutoIncrementGreenMailSupport

public AutoIncrementGreenMailSupport()
Method Detail

nextPort

protected int nextPort()
Specified by:
nextPort in class AbstractGreenMailSupport


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.