org.gridbus.broker.scheduler
Class SchedulerFactory

java.lang.Object
  |
  +--org.gridbus.broker.scheduler.SchedulerFactory

public class SchedulerFactory
extends java.lang.Object

Author:
krishna

Constructor Summary
SchedulerFactory()
           
 
Method Summary
static Scheduler getScheduler(java.lang.String type, GridbusFarmingEngine gfe)
          Creates an instance of a scheduler, based on the specified "type".
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SchedulerFactory

public SchedulerFactory()
Method Detail

getScheduler

public static Scheduler getScheduler(java.lang.String type,
                                     GridbusFarmingEngine gfe)
                              throws GridBrokerException
Creates an instance of a scheduler, based on the specified "type".

Parameters:
type -
gfe -
Returns:
Throws:
GridBrokerException