org.apache.james.transport.mailets.debug
Class Counter

java.lang.Object
  extended by org.apache.mailet.GenericMailet
      extended by org.apache.james.transport.mailets.debug.Counter
All Implemented Interfaces:
Mailet, MailetConfig

public class Counter
extends GenericMailet

A simple in memory counter. Designed to count messages sent to this recipient for debugging purposes.


Constructor Summary
Counter()
           
 
Method Summary
 java.lang.String getMailetInfo()
          Return a string describing this mailet.
 void service(Mail mail)
          Count processed mails, marking each mail as completed after counting.
 
Methods inherited from class org.apache.mailet.GenericMailet
destroy, getInitParameter, getInitParameter, getInitParameterNames, getMailetConfig, getMailetContext, getMailetName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Counter

public Counter()
Method Detail

service

public void service(Mail mail)
Count processed mails, marking each mail as completed after counting.

Specified by:
service in interface Mailet
Specified by:
service in class GenericMailet
Parameters:
mail - the mail to process

getMailetInfo

public java.lang.String getMailetInfo()
Return a string describing this mailet.

Specified by:
getMailetInfo in interface Mailet
Overrides:
getMailetInfo in class GenericMailet
Returns:
a string describing this mailet


Copyright © 2002-2007 The Apache Software Foundation. All Rights Reserved.