org.gridbus.broker.scheduler
Class SchedulerFactory

java.lang.Object
  extended by org.gridbus.broker.scheduler.SchedulerFactory

public final class SchedulerFactory
extends java.lang.Object

Author:
krishna

Constructor Summary
SchedulerFactory()
           
 
Method Summary
static Scheduler getScheduler(ApplicationContext app, boolean isDataIntensiveApplication)
          Creates an instance of a scheduler, based on the specified algorithm "type".
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerFactory

public SchedulerFactory()
Method Detail

getScheduler

public static Scheduler getScheduler(ApplicationContext app,
                                     boolean isDataIntensiveApplication)
                              throws GridBrokerException
Creates an instance of a scheduler, based on the specified algorithm "type".

Parameters:
app - (the ApplicationContext)
Returns:
Scheduler
Throws:
GridBrokerException

Copyright © The University of Melbourne. 2006