当前页面:
在线文档首页 >
Java Platform, Enterprise Edition v1.3.1 API Specifications
Java 2 Platform EE v1.3: Class RecipientTerm - Java Platform, Enterprise Edition v1.3.1 API Specifications
javax.mail.search
Class RecipientTerm
java.lang.Object
|
+--javax.mail.search.SearchTerm
|
+--javax.mail.search.AddressTerm
|
+--javax.mail.search.RecipientTerm
- public final class RecipientTerm
- extends AddressTerm
This class implements comparisons for the Recipient Address headers.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
protected Message.RecipientType type
- The recipient type.
RecipientTerm
public RecipientTerm(Message.RecipientType type,
Address address)
- Constructor.
- Parameters:
type
- the recipient typeaddress
- the address to match for
getRecipientType
public Message.RecipientType getRecipientType()
- Return the type of recipient to match with.
match
public boolean match(Message msg)
- The match method.
- Overrides:
match
in class SearchTerm
- Parameters:
msg
- The address match is applied to this Message's recepient
address- Returns:
- true if the match succeeds, otherwise false