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

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

public class ActionScheduler
extends java.lang.Object
implements IActionScheduler

Author:
Gael Lalire

Constructor Summary
ActionScheduler(IAction action, java.util.concurrent.Executor executor)
           
 
Method Summary
 int cancelAction(int time)
           
 void scheduleAction(int time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionScheduler

public ActionScheduler(IAction action,
                       java.util.concurrent.Executor executor)
Method Detail

scheduleAction

public void scheduleAction(int time)
Specified by:
scheduleAction in interface IActionScheduler

cancelAction

public int cancelAction(int time)
Specified by:
cancelAction in interface IActionScheduler


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