Package lima.distribution

Interface Summary
Client Client is the interface by which a server can monitor and track clients.
Constants This allows large constants to be downloaded when wanted.
WorkUnit A WorkUnit is the basic thing that a client processes.
WorkUnitProcessor A WorkUnitProcessor is the interface between the distribution system and an application.
WorkUnitServer The client-server interface - a WorkUnitServer provides WorkUnits to the clients that provide processing cycles.
WorkUnitSink A sink for Processed WorkUnits.
WorkUnitSource A Source of Unprocessed WorkUnits.
 

Class Summary
AppletClient  
ClientImp An observable implementation of the Client interface.
CompositeWorkUnit CompositeWorkUnit is a type of workunit that processes its member workunits serially.
ConstantsImp  
DServer DServer is the magic that is a Combined WorkUnit Processor and Server.
LocalProcessor This implements a WorkUnitProcessor in the local JVM.
TestWUPipe A test harness for WUPipe.
WUPipe A WUPipe provides the inverse interface to a WUSource.
 

Exception Summary
NoWorkException Thrown by a WorkUnitServer if there is no work available.