ref_send API 2.17
defensive programming in Java

Uses of Class
org.joe_e.Struct

Packages that use Struct
org.ref_send.log A log file format. 
org.ref_send.promise A promise interface. 
org.waterken.bang A simple demonstration and test of eventual operations. 
org.waterken.bounce An argument passing test. 
org.waterken.serial An infinite series of elements. 
org.waterken.syntax A marshalling interface. 
org.waterken.syntax.json JSON <=> Java conversion. 
org.waterken.trace An event logging implementation. 
 

Uses of Struct in org.ref_send.log
 

Subclasses of Struct in org.ref_send.log
 class CallSite
          A source code location.
 class Comment
          Logs a comment.
 class Event
          Logs an event.
 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.
 class Trace
          A stack trace.
 

Uses of Struct in org.ref_send.promise
 

Subclasses of Struct in org.ref_send.promise
 class Deferred<T>
          A return from an explicit promise creation.
 class Do<P,R>
          An eventual conditional code block.
 class Vat<T>
          A return from a vat creation.
 

Uses of Struct in org.waterken.bang
 

Subclasses of Struct in org.waterken.bang
 class DrumFactory
          A Drum factory.
 

Uses of Struct in org.waterken.bounce
 

Subclasses of Struct in org.waterken.bounce
 class AllTypes
          A record containing a field of each type.
 

Uses of Struct in org.waterken.serial
 

Subclasses of Struct in org.waterken.serial
 class Link<T>
          A resolved element of a series.
 class SeriesFactory
          A Series factory.
 

Uses of Struct in org.waterken.syntax
 

Subclasses of Struct in org.waterken.syntax
 class Export
          A exported value.
 class Syntax
          A serialization syntax.
 

Uses of Struct in org.waterken.syntax.json
 

Subclasses of Struct in org.waterken.syntax.json
 class JSONDeserializer
          Deserializes a JSON byte stream.
 class JSONSerializer
          Serializes an array of Java objects to a JSON byte stream.
 

Uses of Struct in org.waterken.trace
 

Subclasses of Struct in org.waterken.trace
 class TurnCounter
          An event loop turn counter.
 class Verbose
          Prints comments to an output stream.
 


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.