Lightweight Bartering Grid

Uses of Interface
lbg.peer.service.PeerHandle

Packages that use PeerHandle
lbg.peer.service   
 

Uses of PeerHandle in lbg.peer.service
 

Subinterfaces of PeerHandle in lbg.peer.service
 interface ExternalPeerHandle
           
 interface InternalPeerHandle
           
 interface UserPeerHandle
           
 

Classes in lbg.peer.service that implement PeerHandle
 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.
 

Methods in lbg.peer.service that return PeerHandle
 PeerHandle SimulatedPeerService.createHandle()
           
 PeerHandle PeerService.createHandle()
           
 PeerHandle LivePeerService.createHandle()
          Creates a LivePeerHandle
 

Methods in lbg.peer.service with parameters of type PeerHandle
 int TestPeerHandle.compareTo(PeerHandle other)
           
 int SimulatedPeerHandle.compareTo(PeerHandle other)
           
 int LivePeerHandle.compareTo(PeerHandle other)
           
 


Lightweight Bartering Grid

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