Uses of Class
org.bedework.util.jms.events.SysEvent
-
Packages that use SysEvent Package Description org.bedework.util.jms org.bedework.util.jms.events org.bedework.util.jms.listeners -
-
Uses of SysEvent in org.bedework.util.jms
Methods in org.bedework.util.jms with parameters of type SysEvent Modifier and Type Method Description 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. -
Uses of SysEvent in org.bedework.util.jms.events
Subclasses of SysEvent in org.bedework.util.jms.events Modifier and Type Class Description classHttpEventInbound or outbound http event.classHttpOutEventOutbound http event.classNamedEventSystem event with a nameclassStatsEventEvent to allow us to drop statistics into jms.classTimedEventAn event for some timed activity.Methods in org.bedework.util.jms.events that return SysEvent Modifier and Type Method Description SysEventSysEvent. getRelated()static SysEventSysEvent. makeStatsEvent(String name, Long longValue)static SysEventSysEvent. makeTimedEvent(String label, long millisecs)Methods in org.bedework.util.jms.events with parameters of type SysEvent Modifier and Type Method Description intSysEvent. compareTo(SysEvent val)voidSysEvent. setRelated(SysEvent val)This allows for linking together related events. -
Uses of SysEvent in org.bedework.util.jms.listeners
Methods in org.bedework.util.jms.listeners with parameters of type SysEvent 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)
-