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:
Runnable

public class JobExecutorTask
extends Object
implements Runnable

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

Constructor Summary
JobExecutorTask(CommandService commandService, Collection<JobImpl<?>> 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,
                       Collection<JobImpl<?>> jobDbids)
Method Detail

run

public void run()
Specified by:
run in interface Runnable


Copyright © 2011 OW2 Consortium. All Rights Reserved.