ref_send API 2.17
defensive programming in Java

Uses of Class
org.ref_send.log.Event

Packages that use Event
org.ref_send.log A log file format. 
org.waterken.trace An event logging implementation. 
 

Uses of Event in org.ref_send.log
 

Subclasses of Event in org.ref_send.log
 class Comment
          Logs a comment.
 class Fulfilled
          Logs fulfillment of a promise.
 class Got
          Logs receipt of a message.
 class Pipelined
          Logs a conditional send of a message processed at the callee's site.
 class Problem
          Logs an uncaught exception.
 class Progressed
          Logs progress towards resolution of a promise.
 class Rejected
          Logs rejection of a promise.
 class Resolved
          Logs resolution of a condition.
 class Returned
          Logs sending of a return value.
 class Sent
          Logs a message send.
 class SentIf
          Logs a conditional message send.
 

Uses of Event in org.waterken.trace
 

Methods in org.waterken.trace with parameters of type Event
 void Verbose.apply(Event value)
           
 

Method parameters in org.waterken.trace with type arguments of type Event
static Log EventSender.make(Receiver<Event> stderr, Marker mark, Tracer tracer)
          Constructs a log event generator.
 

Constructor parameters in org.waterken.trace with type arguments of type Event
Verbose(java.io.PrintStream out, Receiver<Event> next)
          Constructs an instance.
 


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.