Package org.bedework.util.jms.listeners
Class SysEventActionClass
- java.lang.Object
-
- org.bedework.util.jms.listeners.SysEventActionClass
-
- All Implemented Interfaces:
Serializable,org.bedework.util.logging.Logged
- Direct Known Subclasses:
SysEventLoggerAction
public abstract class SysEventActionClass extends Object implements Serializable, org.bedework.util.logging.Logged
Listener action class- Author:
- Mike Douglass
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SysEventActionClass()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract voidaction(SysEvent ev)Called whenever a matching event occurs.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.bedework.util.logging.Logged
audit, debug, debug, enableAuditLogger, enableErrorLogger, enableMetricsLogger, error, error, error, getLogger, getLogLevel, info, isAuditLoggerEnabled, isErrorLoggerEnabled, isMetricsDebugEnabled, isMetricsLoggerEnabled, metrics, setLoggerClass, setLoggerClass, trace, trace, warn
-
-
-
-
Method Detail
-
action
public abstract void action(SysEvent ev) throws NotificationException
Called whenever a matching event occurs.- Parameters:
ev- the system event- Throws:
NotificationException- on fatal error
-
-