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

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

public class ExecuteJobCmd
extends java.lang.Object
implements Command<Job>

Author:
Tom Baeyens
See Also:
Serialized Form

Field Summary
protected  long jobDbid
           
 
Constructor Summary
ExecuteJobCmd(long 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 long jobDbid
Constructor Detail

ExecuteJobCmd

public ExecuteJobCmd(long jobDbid)
Method Detail

execute

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


Copyright © 2010 OW2 Consortium. All Rights Reserved.