Uses of Class
org.bedework.util.jms.NotificationException
Packages that use NotificationException
-
Uses of NotificationException in org.bedework.util.jms
Methods in org.bedework.util.jms that throw NotificationExceptionModifier and TypeMethodDescriptionjavax.jms.MessageConsumerJmsConnectionHandler.getConsumer()javax.jms.MessageProducerJmsConnectionHandler.getProducer()voidOpen a connection to the named queue ready to create a producer or consumer.voidabstract voidCalled 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 -
Uses of NotificationException in org.bedework.util.jms.listeners
Methods in org.bedework.util.jms.listeners that throw NotificationExceptionModifier and TypeMethodDescriptionabstract voidCalled whenever a matching event occurs.abstract voidCalled whenever a matching event occurs.abstract voidCalled whenever a matching event occurs.voidvoidvoidJmsSysEventListener.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.SysEventListenerImpl.toXml()Constructors in org.bedework.util.jms.listeners that throw NotificationExceptionModifierConstructorDescriptionSysEventListenerImpl(String code, SysEventActionClass actionObject)