Package org.bedework.util.jms.events
Class HttpEvent
- java.lang.Object
-
- org.bedework.util.jms.events.SysEvent
-
- org.bedework.util.jms.events.HttpEvent
-
- All Implemented Interfaces:
Serializable,Comparable<SysEvent>
- Direct Known Subclasses:
HttpOutEvent
public class HttpEvent extends SysEvent
Inbound or outbound http event.- Author:
- douglm
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.bedework.util.jms.events.SysEvent
SysEvent.Attribute
-
-
Field Summary
-
Fields inherited from class org.bedework.util.jms.events.SysEvent
syscodeStats, syscodeTimedEvent
-
-
Method Summary
-
Methods inherited from class org.bedework.util.jms.events.SysEvent
addMessageAttributes, compareTo, getDtstamp, getMessageAttributes, getRelated, getSequence, getSysCode, hashCode, makeStatsEvent, makeTimedEvent, setDtstamp, setRelated, setSequence, toString, toStringSegment
-
-
-
-
Constructor Detail
-
HttpEvent
public HttpEvent(String code)
- Parameters:
code- the system event code
-
-