Lightweight Bartering Grid

Uses of Package
lbg.protocol.api

Packages that use lbg.protocol.api
lbg.examples.hash   
lbg.examples.hello   
lbg.middleware.execution   
lbg.simulator   
 

Classes in lbg.protocol.api used by lbg.examples.hash
GridApplication
          This interface must be implemented by one class in each Grid application submitted as a Task.

This class must implement: A constructor without any arguments A method to receive its input parameters A method to receive its input data files A method to receive the id of the Supplier Peer that controls the Resource running it A method to be started A method to export its results These methods will always be called in that order.
 

Classes in lbg.protocol.api used by lbg.examples.hello
GridApplication
          This interface must be implemented by one class in each Grid application submitted as a Task.

This class must implement: A constructor without any arguments A method to receive its input parameters A method to receive its input data files A method to receive the id of the Supplier Peer that controls the Resource running it A method to be started A method to export its results These methods will always be called in that order.
 

Classes in lbg.protocol.api used by lbg.middleware.execution
GridApplication
          This interface must be implemented by one class in each Grid application submitted as a Task.

This class must implement: A constructor without any arguments A method to receive its input parameters A method to receive its input data files A method to receive the id of the Supplier Peer that controls the Resource running it A method to be started A method to export its results These methods will always be called in that order.
 

Classes in lbg.protocol.api used by lbg.simulator
GridApplication
          This interface must be implemented by one class in each Grid application submitted as a Task.

This class must implement: A constructor without any arguments A method to receive its input parameters A method to receive its input data files A method to receive the id of the Supplier Peer that controls the Resource running it A method to be started A method to export its results These methods will always be called in that order.
 


Lightweight Bartering Grid

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