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
public class HttpOutEvent extends HttpEvent implements MillisecsEvent
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
-
-
Constructor Summary
Constructors Constructor Description HttpOutEvent(String code, long millis)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetMillis()voidtoStringSegment(ToString ts)Add our stuff to the ToString object-
Methods inherited from class org.bedework.util.jms.events.SysEvent
addMessageAttributes, compareTo, getDtstamp, getMessageAttributes, getRelated, getSequence, getSysCode, hashCode, makeStatsEvent, makeTimedEvent, setDtstamp, setRelated, setSequence, toString
-
-
-
-
Constructor Detail
-
HttpOutEvent
public HttpOutEvent(String code, long millis)
- Parameters:
code- identifiermillis- - time request took
-
-
Method Detail
-
getMillis
public long getMillis()
- Specified by:
getMillisin interfaceMillisecsEvent- Returns:
- millis
-
toStringSegment
public void toStringSegment(ToString ts)
Add our stuff to the ToString object- Overrides:
toStringSegmentin classSysEvent- Parameters:
ts- for result
-
-