Lightweight Bartering Grid

lbg.peer.strategy.scheduling.local
Class PreemptiveLocalScheduling

java.lang.Object
  extended by lbg.peer.strategy.scheduling.local.PreemptiveLocalScheduling
All Implemented Interfaces:
LocalSchedulingPolicy

public class PreemptiveLocalScheduling
extends java.lang.Object
implements LocalSchedulingPolicy

Preemptive Local Scheduling.

Author:
Cyril Briquet

Constructor Summary
PreemptiveLocalScheduling(Peer managed_peer, Scheduler scheduler)
           
 
Method Summary
 void scheduleLocalTasks()
          LocalSchedulingPolicy implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PreemptiveLocalScheduling

public PreemptiveLocalScheduling(Peer managed_peer,
                                 Scheduler scheduler)
                          throws GridException
Throws:
GridException
Method Detail

scheduleLocalTasks

public void scheduleLocalTasks()
                        throws GridException
LocalSchedulingPolicy implementation.

Specified by:
scheduleLocalTasks in interface LocalSchedulingPolicy
Throws:
GridException

Lightweight Bartering Grid

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