Package org.bedework.util.jms
Class NotificationsHandlerFactory
- java.lang.Object
-
- org.bedework.util.jms.NotificationsHandlerFactory
-
public class NotificationsHandlerFactory extends Object
Return a single instance of a notifications handler.- Author:
- Mike Douglass
-
-
Constructor Summary
Constructors Constructor Description NotificationsHandlerFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidpost(SysEvent ev, String queueName, Properties pr)Called to notify container that an event occurred.
-
-
-
Method Detail
-
post
public static void post(SysEvent ev, String queueName, Properties pr) throws NotificationException
Called to notify container that an event occurred. In general this should not be called directly as consumers may receive the messages immediately, perhaps before the referenced data has been written.- Parameters:
ev- the system eventqueueName- our queuepr- jms properties- Throws:
NotificationException- on fatal error
-
-