站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Java Platform, Enterprise Edition v1.4 API Specifications

RecipientTerm (Java 2 Platform Ent. Ed. v1.4) - Java Platform, Enterprise Edition v1.4 API Specifications

JavaTM 2 Platform
Ent. Ed. v1.4

javax.mail.search
Class RecipientTerm

java.lang.Object
  extended byjavax.mail.search.SearchTerm
      extended byjavax.mail.search.AddressTerm
          extended byjavax.mail.search.RecipientTerm
All Implemented Interfaces:
Serializable

public final class RecipientTerm
extends AddressTerm

This class implements comparisons for the Recipient Address headers.

Author:
Bill Shannon, John Mani
See Also:
Serialized Form

Field Summary
protected  Message.RecipientType type
          The recipient type.
 
Fields inherited from class javax.mail.search.AddressTerm
address
 
Constructor Summary
RecipientTerm(Message.RecipientType type, Address address)
          Constructor.
 
Method Summary
 boolean equals(Object obj)
          Equality comparison.
 Message.RecipientType getRecipientType()
          Return the type of recipient to match with.
 int hashCode()
          Compute a hashCode for this object.
 boolean match(Message msg)
          The match method.
 
Methods inherited from class javax.mail.search.AddressTerm
getAddress, match
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

protected Message.RecipientType type
The recipient type.

Constructor Detail

RecipientTerm

public RecipientTerm(Message.RecipientType type,
                     Address address)
Constructor.

Parameters:
type - the recipient type
address - the address to match for
Method Detail

getRecipientType

public Message.RecipientType getRecipientType()
Return the type of recipient to match with.


match

public boolean match(Message msg)
The match method.

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

equals

public boolean equals(Object obj)
Equality comparison.

Overrides:
equals in class AddressTerm

hashCode

public int hashCode()
Compute a hashCode for this object.

Overrides:
hashCode in class AddressTerm

JavaTM 2 Platform
Ent. Ed. v1.4

Submit a bug or feature

Copyright 2003 Sun Microsystems, Inc. All rights reserved.