Uses of Class
org.bedework.sysevents.NotificationException
Packages that use NotificationException
-
Uses of NotificationException in org.bedework.sysevents
Methods in org.bedework.sysevents 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.voidJmsConnectionHandler.open(String queueName, Properties pr) Open a connection to the named queue ready to create a producer or consumer.javax.jms.MessageJmsConnectionHandler.receive() -
Uses of NotificationException in org.bedework.sysevents.listeners
Methods in org.bedework.sysevents.listeners that throw NotificationExceptionModifier and TypeMethodDescriptionabstract voidCalled whenever a matching event occurs.voidabstract voidCalled whenever a matching event occurs.abstract voidCalled whenever a matching event occurs.voidvoidJmsSysEventListener.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.sysevents.listeners that throw NotificationExceptionModifierConstructorDescriptionCollectionListener(String colPath, SysEventBase.SysCode code, SysEventActionClass actionObject) SysEventListenerImpl(SysEventBase.SysCode code, SysEventActionClass actionObject)