|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IHWMJob
Title: IHWMJob
Description: The interface for a job to be submitted to any job submission system. It abstracts the parameters that comprise of the job and provides API's to access and modify them. Company: Altair Engineering, Inc. Author:Shashi
| Method Summary | |
|---|---|
void |
AddFile(java.io.File solverDeckFile)
This method adds a solver deck file to a job. |
void |
AddJobParams(java.util.Vector vectJobParams)
Adds a vector of job related parameters for the job. |
void |
AddPostProcessingParams(java.util.Vector vectPostParams)
Adds a vector of post processor parameters for the job. |
void |
AddSolverParams(java.util.Vector vectSolverParams)
Adds a vector of solver parameters for the job. |
java.lang.String |
GetJobID()
This method gets the ID for this job represented as a string. |
IHWMJobStatus |
GetJobStatus()
|
java.lang.String |
GetName()
Gets the name of the job. |
void |
RemoveFile(java.io.File solverDeckFile)
This method removes a solver deck file to a job. |
void |
RemoveJobParams(java.util.Vector vectJobParams)
Removes a vector of job related parameters for the job. |
void |
RemovePostProcessingParams(java.util.Vector vectPostParams)
Removes a vector of post processor parameters for the job. |
void |
RemoveSolverParams(java.util.Vector vectSolverParams)
Removes a vector of solver parameters from the job. |
void |
SetAsMaster(java.io.File solverDeckFile)
Sets the specified deck file as the master file. |
void |
SetName(java.lang.String strName)
Sets the name of the Job instance. |
| Method Detail |
|---|
void AddFile(java.io.File solverDeckFile)
throws java.lang.Exception
solverDeckFile - The solver deck file to be added to the job.
java.lang.Exception
void RemoveFile(java.io.File solverDeckFile)
throws java.lang.Exception
solverDeckFile - The solver deck file to be removed from the job.
java.lang.Exception
void SetAsMaster(java.io.File solverDeckFile)
throws java.lang.Exception
solverDeckFile - The specified deck file to be set as the master file.
java.lang.Exception
void AddSolverParams(java.util.Vector vectSolverParams)
throws java.lang.Exception
vectSolverParams - A vector of solver parameters to be added
for the job.
java.lang.Exception
void RemoveSolverParams(java.util.Vector vectSolverParams)
throws java.lang.Exception
vectSolverParams - A vector of solver parameters to be removed
from the job.
java.lang.Exception
void AddJobParams(java.util.Vector vectJobParams)
throws java.lang.Exception
vectJobParams - A vector of job parameters to be added
for the job.
java.lang.Exception
void RemoveJobParams(java.util.Vector vectJobParams)
throws java.lang.Exception
vectJobParams - A vector of job parameters to be removed
from the job.
java.lang.Exception
void AddPostProcessingParams(java.util.Vector vectPostParams)
throws java.lang.Exception
vectPostParams - A vector of post processor parameters to be added
for the job.
java.lang.Exception
void RemovePostProcessingParams(java.util.Vector vectPostParams)
throws java.lang.Exception
vectPostParams - A vector of post processor parameters to be removed
from the job.
java.lang.Exception
IHWMJobStatus GetJobStatus()
throws java.lang.Exception
java.lang.Exception
void SetName(java.lang.String strName)
throws java.lang.Exception
strName - The name of the job to be set.
java.lang.Exception
java.lang.String GetName()
throws java.lang.Exception
java.lang.Exception
java.lang.String GetJobID()
throws java.lang.Exception
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||