javax.mail.search
Class SentDateTerm

java.lang.Object
  |
  +--javax.mail.search.SearchTerm
        |
        +--javax.mail.search.ComparisonTerm
              |
              +--javax.mail.search.DateTerm
                    |
                    +--javax.mail.search.SentDateTerm

public final class SentDateTerm
extends DateTerm

This class implements comparisons for the Message SentDate.


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, java.util.Date date)
          Constructor.
 
Method Summary
 boolean match(Message msg)
          The match method.
 
Methods inherited from class javax.mail.search.DateTerm
getComparison, getDate, match
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SentDateTerm

public SentDateTerm(int comparison,
                    java.util.Date date)
Constructor.
Parameters:
comparison - the Comparison type
date - the date to be compared
Method Detail

match

public boolean match(Message msg)
The match method.
Overrides:
match in class SearchTerm
Parameters:
msg - the date comparator is applied to this Message's sent date
Returns:
true if the comparison succeeds, otherwise false