A B C D F G H J L M N O P R S T 

A

AbstractMailNotifier<T extends MailMessage> - Class in org.beangle.notification.mail
 
AbstractMailNotifier() - Constructor for class org.beangle.notification.mail.AbstractMailNotifier
 
AbstractMessage - Class in org.beangle.notification
 
AbstractMessage() - Constructor for class org.beangle.notification.AbstractMessage
 
addBcc(String) - Method in class org.beangle.notification.mail.MailMessage
 
addCc(String) - Method in class org.beangle.notification.mail.MailMessage
 
addMessage(T) - Method in interface org.beangle.notification.MessageQueue
 
addMessage(T) - Method in class org.beangle.notification.service.DefaultMessageQueue
 
addMessages(List<T>) - Method in interface org.beangle.notification.MessageQueue
 
addMessages(List<T>) - Method in class org.beangle.notification.service.DefaultMessageQueue
 
addTo(String) - Method in class org.beangle.notification.mail.MailMessage
 
afterSend(Message) - Method in class org.beangle.notification.mail.AbstractMailNotifier
 

B

beforeSend(Message) - Method in class org.beangle.notification.mail.AbstractMailNotifier
 
buildSubject(Message) - Method in class org.beangle.notification.mail.AbstractMailNotifier
 
buildSubject(Message) - Method in class org.beangle.notification.mail.DefaultMailNotifier
 
buildText(Message) - Method in class org.beangle.notification.mail.AbstractMailNotifier
 
buildText(Message) - Method in class org.beangle.notification.mail.DefaultMailNotifier
 

C

ConsoleNotifier - Class in org.beangle.notification.console
 
ConsoleNotifier() - Constructor for class org.beangle.notification.console.ConsoleNotifier
 
createMimeMessage(MailMessage) - Method in class org.beangle.notification.mail.JavaMailSender
 

D

DefaultMailNotifier<T extends MailMessage> - Class in org.beangle.notification.mail
 
DefaultMailNotifier() - Constructor for class org.beangle.notification.mail.DefaultMailNotifier
 
DefaultMailNotifier(MailSender) - Constructor for class org.beangle.notification.mail.DefaultMailNotifier
 
DefaultMessageQueue<T extends Message> - Class in org.beangle.notification.service
 
DefaultMessageQueue() - Constructor for class org.beangle.notification.service.DefaultMessageQueue
 
DefaultNotificationTask<T extends Message> - Class in org.beangle.notification.service
 
DefaultNotificationTask() - Constructor for class org.beangle.notification.service.DefaultNotificationTask
 
DefaultNotifierService - Class in org.beangle.notification.service
 
DefaultNotifierService() - Constructor for class org.beangle.notification.service.DefaultNotifierService
 
deliver(Message) - Method in class org.beangle.notification.console.ConsoleNotifier
 
deliver(T) - Method in class org.beangle.notification.mail.AbstractMailNotifier
 
deliver(T) - Method in interface org.beangle.notification.Notifier
 
doSend(MimeMessage[]) - Method in class org.beangle.notification.mail.JavaMailSender
 

F

from(String) - Method in class org.beangle.notification.mail.MailMessage
 

G

getBcc() - Method in class org.beangle.notification.mail.MailMessage
 
getCc() - Method in class org.beangle.notification.mail.MailMessage
 
getContentType() - Method in class org.beangle.notification.AbstractMessage
 
getContentType() - Method in interface org.beangle.notification.Message
 
getContentType() - Method in class org.beangle.notification.SimpleMessage
 
getDefaultEncoding() - Method in class org.beangle.notification.mail.JavaMailSender
 
getEncoding() - Method in class org.beangle.notification.mail.MailMessage
 
getFailedMessages() - Method in exception org.beangle.notification.NotificationSendException
 
getFrom() - Method in class org.beangle.notification.mail.AbstractMailNotifier
 
getFrom() - Method in class org.beangle.notification.mail.MailMessage
 
getHost() - Method in class org.beangle.notification.mail.JavaMailSender
 
getJavaMailProperties() - Method in class org.beangle.notification.mail.JavaMailSender
 
getMailSender() - Method in class org.beangle.notification.mail.AbstractMailNotifier
 
getMessageQueue() - Method in interface org.beangle.notification.NotificationTask
 
getMessageQueue() - Method in class org.beangle.notification.service.DefaultNotificationTask
 
getMessages() - Method in interface org.beangle.notification.MessageQueue
 
getMessages() - Method in class org.beangle.notification.service.DefaultMessageQueue
 
getNotifier() - Method in interface org.beangle.notification.NotificationTask
 
getNotifier() - Method in class org.beangle.notification.service.DefaultNotificationTask
 
getNotifier(String) - Method in class org.beangle.notification.service.DefaultNotifierService
 
getNotifier(String) - Method in interface org.beangle.notification.service.NotifierService
Returns notifier by id
getNotifiers() - Method in class org.beangle.notification.service.DefaultNotifierService
 
getPassword() - Method in class org.beangle.notification.mail.JavaMailSender
 
getPort() - Method in class org.beangle.notification.mail.JavaMailSender
 
getProperties() - Method in class org.beangle.notification.AbstractMessage
 
getProperties() - Method in interface org.beangle.notification.Message
 
getProtocol() - Method in class org.beangle.notification.mail.JavaMailSender
 
getRecipients() - Method in class org.beangle.notification.mail.MailMessage
 
getRecipients() - Method in interface org.beangle.notification.Message
 
getRecipients() - Method in class org.beangle.notification.SimpleMessage
 
getSentAt() - Method in class org.beangle.notification.mail.MailMessage
 
getSession() - Method in class org.beangle.notification.mail.JavaMailSender
 
getSubject() - Method in class org.beangle.notification.AbstractMessage
 
getSubject() - Method in interface org.beangle.notification.Message
 
getText() - Method in class org.beangle.notification.AbstractMessage
 
getText() - Method in interface org.beangle.notification.Message
 
getTo() - Method in class org.beangle.notification.mail.MailMessage
 
getTransport(Session) - Method in class org.beangle.notification.mail.JavaMailSender
 
getType() - Method in class org.beangle.notification.console.ConsoleNotifier
 
getType() - Method in class org.beangle.notification.mail.AbstractMailNotifier
 
getType() - Method in interface org.beangle.notification.Notifier
 
getUsername() - Method in class org.beangle.notification.mail.JavaMailSender
 

H

HTML - Static variable in interface org.beangle.notification.Message
 

J

JavaMailSender - Class in org.beangle.notification.mail
 
JavaMailSender() - Constructor for class org.beangle.notification.mail.JavaMailSender
 

L

logger - Static variable in class org.beangle.notification.mail.AbstractMailNotifier
 
logger - Static variable in class org.beangle.notification.mail.JavaMailSender
 
logger - Static variable in class org.beangle.notification.service.DefaultNotificationTask
 

M

MailMessage - Class in org.beangle.notification.mail
 
MailMessage() - Constructor for class org.beangle.notification.mail.MailMessage
 
MailMessage(String, String, String) - Constructor for class org.beangle.notification.mail.MailMessage
 
MailMessage(String, String, String, String, String) - Constructor for class org.beangle.notification.mail.MailMessage
 
mailSender - Variable in class org.beangle.notification.mail.AbstractMailNotifier
 
MailSender - Interface in org.beangle.notification.mail
 
Message - Interface in org.beangle.notification
 
MessageQueue<T extends Message> - Interface in org.beangle.notification
消息队列
MimeUtils - Class in org.beangle.notification.mail
 
MimeUtils() - Constructor for class org.beangle.notification.mail.MimeUtils
 

N

NotificationException - Exception in org.beangle.notification
 
NotificationException(Throwable) - Constructor for exception org.beangle.notification.NotificationException
 
NotificationException(String) - Constructor for exception org.beangle.notification.NotificationException
 
NotificationException(String, Throwable) - Constructor for exception org.beangle.notification.NotificationException
 
NotificationSendException - Exception in org.beangle.notification
 
NotificationSendException(String, Throwable, Map<Object, Exception>) - Constructor for exception org.beangle.notification.NotificationSendException
 
NotificationSendException(Map<Object, Exception>) - Constructor for exception org.beangle.notification.NotificationSendException
 
NotificationTask<T extends Message> - Interface in org.beangle.notification
消息通知任务
Notifier<T extends Message> - Interface in org.beangle.notification
 
NotifierService - Interface in org.beangle.notification.service
 

O

onFinish(Message) - Method in interface org.beangle.notification.service.SendingObserver
 
onStart(Message) - Method in interface org.beangle.notification.service.SendingObserver
 
org.beangle.notification - package org.beangle.notification
 
org.beangle.notification.console - package org.beangle.notification.console
 
org.beangle.notification.mail - package org.beangle.notification.mail
 
org.beangle.notification.service - package org.beangle.notification.service
 

P

parseAddress(String, String) - Static method in class org.beangle.notification.mail.MimeUtils
 

R

remove() - Method in interface org.beangle.notification.MessageQueue
 
remove() - Method in class org.beangle.notification.service.DefaultMessageQueue
 

S

send(MailMessage...) - Method in class org.beangle.notification.mail.JavaMailSender
 
send(MailMessage...) - Method in interface org.beangle.notification.mail.MailSender
 
send() - Method in interface org.beangle.notification.NotificationTask
 
send() - Method in class org.beangle.notification.service.DefaultNotificationTask
 
SendingObserver - Interface in org.beangle.notification.service
 
setContentType(String) - Method in class org.beangle.notification.AbstractMessage
 
setContentType(String) - Method in interface org.beangle.notification.Message
 
setDefaultEncoding(String) - Method in class org.beangle.notification.mail.JavaMailSender
 
setFrom(String) - Method in class org.beangle.notification.mail.AbstractMailNotifier
 
setHost(String) - Method in class org.beangle.notification.mail.JavaMailSender
 
setJavaMailProperties(Properties) - Method in class org.beangle.notification.mail.JavaMailSender
 
setMailSender(MailSender) - Method in class org.beangle.notification.mail.AbstractMailNotifier
 
setMessageQueue(MessageQueue<T>) - Method in interface org.beangle.notification.NotificationTask
 
setMessageQueue(MessageQueue<T>) - Method in class org.beangle.notification.service.DefaultNotificationTask
 
setNotifier(Notifier<T>) - Method in interface org.beangle.notification.NotificationTask
 
setNotifier(Notifier<T>) - Method in class org.beangle.notification.service.DefaultNotificationTask
 
setNotifiers(Map<String, Notifier<?>>) - Method in class org.beangle.notification.service.DefaultNotifierService
 
setObserver(SendingObserver) - Method in class org.beangle.notification.service.DefaultNotificationTask
 
setPassword(String) - Method in class org.beangle.notification.mail.JavaMailSender
 
setPort(int) - Method in class org.beangle.notification.mail.JavaMailSender
 
setProperties(Properties) - Method in class org.beangle.notification.AbstractMessage
 
setProtocol(String) - Method in class org.beangle.notification.mail.JavaMailSender
 
setSentAt(Date) - Method in class org.beangle.notification.mail.MailMessage
 
setSession(Session) - Method in class org.beangle.notification.mail.JavaMailSender
 
setSubject(String) - Method in class org.beangle.notification.AbstractMessage
 
setSubject(String) - Method in interface org.beangle.notification.Message
 
setText(String) - Method in class org.beangle.notification.AbstractMessage
 
setText(String) - Method in interface org.beangle.notification.Message
 
setUsername(String) - Method in class org.beangle.notification.mail.JavaMailSender
 
SimpleMessage - Class in org.beangle.notification
 
SimpleMessage() - Constructor for class org.beangle.notification.SimpleMessage
 
SimpleMessage(String, String, String) - Constructor for class org.beangle.notification.SimpleMessage
 
size() - Method in interface org.beangle.notification.MessageQueue
 
size() - Method in class org.beangle.notification.service.DefaultMessageQueue
 

T

TEXT - Static variable in interface org.beangle.notification.Message
 
A B C D F G H J L M N O P R S T 

Copyright © 2012 The Beangle Software Group. All Rights Reserved.