org.apache.james.transport.mailets
Class ServerTime

java.lang.Object
  |
  +--org.apache.mailet.GenericMailet
        |
        +--org.apache.james.transport.mailets.ServerTime
All Implemented Interfaces:
Mailet, MailetConfig

public class ServerTime
extends GenericMailet

Returns the current time for the mail server. Sample configuration:

Author:
Serge Knystautas

Constructor Summary
ServerTime()
           
 
Method Summary
 java.lang.String getMailetInfo()
          Returns information about the mailet, such as author, version, and copyright.
 void service(Mail mail)
          Sends a message back to the sender indicating what time the server thinks it is.
 
Methods inherited from class org.apache.mailet.GenericMailet
destroy, 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

ServerTime

public ServerTime()
Method Detail

service

public void service(Mail mail)
             throws javax.mail.MessagingException
Sends a message back to the sender indicating what time the server thinks it is.
Overrides:
service in class GenericMailet
Following copied from class: org.apache.mailet.GenericMailet
Parameters:
mail - - the Mail object that contains the MimeMessage and routing information
Throws:
javax.mail.MessagingException - - if an exception occurs that interferes with the mailet's normal operation occurred

getMailetInfo

public java.lang.String getMailetInfo()
Description copied from class: GenericMailet
Returns information about the mailet, such as author, version, and copyright. By default, this method returns an empty string. Override this method to have it return a meaningful value.
Overrides:
getMailetInfo in class GenericMailet
Following copied from class: org.apache.mailet.GenericMailet
Returns:
String information about this mailet, by default an empty string


"Copyright © 2001 Apache Jakarta Project. All Rights Reserved."