Lightweight Bartering Grid

Uses of Interface
lbg.user.service.UserHandle

Packages that use UserHandle
lbg.peer.core.qms.prequeue   
lbg.peer.service   
lbg.peer.workflow   
lbg.user.service   
 

Uses of UserHandle in lbg.peer.core.qms.prequeue
 

Methods in lbg.peer.core.qms.prequeue with parameters of type UserHandle
 int JobPreQueue.transferLocalJobToQMS(UserHandle uh, JobDescriptor jd)
           
 

Uses of UserHandle in lbg.peer.service
 

Methods in lbg.peer.service with parameters of type UserHandle
 int TestPeerHandle.submitJob(UserHandle uh, JobDescriptor jd)
           
 int SimulatedPeerService.submitJob(UserHandle uh, JobDescriptor jd)
           
 int SimulatedPeerHandle.submitJob(UserHandle uh, JobDescriptor jd)
           
 int LivePeerService.submitJob(UserHandle uh, JobDescriptor jd)
           
 int LivePeerHandle.submitJob(UserHandle uh, JobDescriptor jd)
          Submit a job to peer
 int AbstractUserPeerHandle.submitJob(UserHandle uh, JobDescriptor jd)
           
 

Uses of UserHandle in lbg.peer.workflow
 

Methods in lbg.peer.workflow that return UserHandle
 UserHandle Job.user()
           
 

Methods in lbg.peer.workflow with parameters of type UserHandle
 Job JobFactory.createLocalJob(UserHandle uh, JobDescriptor jd)
           
 

Constructors in lbg.peer.workflow with parameters of type UserHandle
Job(int id, java.lang.String owner_peer_id, UserHandle uh, long submission_time, BoT tasks_root)
          Creates a new Local Job.
 

Uses of UserHandle in lbg.user.service
 

Subinterfaces of UserHandle in lbg.user.service
 interface UserService
           
 

Classes in lbg.user.service that implement UserHandle
 class LiveUserHandle
          Live Implementation of the User Handle
 class LiveUserService
          Live implementation of the User service
 class SimulatedUserHandle
           
 class SimulatedUserService
           
 

Methods in lbg.user.service that return UserHandle
 UserHandle UserService.createHandle()
           
 UserHandle SimulatedUserService.createHandle()
           
 UserHandle LiveUserService.createHandle()
          Creates a handle to parent user
 


Lightweight Bartering Grid

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