javax.mail.search
Class SentDateTerm

java.lang.Object
  extended byjavax.mail.search.SearchTerm
      extended byjavax.mail.search.ComparisonTerm
          extended byjavax.mail.search.DateTerm
              extended byjavax.mail.search.SentDateTerm
All Implemented Interfaces:
Serializable

public final class SentDateTerm
extends DateTerm

Version:
$Revision: 1.3 $ $Date: 2004/03/10 10:00:28 $
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.mail.search.DateTerm
date
 
Fields inherited from class javax.mail.search.ComparisonTerm
comparison, EQ, GE, GT, LE, LT, NE
 
Constructor Summary
SentDateTerm(int comparison, Date date)
           
 
Method Summary
 boolean match(Message message)
           
 
Methods inherited from class javax.mail.search.DateTerm
equals, getComparison, getDate, hashCode, match
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SentDateTerm

public SentDateTerm(int comparison,
                    Date date)
Method Detail

match

public boolean match(Message message)
Specified by:
match in class SearchTerm


Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.