Lightweight Bartering Grid

lbg.peer.service
Interface AbstractUserPeerHandle

All Known Subinterfaces:
PeerService, UserPeerHandle
All Known Implementing Classes:
LivePeerHandle, LivePeerService, SimulatedPeerHandle, SimulatedPeerService, SimulatedWithCloningPeerService, TestPeerHandle

public interface AbstractUserPeerHandle

Author:
Cyril Briquet

Method Summary
 void cancelJob(int job_id)
           
 int queryJobStatus(int job_id)
           
 int submitJob(UserHandle uh, JobDescriptor jd)
           
 int userPort()
           
 

Method Detail

userPort

int userPort()

submitJob

int submitJob(UserHandle uh,
              JobDescriptor jd)
              throws GridException
Throws:
GridException

cancelJob

void cancelJob(int job_id)
               throws GridException
Throws:
GridException

queryJobStatus

int queryJobStatus(int job_id)
                   throws GridException
Throws:
GridException

Lightweight Bartering Grid

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