ref_send API 2.17
defensive programming in Java

org.ref_send.log
Class Event

java.lang.Object
  extended by org.joe_e.Struct
      extended by org.ref_send.log.Event
All Implemented Interfaces:
java.io.Serializable, Immutable, Powerless, Selfless, Record
Direct Known Subclasses:
Comment, Got, Resolved, Sent

public class Event
extends Struct
implements Powerless, Record, java.io.Serializable

Logs an event.

See Also:
Serialized Form

Field Summary
 Anchor anchor
          event identifier
 java.lang.Long timestamp
          difference, measured in milliseconds, between the time the event occurred and midnight, January 1, 1970 UTC (optional)
 Trace trace
          trace of the call site that produced the event (optional)
 
Constructor Summary
Event(Anchor anchor, java.lang.Long timestamp, Trace trace)
          Constructs an instance.
 
Method Summary
 
Methods inherited from class org.joe_e.Struct
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.joe_e.Selfless
hashCode
 

Field Detail

anchor

public final Anchor anchor
event identifier


timestamp

public final java.lang.Long timestamp
difference, measured in milliseconds, between the time the event occurred and midnight, January 1, 1970 UTC (optional)


trace

public final Trace trace
trace of the call site that produced the event (optional)

Constructor Detail

Event

public Event(Anchor anchor,
             java.lang.Long timestamp,
             Trace trace)
Constructs an instance.

Parameters:
anchor - anchor
timestamp - timestamp
trace - trace

ref_send API 2.17
defensive programming in Java

Submit a bug or feature, or get help

Copyright 1998-2009 Waterken Inc. under the terms of the MIT X license.