public static interface AbstractStateMailetProcessor.MailetProcessorListener
Mailet.service(org.apache.mailet.Mail) and
Matcher.match(org.apache.mailet.Mail) methods are called from the
container| Modifier and Type | Method and Description |
|---|---|
void |
afterMailet(org.apache.mailet.Mailet m,
String mailName,
String state,
long processTime,
javax.mail.MessagingException e)
Get called after each
Mailet call was complete |
void |
afterMatcher(org.apache.mailet.Matcher m,
String mailName,
Collection<org.apache.mailet.MailAddress> recipients,
Collection<org.apache.mailet.MailAddress> matches,
long processTime,
javax.mail.MessagingException e)
Get called after each
Matcher call was complete |
void afterMailet(org.apache.mailet.Mailet m,
String mailName,
String state,
long processTime,
javax.mail.MessagingException e)
Mailet call was completem - mailName - state - processTime - in mse - or null if no MessagingException was thrownvoid afterMatcher(org.apache.mailet.Matcher m,
String mailName,
Collection<org.apache.mailet.MailAddress> recipients,
Collection<org.apache.mailet.MailAddress> matches,
long processTime,
javax.mail.MessagingException e)
Matcher call was completem - mailName - recipients - matches - processTime - in mse - or null if no MessagingException was thrownCopyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.