Package org.bedework.util.jms.events
Class HttpOutEvent
java.lang.Object
org.bedework.util.jms.events.SysEvent
org.bedework.util.jms.events.HttpEvent
org.bedework.util.jms.events.HttpOutEvent
- All Implemented Interfaces:
Serializable,Comparable<SysEvent>,MillisecsEvent
Outbound http event.
- Author:
- douglm
- See Also:
-
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongvoidAdd our stuff to the ToString objectMethods inherited from class org.bedework.util.jms.events.SysEvent
addMessageAttributes, compareTo, getDtstamp, getMessageAttributes, getRelated, getSequence, getSysCode, hashCode, makeStatsEvent, makeTimedEvent, setDtstamp, setRelated, setSequence, toString
-
Constructor Details
-
HttpOutEvent
- Parameters:
code- identifiermillis- - time request took
-
-
Method Details
-
getMillis
public long getMillis()- Specified by:
getMillisin interfaceMillisecsEvent- Returns:
- millis
-
toStringSegment
Add our stuff to the ToString object- Overrides:
toStringSegmentin classSysEvent- Parameters:
ts- for result
-