com.ericdaugherty.mail.server.services.smtp.support
Class VerifyIPFactory

java.lang.Object
  extended by com.ericdaugherty.mail.server.services.smtp.support.VerifyIPFactory

public class VerifyIPFactory
extends java.lang.Object

The factory that supplies info concerning opening a connection or dropping one.

Author:
Andreas Kyrmegalos

Constructor Summary
VerifyIPFactory()
           
 
Method Summary
static VerifyIP getNewVerifyIPInstance(boolean useDummy)
           
static void updateAlternateVerifyIP()
          Called by the Mail.class watchdog on every 3rd cycle to update the alternate verify IP.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerifyIPFactory

public VerifyIPFactory()
Method Detail

updateAlternateVerifyIP

public static void updateAlternateVerifyIP()
Called by the Mail.class watchdog on every 3rd cycle to update the alternate verify IP.


getNewVerifyIPInstance

public static VerifyIP getNewVerifyIPInstance(boolean useDummy)