com.panorama.mail
Class MailStartup

java.lang.Object
  |
  +--com.panorama.mail.MailStartup
All Implemented Interfaces:
Executable

public class MailStartup
extends java.lang.Object
implements Executable

Placeholder for startup logic related to the Mail tool.

Author:
Howard Lewis Ship

Constructor Summary
MailStartup()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MailStartup

public MailStartup()
Method Detail

execute

public void execute()
             throws java.lang.Exception
Specified by:
execute in interface Executable
java.lang.Exception