org.jppf.jca.work.submission
Class JPPFSubmissionManager.JobSubmission

java.lang.Object
  extended by org.jppf.jca.work.submission.JPPFSubmissionManager.JobSubmission
All Implemented Interfaces:
Runnable
Enclosing class:
JPPFSubmissionManager

public class JPPFSubmissionManager.JobSubmission
extends Object
implements Runnable

Wrapper for submitting a job.


Field Summary
protected  AbstractJPPFClientConnection connection
          The connection to execute the job on.
 
Method Summary
 boolean isLocallyExecuting()
          Get the flag indicating whether the job will be executed locally, at least partially.
 void run()
          
 void setLocallyExecuting(boolean locallyExecuting)
          Set the flag indicating whether the job will be executed locally, at least partially.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connection

protected AbstractJPPFClientConnection connection
The connection to execute the job on.

Method Detail

run

public void run()

Specified by:
run in interface Runnable

isLocallyExecuting

public boolean isLocallyExecuting()
Get the flag indicating whether the job will be executed locally, at least partially.

Returns:
true if the job will execute locally, false otherwise.

setLocallyExecuting

public void setLocallyExecuting(boolean locallyExecuting)
Set the flag indicating whether the job will be executed locally, at least partially.

Parameters:
locallyExecuting - true if the job will execute locally, false otherwise.


Copyright © 2005-2010 JPPF Team.