com.pmease.quickbuild.grid
Class NodeJobExecuteJob

java.lang.Object
  extended by com.pmease.quickbuild.grid.GridJob
      extended by com.pmease.quickbuild.grid.NodeJobExecuteJob
All Implemented Interfaces:
java.io.Serializable, java.lang.Runnable

public class NodeJobExecuteJob
extends GridJob

See Also:
Serialized Form

Constructor Summary
NodeJobExecuteJob(java.lang.String taskId, java.lang.Class<? extends NodeJob> nodeJobClass, java.io.Serializable[] params)
           
 
Method Summary
protected  void execute()
           
 java.io.Serializable getResult()
           
 
Methods inherited from class com.pmease.quickbuild.grid.GridJob
cleanup, equals, getException, getId, getTaskId, getTaskNode, getThread, hashCode, run, setException, setTaskAttribute, setTaskId, setTaskNode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeJobExecuteJob

public NodeJobExecuteJob(java.lang.String taskId,
                         java.lang.Class<? extends NodeJob> nodeJobClass,
                         java.io.Serializable[] params)
Method Detail

execute

protected void execute()
Specified by:
execute in class GridJob

getResult

public java.io.Serializable getResult()


Copyright © 2005-2010 PMEase Inc. All Rights Reserved.