apollo.Statistics
Class UserExceptionMailWarning

java.lang.Object
  |
  +--apollo.Statistics.UserExceptionMailWarning
All Implemented Interfaces:
ExecutableMethod

public class UserExceptionMailWarning
extends java.lang.Object
implements ExecutableMethod

This is the method for the UserExceptionStats. It will dispatch an email each time a userException occours. Copyright Joe Kislo, All Rights Reserved.


Constructor Summary
UserExceptionMailWarning(ManagerTracker MT, java.lang.String mailingList, java.lang.String strFrom, java.lang.String strSystemName)
           
 
Method Summary
 void execute(java.lang.String UID, java.lang.Object existingData, java.lang.Object newData)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserExceptionMailWarning

public UserExceptionMailWarning(ManagerTracker MT,
                                java.lang.String mailingList,
                                java.lang.String strFrom,
                                java.lang.String strSystemName)
Method Detail

execute

public void execute(java.lang.String UID,
                    java.lang.Object existingData,
                    java.lang.Object newData)
Specified by:
execute in interface ExecutableMethod