|
|||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||
°³¿ä: ³»ºÎ Ŭ·¡½º | Çʵå | constructor¡¡ ¡¡ | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor¡¡ ¡¡ | ¸Þ¼Òµå |
java.lang.Object | +--java.util.EventObject | +--javax.mail.event.MailEvent | +--javax.mail.event.TransportEvent
ÀÌ Å¬·¡½º´Â Transport À̺¥Æ®¸¦ ¸ðµ¨ÈÇÕ´Ï´Ù.
Transport
,
TransportListener
, Á÷·ÄÈ µÈ Çü½Ä ÇʵåÀÇ °³¿ä | |
protected Address [] |
invalid
|
static int |
MESSAGE_DELIVERED
¸Þ¼¼Áö´Â, ÀÌ À̺¥Æ®¸¦ ¹æ¾Æ¼è ÇÑ À̼ۿ¡ ÀÇÇØ ¸ðµç ¼ö½ÅÀÚ¿¡°Ô ¹®Á¦ ¾ø°Ô Àü´ÞµÇ¾ú½À´Ï´Ù. |
static int |
MESSAGE_NOT_DELIVERED
ÇϵîÀÇ ¿øÀÎÀ¸·Î ¸Þ¼¼Áö°¡ ¼Û½ÅµÇÁö ¾Ê¾Ò½À´Ï´Ù. |
static int |
MESSAGE_PARTIALLY_DELIVERED
¸Þ¼¼Áö´Â ÀϺÎÀÇ ¼ö½ÅÀÚ¿¡°Ô Á¤»óÀûÀ¸·Î ¼Û½ÅµÇ¾ú½À´Ï´Ù¸¸, ¸ðµç ¼ö½ÅÀÚ°¡ ¾Æ´Õ´Ï´Ù. |
protected Message |
msg
|
protected int |
type
À̺¥Æ®ÀÇ ÇüÅÂÀÔ´Ï´Ù. |
protected Address [] |
validSent
|
protected Address [] |
validUnsent
|
Ŭ·¡½º java.util.EventObject ·ÎºÎÅÍ °è½ÂÇÑ Çʵå |
source |
constructor¡¡ ¡¡ ÀÇ °³¿ä | |
TransportEvent (Transport transport,
int type,
Address [] validSent,
Address [] validUnsent,
Address [] invalid,
Message msg)
constructor¡¡ ¡¡ ÀÔ´Ï´Ù. |
¸Þ¼ÒµåÀÇ °³¿ä | |
void |
dispatch (java.lang.Object listener)
ÀûÀýÇÑ TransportListener ¸Þ¼Òµå¸¦ È£ÃâÇÕ´Ï´Ù. |
Address [] |
getInvalidAddresses ()
ÀÌ ¸Þ¼¼Áö¸¦ Á¤»óÀûÀ¸·Î ¼Û½ÅÇÒ ¼ö ¾ø¾ú´ø ÁÖ¼Ò¸¦ µ¹·ÁÁÝ´Ï´Ù. |
Message |
getMessage ()
ÀÌ Transport Event ¿¡ °ü·ÃÁöÀ» ¼ö ÀÖ¾ú´ø Message ¿ÀºêÁ§Æ®¸¦ ÃëµæÇÕ´Ï´Ù. |
int |
getType ()
ÀÌ À̺¥Æ®ÀÇ ÇüŸ¦ µ¹·ÁÁÝ´Ï´Ù. |
Address [] |
getValidSentAddresses ()
ÀÌ ¸Þ¼¼Áö°¡ Á¤»óÀûÀ¸·Î ¼Û½ÅµÈ ÁÖ¼Ò¸¦ µ¹·ÁÁÝ´Ï´Ù. |
Address [] |
getValidUnsentAddresses ()
À¯È¿ÇÏÁö¸¸, ¸Þ¼¼Áö°¡ ¼Û½ÅµÇÁö ¾Ê¾Ò´ø ÁÖ¼Ò¸¦ µ¹·ÁÁÝ´Ï´Ù. |
Ŭ·¡½º java.util.EventObject ·ÎºÎÅÍ °è½ÂÇÑ ¸Þ¼Òµå |
getSource, toString |
Ŭ·¡½º java.lang.Object ·ÎºÎÅÍ °è½ÂÇÑ ¸Þ¼Òµå |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ÇʵåÀÇ »ó¼¼ |
public static final int MESSAGE_DELIVERED
public static final int MESSAGE_NOT_DELIVERED
public static final int MESSAGE_PARTIALLY_DELIVERED
protected int type
protected transient Address [] validSent
protected transient Address [] validUnsent
protected transient Address [] invalid
protected transient Message msg
constructor¡¡ ¡¡ ÀÇ »ó¼¼ |
public TransportEvent(Transport transport, int type, Address [] validSent, Address [] validUnsent, Address [] invalid, Message msg)
transport
- Transport ¿ÀºêÁ§Æ®¸Þ¼ÒµåÀÇ »ó¼¼ |
public int getType()
public Address [] getValidSentAddresses()
public Address [] getValidUnsentAddresses()
public Address [] getInvalidAddresses()
public Message getMessage()
public void dispatch(java.lang.Object listener)
MailEvent
³»ÀÇ dispatch
|
|||||||||
ÀüÀÇ Å¬·¡½º ´ÙÀ½ÀÇ Å¬·¡½º | ÇÁ·¹ÀÓ ÀÖ¾î ÇÁ·¹ÀÓ ¾øÀ½ | ||||||||
°³¿ä: ³»ºÎ Ŭ·¡½º | Çʵå | constructor¡¡ ¡¡ | ¸Þ¼Òµå | »ó¼¼: Çʵå | constructor¡¡ ¡¡ | ¸Þ¼Òµå |