|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.calfater.mailcarbon.manager.MessageManager
public class MessageManager
Manage Messages list.
| Field Summary | |
|---|---|
int |
MAX_ATTEMPTS
|
| Constructor Summary | |
|---|---|
MessageManager()
|
|
| Method Summary | |
|---|---|
void |
add(javax.mail.Message message)
Add a message |
boolean |
isPresent(javax.mail.Message message)
Return true if the message is in the message list |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final int MAX_ATTEMPTS
| Constructor Detail |
|---|
public MessageManager()
| Method Detail |
|---|
public void add(javax.mail.Message message)
throws javax.mail.MessagingException
message - A Message.
javax.mail.MessagingException
public boolean isPresent(javax.mail.Message message)
throws javax.mail.MessagingException
message - The message.
javax.mail.MessagingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||