Lightweight Bartering Grid

lbg.peer.strategy.scheduling
Interface SupplyingRunningPreemptionPolicy

All Known Implementing Classes:
AdaptivePreemption, AdaptivePreemptionGrace1, AdaptivePreemptionGrace10, AdaptivePreemptionGrace2, AdaptivePreemptionGrace5, FullCancellation, FullPreemption, LimitedCancellation, LimitedPreemption, NoPreemption

public interface SupplyingRunningPreemptionPolicy

Author:
Cyril Briquet

Method Summary
 void preemptLocalResources(Task t)
          Preempts some running Supplying Tasks, in order to reclaim some Local Resources for target Task.
 

Method Detail

preemptLocalResources

void preemptLocalResources(Task t)
                           throws GridException
Preempts some running Supplying Tasks, in order to reclaim some Local Resources for target Task.

Throws:
GridException

Lightweight Bartering Grid

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