Lightweight Bartering Grid

Uses of Class
lbg.peer.core.negotiator.Negotiator

Packages that use Negotiator
lbg.peer.core   
lbg.peer.core.negotiator   
lbg.peer.core.scheduler   
lbg.peer.strategy   
lbg.simulator   
 

Uses of Negotiator in lbg.peer.core
 

Methods in lbg.peer.core with parameters of type Negotiator
 NegotiatorController ControllerFactory.createNegotiatorController(Peer peer, Negotiator negotiator)
           
 

Uses of Negotiator in lbg.peer.core.negotiator
 

Constructors in lbg.peer.core.negotiator with parameters of type Negotiator
LiveNegotiatorController(Peer managed_peer, Negotiator negotiator)
           
 

Uses of Negotiator in lbg.peer.core.scheduler
 

Constructors in lbg.peer.core.scheduler with parameters of type Negotiator
Scheduler(Peer managed_peer, Negotiator negotiator, java.lang.String target_scheduling_local_policy, java.lang.String target_scheduling_running_preemption_policy, java.lang.String target_scheduling_waiting_preemption_policy, java.lang.String target_supplying_filtering_policy, java.lang.String target_scheduling_supplying_policy, java.lang.String target_scheduling_consumption_policy)
          Creates a new Scheduler.
 

Uses of Negotiator in lbg.peer.strategy
 

Methods in lbg.peer.strategy that return Negotiator
 Negotiator StrategyDescriptor.createNegotiator()
           
 

Methods in lbg.peer.strategy with parameters of type Negotiator
 Scheduler StrategyDescriptor.createScheduler(Negotiator negotiator)
           
 

Uses of Negotiator in lbg.simulator
 

Methods in lbg.simulator with parameters of type Negotiator
 void EnvironmentController.setNegotiatorAndScheduler(int peer_id, Negotiator negotiator, Scheduler scheduler)
           
 


Lightweight Bartering Grid

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