com.ericdaugherty.mail.server.configuration
Class ModuleControl

java.lang.Object
  extended by com.ericdaugherty.mail.server.configuration.ModuleControl

public class ModuleControl
extends java.lang.Object

The module control is responsible for instatiating the classes supplied in directory external to execute tasks within the mail handling process not connected to the core mailing activities.

Author:
Andreas Kyrmegalos

Method Summary
static PassReceivedLocalMessage getPassReceivedLocalMessage()
           
static void initialize(java.lang.String directory)
           
static void shutdown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPassReceivedLocalMessage

public static PassReceivedLocalMessage getPassReceivedLocalMessage()

shutdown

public static void shutdown()

initialize

public static void initialize(java.lang.String directory)