Lightweight Bartering Grid

Uses of Class
lbg.simulator.EnvironmentController

Packages that use EnvironmentController
lbg.peer   
lbg.peer.core   
lbg.peer.core.negotiator   
lbg.peer.core.scheduler   
lbg.simulator   
 

Uses of EnvironmentController in lbg.peer
 

Constructors in lbg.peer with parameters of type EnvironmentController
SimulatedPeer(PeerBasicConfiguration peer_basic_config, PeerNetworkConfiguration peer_network_config, PeerDataConfiguration peer_data_config, PeerStrategyConfiguration peer_strategy_config, PeerServiceFactory peer_service_factory, ControllerFactory ctrlr_factory, SearchEngineHandle se_handle, EnvironmentController env_ctrlr, int sim_idx)
          Creates a new Peer (SIM mode).
 

Uses of EnvironmentController in lbg.peer.core
 

Constructors in lbg.peer.core with parameters of type EnvironmentController
ControllerFactory(EnvironmentController env_ctrlr, java.lang.String PEER_BASE_NAME)
          Creates a ControllerFactory (legal in SIM mode only).
 

Uses of EnvironmentController in lbg.peer.core.negotiator
 

Constructors in lbg.peer.core.negotiator with parameters of type EnvironmentController
SimulatedNegotiatorController(Peer managed_peer, EnvironmentController env_ctrlr, java.lang.String PEER_BASE_NAME)
           
 

Uses of EnvironmentController in lbg.peer.core.scheduler
 

Constructors in lbg.peer.core.scheduler with parameters of type EnvironmentController
SimulatedSchedulerController(Peer managed_peer, EnvironmentController env_ctrlr, java.lang.String PEER_BASE_NAME)
           
 

Uses of EnvironmentController in lbg.simulator
 

Methods in lbg.simulator that return EnvironmentController
 EnvironmentController SimulatorEnvironment.controller()
           
 


Lightweight Bartering Grid

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