Class Summary |
NotificationList |
Holds lists of NotificationTarget objects so that the NotificationHandler EJB
behaviour can be controlled at runtime by client applications |
NotificationTarget |
Abstract class to define expected behaviour of all NotificationTargets and
provide some common functionality to all of them |
NotifyConsole |
|
NotifyEmail |
This class will send an e-mail using the Email class. |
NotifyFiles |
Write the notification contents into a list of files specified in the
constructor time parameters. |
NotifyFTP |
Sends a message to an outgoing FTP server. |
NotifyFTPList |
NotifyFTPList extends NotifyFTP and adds the ability to take
a single file name or list of file names located in the ESB Message object. |
NotifyJMS |
Abstract class that defines the behaviour of NotifyQueues and NotifyTopics
(and in fact any other javax.jms.Destination object), and provides common
methods to derived classes |
NotifyQueues |
This class that implements abstract methods defined in it's superclass |
NotifySqlTable |
|
NotifyTcp |
Send message via TCP. |
NotifyTopics |
KS: It is silly we open and close the jms connection with eash request. |
NotifyUtil |
|