Lightweight Bartering Grid

Uses of Interface
lbg.protocol.api.GridApplication

Packages that use GridApplication
lbg.examples.hash   
lbg.examples.hello   
lbg.middleware.execution   
lbg.simulator   
 

Uses of GridApplication in lbg.examples.hash
 

Classes in lbg.examples.hash that implement GridApplication
 class GridHasher
          Hash a set of data and return a user-readable hash.
 

Uses of GridApplication in lbg.examples.hello
 

Classes in lbg.examples.hello that implement GridApplication
 class HelloGrid
          A 'Hello World' in 2 classes to test the grid.
 

Uses of GridApplication in lbg.middleware.execution
 

Methods in lbg.middleware.execution that return GridApplication
 GridApplication GridClassLoader.load(Task t)
          Loads all classes required to run the Task, and creates the Application.
 

Uses of GridApplication in lbg.simulator
 

Classes in lbg.simulator that implement GridApplication
 class SimTask
          A SimTask is a wrapper class enabling the LBG Simulator to be run as a GridApplication.
 


Lightweight Bartering Grid

Copyright (c) 2005-2008, Cyril Briquet, parts Xavier Dalem.