Uses of Class
org.bedework.util.jms.NotificationException
-
Packages that use NotificationException Package Description org.bedework.util.jms org.bedework.util.jms.listeners -
-
Uses of NotificationException in org.bedework.util.jms
Methods in org.bedework.util.jms that throw NotificationException Modifier and Type Method Description javax.jms.MessageConsumerJmsConnectionHandler. getConsumer()javax.jms.MessageProducerJmsConnectionHandler. getProducer()voidJmsConnectionHandler. open(String queueName)Open a connection to the named queue ready to create a producer or consumer.voidJmsNotificationsHandlerImpl. post(SysEvent ev)abstract voidNotificationsHandler. post(SysEvent ev)Called to notify container that an event occurred.static voidNotificationsHandlerFactory. post(SysEvent ev, String queueName, Properties pr)Called to notify container that an event occurred.javax.jms.MessageJmsConnectionHandler. receive()abstract voidNotificationsHandler. registerListener(SysEventListener l, boolean persistent)Register a listener.abstract voidNotificationsHandler. removeListener(SysEventListener l)Remove a listener.Constructors in org.bedework.util.jms that throw NotificationException Constructor Description JmsNotificationsHandlerImpl(String queueName, Properties pr) -
Uses of NotificationException in org.bedework.util.jms.listeners
Methods in org.bedework.util.jms.listeners that throw NotificationException Modifier and Type Method Description abstract voidJmsSysEventListener. action(SysEvent ev)Called whenever a matching event occurs.abstract voidSysEventActionClass. action(SysEvent ev)Called whenever a matching event occurs.abstract voidSysEventListener. action(SysEvent ev)Called whenever a matching event occurs.voidSysEventListenerImpl. action(SysEvent ev)voidSysEventLoggerAction. action(SysEvent ev)voidJmsSysEventListener. open(String queueName, Properties pr)voidJmsSysEventListener. process(boolean asynch)For asynch we do the onMessage listener style.abstract voidSysEventListener. setActionClassName(String className)Set name of action class.voidSysEventListenerImpl. setActionClassName(String className)abstract voidSysEventListener. setActionObject(SysEventActionClass actionObject)Supply action object - will set class name.voidSysEventListenerImpl. setActionObject(SysEventActionClass actionObject)abstract StringSysEventListener. toXml()Create a string representation.StringSysEventListenerImpl. toXml()Constructors in org.bedework.util.jms.listeners that throw NotificationException Constructor Description SysEventListenerImpl(String code, SysEventActionClass actionObject)
-