org.ow2.orchestra.pvm.internal.jobexecutor.jdk
Class JobExecutorTask

java.lang.Object
  extended by org.ow2.orchestra.pvm.internal.jobexecutor.jdk.JobExecutorTask
All Implemented Interfaces:
java.lang.Runnable

public class JobExecutorTask
extends java.lang.Object
implements java.lang.Runnable

Author:
Guillaume Porcher Runnable task to execute a job in an ExecutorService

Constructor Summary
JobExecutorTask(CommandService commandService, java.util.Collection<java.lang.Long> jobDbids)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JobExecutorTask

public JobExecutorTask(CommandService commandService,
                       java.util.Collection<java.lang.Long> jobDbids)
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable


Copyright © 2009 OW2 Consortium. All Rights Reserved.