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
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
Copyright (c) 2005-2008, Cyril Briquet, parts Xavier Dalem.