|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NotificationException | |
---|---|
org.figure8.join.services.notification | |
org.figure8.join.services.notification.im | |
org.figure8.join.services.notification.mail |
Uses of NotificationException in org.figure8.join.services.notification |
---|
Methods in org.figure8.join.services.notification that throw NotificationException | |
---|---|
void |
SubscribersNotifier.notify(RemoteSubscriber[] subscribers,
java.lang.String title,
java.lang.String content)
Notify subscribers of mailing list defined into Join application |
void |
Notifier.notify(java.lang.String[] recipients,
java.lang.String title,
java.lang.String content)
Notifier are able to notify recipients and use a title and a content within their notification messages. |
Uses of NotificationException in org.figure8.join.services.notification.im |
---|
Methods in org.figure8.join.services.notification.im that throw NotificationException | |
---|---|
protected XMPPConnection |
XMPPNotifier.connect()
Create a new connection and log in. |
protected XMPPConnection |
GoogleTalkNotifier.connect()
Create a new connection and log in. |
void |
XMPPNotifier.notify(RemoteSubscriber[] subscribers,
java.lang.String title,
java.lang.String content)
Notify subscribers of mailing list defined into Join application |
void |
XMPPNotifier.notify(java.lang.String[] recipients,
java.lang.String title,
java.lang.String content)
Notifier are able to notify recipients and use a title and a content within their notification messages. |
Uses of NotificationException in org.figure8.join.services.notification.mail |
---|
Methods in org.figure8.join.services.notification.mail that throw NotificationException | |
---|---|
void |
MailNotifier.notify(RemoteSubscriber[] subscribers,
java.lang.String title,
java.lang.String content)
Notify subscribers of mailing list defined into Join application |
void |
MailNotifier.notify(java.lang.String[] recipients,
java.lang.String title,
java.lang.String content)
Notifier are able to notify recipients and use a title and a content within their notification messages. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |