org.ow2.orchestra.pvm.internal.jobexecutor
Class ExecuteJobCmd

java.lang.Object
  extended by org.ow2.orchestra.pvm.internal.jobexecutor.ExecuteJobCmd
All Implemented Interfaces:
Serializable, Command<Job>

public class ExecuteJobCmd
extends Object
implements Command<Job>

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  JobImpl<?> jobDbid
           
 
Constructor Summary
ExecuteJobCmd(JobImpl<?> jobDbid)
           
 
Method Summary
 Job execute(Environment environment)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

jobDbid

protected JobImpl<?> jobDbid
Constructor Detail

ExecuteJobCmd

public ExecuteJobCmd(JobImpl<?> jobDbid)
Method Detail

execute

public Job execute(Environment environment)
Specified by:
execute in interface Command<Job>


Copyright © 2011 OW2 Consortium. All Rights Reserved.