org.ow2.util.pool.impl.enhanced.internal.actionscheduler
Class ActionSchedulerFactory

java.lang.Object
  extended by org.ow2.util.pool.impl.enhanced.internal.actionscheduler.ActionSchedulerFactory
All Implemented Interfaces:
IActionSchedulerFactory

public class ActionSchedulerFactory
extends java.lang.Object
implements IActionSchedulerFactory

Author:
Gael Lalire

Constructor Summary
ActionSchedulerFactory()
           
 
Method Summary
 IActionScheduler createActionScheduler(IAction action, java.util.concurrent.Executor executor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionSchedulerFactory

public ActionSchedulerFactory()
Method Detail

createActionScheduler

public IActionScheduler createActionScheduler(IAction action,
                                              java.util.concurrent.Executor executor)
Specified by:
createActionScheduler in interface IActionSchedulerFactory
Parameters:
action - action to perform
executor - the executor which will perform the action


Copyright © 2007-2009 OW2 Consortium. All Rights Reserved.