Package org.apache.ode.jacob.soup

Interface Summary
ExecutionQueue The soup, the reactive "broth" that underlies the JACOB system.
ReplacementMap Mapping used by the JACOB soup to replace large objects with (hopefully) smaller objets during the serialization process.
 

Class Summary
Comm DOCUMENTME.
CommChannel DOCUMENTME.
CommGroup DOCUMENTME.
CommRecv Persistent store representation of an object (i.e. channel read) waiting for a message (i.e. channel write / method application).
CommSend Persistent store representation of a message (i.e. method application / channel write) waiting for a corresponding object (i.e. channel read).
Continuation DOCUMENTME.
ExecutionQueueObject Base class for items we find in the ExecutionQueue.