|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.altair.hwm.comm.loadsubmission.ecompute.HWMEComputeJobResInfo
public class HWMEComputeJobResInfo
Title: HWMEComputeJobResInfo
Description: This class contains all information for a job's results.
Company: Altair Engineering, Inc.
Constructor Summary | |
---|---|
HWMEComputeJobResInfo()
Constructor |
Method Summary | |
---|---|
void |
AddResult(java.io.File fileRes)
Add the result file |
java.io.File |
GetDestDir()
Get the destination dir where the files are to be placed. |
HWMEComputeException |
GetException()
Get the exception object if any error occured while downloading the results. |
int |
GetJobID()
Get job id |
int |
GetNumResultFiles()
Get the total number of result files receieved |
java.lang.String |
GetPassword()
Get the password |
java.io.File |
GetResultFileAt(int nIndex)
Get result file at the given index |
java.lang.String |
GetUserName()
Get the user name |
void |
SetDestDir(java.io.File fileDest)
Set the dir where files should be placed |
void |
SetJobID(int nJobID)
Set job id |
void |
SetPassword(java.lang.String strPwd)
Set the password |
void |
SetUserName(java.lang.String strUserName)
Set the user name |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HWMEComputeJobResInfo()
Method Detail |
---|
public void SetJobID(int nJobID)
nJobID
- The job idpublic int GetJobID()
public void SetUserName(java.lang.String strUserName)
strUserName
- The user namepublic java.lang.String GetUserName()
public void SetPassword(java.lang.String strPwd)
strPwd
- The password for the userpublic java.lang.String GetPassword()
public void SetDestDir(java.io.File fileDest)
fileDest
- The destination directory for result filespublic java.io.File GetDestDir()
public void AddResult(java.io.File fileRes)
fileRes
- The result filepublic java.io.File GetResultFileAt(int nIndex) throws java.lang.Exception
int
- The index at which the result file should be returned.
java.lang.Exception
public int GetNumResultFiles()
public HWMEComputeException GetException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |