Lightweight Bartering Grid

Uses of Interface
lbg.peer.service.InternalPeerHandle

Packages that use InternalPeerHandle
lbg.peer.service   
lbg.resource   
lbg.resource.execution   
lbg.simulator   
 

Uses of InternalPeerHandle in lbg.peer.service
 

Classes in lbg.peer.service that implement InternalPeerHandle
 class LivePeerHandle
          A peer handle grouping everything needed by other peers, resources and user
 class SimulatedPeerHandle
           
 class TestPeerHandle
          Implementation of PeerHandles for testing purposes only.
 

Uses of InternalPeerHandle in lbg.resource
 

Methods in lbg.resource that return InternalPeerHandle
 InternalPeerHandle Resource.owner()
           
 

Constructors in lbg.resource with parameters of type InternalPeerHandle
LiveResource(ResourceBasicConfiguration rbc, ResourceNetworkConfiguration rnc, ResourceDataConfiguration rdc, InternalPeerHandle owner_peer)
          Creates a Live resource Resource is not yet connected to peer.
SimulatedResource(ResourceBasicConfiguration res_basic_config, ResourceDataConfiguration res_data_config, ResourceReliabilityConfiguration res_rel_config, ResourceNetworkConfiguration res_net_config, InternalPeerHandle owner_peer, EventList el)
           
 

Uses of InternalPeerHandle in lbg.resource.execution
 

Constructors in lbg.resource.execution with parameters of type InternalPeerHandle
LiveTaskExecutionHandler(LiveResource res, InternalPeerHandle iph, Task t, int mem_size)
          Readies a handler to be started as a different Thread.
 

Uses of InternalPeerHandle in lbg.simulator
 

Methods in lbg.simulator with parameters of type InternalPeerHandle
static SimulatedResource[] SimulatorEnvironment.createPeerResources(InternalPeerHandle owner_peer, int peer_power, int res_count, int lo_power, int hi_power, int cache_capacity, int mtbf, EventList event_list)
          Creates Resources for target Peer.
 


Lightweight Bartering Grid

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