com.almende.eve.scheduler
Class ClockSchedulerFactory

java.lang.Object
  extended by com.almende.eve.scheduler.ClockSchedulerFactory
All Implemented Interfaces:
SchedulerFactory

public class ClockSchedulerFactory
extends Object
implements SchedulerFactory


Constructor Summary
ClockSchedulerFactory(AgentFactory agentFactory, Map<String,Object> params)
          This constructor is called when constructed by the AgentFactory
ClockSchedulerFactory(AgentFactory agentFactory, String id)
           
 
Method Summary
 void destroyScheduler(String agentId)
           
 Scheduler getScheduler(String agentId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClockSchedulerFactory

public ClockSchedulerFactory(AgentFactory agentFactory,
                             Map<String,Object> params)
This constructor is called when constructed by the AgentFactory

Parameters:
agentFactory -
params -

ClockSchedulerFactory

public ClockSchedulerFactory(AgentFactory agentFactory,
                             String id)
Method Detail

getScheduler

public Scheduler getScheduler(String agentId)
Specified by:
getScheduler in interface SchedulerFactory

destroyScheduler

public void destroyScheduler(String agentId)
Specified by:
destroyScheduler in interface SchedulerFactory


Copyright © 2013 Almende BV. All Rights Reserved.