org.ref_send.log
Class Resolved
java.lang.Object
org.joe_e.Struct
org.ref_send.log.Event
org.ref_send.log.Resolved
- All Implemented Interfaces:
- java.io.Serializable, Immutable, Powerless, Selfless, Record
- Direct Known Subclasses:
- Fulfilled, Progressed, Rejected
public class Resolved
- extends Event
Logs resolution of a condition.
This kind of event is produced when a promise is
resolved.
- See Also:
SentIf
,
Serialized Form
Field Summary |
java.lang.String |
condition
globally unique identifier for the condition |
Constructor Summary |
Resolved(Anchor anchor,
java.lang.Long timestamp,
Trace trace,
java.lang.String condition)
Constructs an instance. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
condition
public final java.lang.String condition
- globally unique identifier for the condition
Resolved
public Resolved(Anchor anchor,
java.lang.Long timestamp,
Trace trace,
java.lang.String condition)
- Constructs an instance.
- Parameters:
anchor
- Event.anchor
timestamp
- Event.timestamp
trace
- Event.trace
condition
- condition
Submit a bug or feature, or get helpCopyright 1998-2009 Waterken Inc. under the terms of the MIT X license.