当前页面:
在线文档首页 >
Java Platform, Enterprise Edition v1.3.1 API Specifications
Java 2 Platform EE v1.3: Class ReceivedDateTerm - Java Platform, Enterprise Edition v1.3.1 API Specifications
javax.mail.search
Class ReceivedDateTerm
java.lang.Object
|
+--javax.mail.search.SearchTerm
|
+--javax.mail.search.ComparisonTerm
|
+--javax.mail.search.DateTerm
|
+--javax.mail.search.ReceivedDateTerm
- public final class ReceivedDateTerm
- extends DateTerm
This class implements comparisons for the Message Received date
Constructor Summary |
ReceivedDateTerm(int comparison,
java.util.Date date)
Constructor. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReceivedDateTerm
public ReceivedDateTerm(int comparison,
java.util.Date date)
- Constructor.
- Parameters:
comparison
- the Comparison typedate
- the date to be compared
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