javax.mail.search
Ŭ·¡½º RecipientTerm

java.lang.Object
  |
  +--javax.mail.search.SearchTerm 
        |
        +--javax.mail.search.AddressTerm 
              |
              +--javax.mail.search.RecipientTerm
¸ðµç ½ÇÀå ÀÎÅÍÆäÀ̽º:
java.io.Serializable

public final class RecipientTerm
extends AddressTerm

ÀÌ Å¬·¡½º´Â Recipient Address Çì´õÀÇ ºñ±³¸¦ ½ÇÀåÇÕ´Ï´Ù.

°ü·Ã Ç׸ñ:
Á÷·ÄÈ­ µÈ Çü½Ä

ÇʵåÀÇ °³¿ä
protected  Message.RecipientType type
          ¼ö½ÅÀÚÀÇ ÇüÅÂÀÔ´Ï´Ù.
 
Ŭ·¡½º javax.mail.search. AddressTerm ·ÎºÎÅÍ °è½ÂÇÑ Çʵå
address
 
constructor¡¡ ¡¡ ÀÇ °³¿ä
RecipientTerm (Message.RecipientType  type, Address  address)
          constructor¡¡ ¡¡ ÀÔ´Ï´Ù.
 
¸Þ¼ÒµåÀÇ °³¿ä
 boolean equals (java.lang.Object obj)
          µî°¡ ºñ±³ÀÔ´Ï´Ù.
 Message.RecipientType getRecipientType ()
          Á¶ÇÕÇÏ´Â ¼ö½ÅÀÚÀÇ ÇüŸ¦ µ¹·ÁÁÝ´Ï´Ù.
 int hashCode ()
          ÀÌ ¿ÀºêÁ§Æ®ÀÇ ÇØ½Ã Äڵ带 °è»êÇÕ´Ï´Ù.
 boolean match (Message  msg)
          Á¶ÇÕ ¸Þ¼ÒµåÀÔ´Ï´Ù.
 
Ŭ·¡½º javax.mail.search. AddressTerm ·ÎºÎÅÍ °è½ÂÇÑ ¸Þ¼Òµå
getAddress , match
 
Ŭ·¡½º java.lang.Object ·ÎºÎÅÍ °è½ÂÇÑ ¸Þ¼Òµå
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

ÇʵåÀÇ »ó¼¼

type

protected Message.RecipientType  type
¼ö½ÅÀÚÀÇ ÇüÅÂÀÔ´Ï´Ù.
constructor¡¡ ¡¡ ÀÇ »ó¼¼

RecipientTerm

public RecipientTerm(Message.RecipientType  type,
                     Address  address)
constructor¡¡ ¡¡ ÀÔ´Ï´Ù.
ÆÄ¶ó¹ÌÅÍ:
type - ¼ö½ÅÀÚÀÇ ÇüÅÂ
address - Á¶ÇÕÇÏ´Â ÁÖ¼Ò
¸Þ¼ÒµåÀÇ »ó¼¼

getRecipientType

public Message.RecipientType  getRecipientType()
Á¶ÇÕÇÏ´Â ¼ö½ÅÀÚÀÇ ÇüŸ¦ µ¹·ÁÁÝ´Ï´Ù.

match

public boolean match(Message  msg)
Á¶ÇÕ ¸Þ¼ÒµåÀÔ´Ï´Ù.
¿À¹ö¶óÀ̵å(override):
Ŭ·¡½º SearchTerm ³»ÀÇ match
ÆÄ¶ó¹ÌÅÍ:
msg - ÁÖ¼Ò Á¶ÇÕÀº ÀÌ Message ÀÇ ¼ö½ÅÀÚ ÁÖ¼Ò¿¡ Àû¿ëµÇ´Â
¹Ýȯ°ª:
Á¶ÇÕÀÌ ¼º°øÇÏ´Â °æ¿ì´Â true, ±×·¸Áö ¾ÊÀº °æ¿ì´Â false

equals

public boolean equals(java.lang.Object obj)
µî°¡ ºñ±³ÀÔ´Ï´Ù.
¿À¹ö¶óÀ̵å(override):
Ŭ·¡½º AddressTerm ³»ÀÇ equals

hashCode

public int hashCode()
ÀÌ ¿ÀºêÁ§Æ®ÀÇ ÇØ½Ã Äڵ带 °è»êÇÕ´Ï´Ù.
¿À¹ö¶óÀ̵å(override):
Ŭ·¡½º AddressTerm ³»ÀÇ hashCode


Copyright 2002 Sun Microsystems, Inc. All rights reserved.
»ç¿ë¿¡´Â»ç¿ë Çã¶ô °è¾àÀÌ Àû¿ëµË´Ï´Ù.