RecipientTerm (Java EE 5 SDK)

Java

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


javax.mail.search Class RecipientTerm

java.lang.Object
  extended by javax.mail.search.SearchTerm
      extended by javax.mail.search.AddressTerm
          extended by javax.mail.search.RecipientTerm
所有已实现的接口:
Serializable

public final class RecipientTerm
extends AddressTerm

This class implements comparisons for the Recipient Address headers.

作者:
Bill Shannon, John Mani
另请参见:
Serialized Form

字段摘要
protected  Message.RecipientType type
          The recipient type.
 
Fields inherited from class javax.mail.search.AddressTerm
address
 
构造器摘要
RecipientTerm(Message.RecipientType type, Address address)
          Constructor.
 
方法摘要
 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.
 
类方法继承 javax.mail.search.AddressTerm
getAddress, match
 
类方法继承 java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

type

protected Message.RecipientType type
The recipient type.

构造器详细信息

RecipientTerm

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

参数:
type - the recipient type
address - 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.

规范说明:
match in class SearchTerm
参数:
msg - The address match is applied to this Message's recepient address
返回:
true if the match succeeds, otherwise false

equals

public boolean equals(Object obj)
Equality comparison.

重写:
equals in class AddressTerm

hashCode

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

重写:
hashCode in class AddressTerm

Java EE 5 SDK

深圳电信培训中心.徐海蛟老师.


提交错误或意见

版权所有 2007 Sun Microsystems, Inc. 保留所有权利。 请遵守许可证条款。深圳电信培训中心.徐海蛟老师教学参考.