Lightweight Bartering Grid

Uses of Interface
lbg.peer.strategy.accounting.BarteringAccountantPolicy

Packages that use BarteringAccountantPolicy
lbg.peer.register   
lbg.peer.register.bartering   
lbg.peer.strategy   
lbg.peer.strategy.accounting   
 

Uses of BarteringAccountantPolicy in lbg.peer.register
 

Constructors in lbg.peer.register with parameters of type BarteringAccountantPolicy
PeerProfile(Peer managed_peer, ExternalPeerHandle profiled_peer, BarteringAccountantPolicy accountant)
           
 

Uses of BarteringAccountantPolicy in lbg.peer.register.bartering
 

Methods in lbg.peer.register.bartering that return BarteringAccountantPolicy
 BarteringAccountantPolicy TestPeerBarteringProfile.getAccountant()
           
 BarteringAccountantPolicy PeerBarteringProfile.getAccountant()
           
 

Methods in lbg.peer.register.bartering with parameters of type BarteringAccountantPolicy
 void TestPeerBarteringProfile.setAccountant(BarteringAccountantPolicy accountant)
           
 void PeerBarteringProfile.setAccountant(BarteringAccountantPolicy accountant)
           
 

Constructors in lbg.peer.register.bartering with parameters of type BarteringAccountantPolicy
PeerBarteringProfile(Peer managed_peer, ExternalPeerHandle profiled_peer, BarteringAccountantPolicy accountant)
           
 

Uses of BarteringAccountantPolicy in lbg.peer.strategy
 

Methods in lbg.peer.strategy that return BarteringAccountantPolicy
 BarteringAccountantPolicy StrategyDescriptor.createDefaultAccountant()
           
 

Uses of BarteringAccountantPolicy in lbg.peer.strategy.accounting
 

Classes in lbg.peer.strategy.accounting that implement BarteringAccountantPolicy
 class LBGRelativePowerAccountant
          Implementation note: this implementation relies on TaskManager and Task output information.
 class LBGTimeAccountant
          Implementation note: this implementation relies on Task output information.
 class NoEvalAccountant
          Implementation note: this implementation does not rely on any information.
 class OGPerfectAccountant
          Note: this perfect accounting implementation (in the sense of OurGrid) is correct only in stable environments, i.e.
 class OGRelativePowerAccountant
          Implementation note: this implementation relies on TaskManager and Task output information.
 class OGTimeAccountant
          Implementation note: this implementation relies on Task output information.
 

Methods in lbg.peer.strategy.accounting that return BarteringAccountantPolicy
abstract  BarteringAccountantPolicy BarteringAccountantType.createAccountant(Peer peer)
           
 


Lightweight Bartering Grid

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