lbg.peer.service
Interface AbstractInternalPeerHandle
- All Known Subinterfaces:
- InternalPeerHandle, PeerService
- All Known Implementing Classes:
- LivePeerHandle, LivePeerService, SimulatedPeerHandle, SimulatedPeerService, SimulatedWithCloningPeerService, TestPeerHandle
public interface AbstractInternalPeerHandle
- Author:
- Cyril Briquet
resourcePort
int resourcePort()
addResource
void addResource(ResourceHandle rh,
int power)
throws GridException
- Throws:
GridException
removeResource
void removeResource(ResourceHandle rh)
throws GridException
- Throws:
GridException
preemptLocalTaskOnLocalResource
void preemptLocalTaskOnLocalResource(Task t,
byte[] logs)
throws GridException
- Throws:
GridException
preemptSupplyingTaskOnLocalResource
void preemptSupplyingTaskOnLocalResource(java.lang.String consumer_id,
Task t,
byte[] logs)
throws GridException
- Throws:
GridException
uploadLocallyCompletedTask
void uploadLocallyCompletedTask(Task t)
throws GridException
- Throws:
GridException
Copyright (c) 2005-2008, Cyril Briquet, parts Xavier Dalem.