Java EE 5 SDK

javax.mail.search
Class SentDateTerm

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

public final class SentDateTerm
extends DateTerm

This class implements comparisons for the Message SentDate.

Author:
Bill Shannon, John Mani
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)
          Constructor.
 
Method Summary
 boolean equals(Object obj)
          Equality comparison.
 boolean match(Message msg)
          The match method.
 
Methods inherited from class javax.mail.search.DateTerm
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)
Constructor.

Parameters:
comparison - the Comparison type
date - the date to be compared
Method Detail

match

public boolean match(Message msg)
The match method.

Specified by:
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

equals

public boolean equals(Object obj)
Equality comparison.

Overrides:
equals in class DateTerm

Java EE 5 SDK

Submit a bug or feature

Copyright 2006 Sun Microsystems, Inc. All rights reserved.