|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IGridBean
The generic GridBean
| Field Summary | |
|---|---|
static javax.xml.namespace.QName |
JOBNAME
The standard name for the job identification parameter |
static javax.xml.namespace.QName |
STATUS
The standard name for the job status parameter |
| Method Summary | |
|---|---|
java.util.List<GridBeanParameter> |
getInputParameters()
|
java.lang.String |
getName()
|
java.util.List<GridBeanParameter> |
getOutputParameters()
|
void |
parseJobDefinition(com.intel.gpe.clients.api.Job job)
Parse the job document and set the values in the model. |
void |
parseJobDefinition(com.intel.gpe.clients.api.Job job,
com.intel.gpe.clients.api.JobClient jobClient)
Parse job document and set the values in the model. |
void |
setupJobDefinition(com.intel.gpe.clients.api.Job job)
Setup the JSDL of the job to submit with the values containing in the GridBeanModel |
| Methods inherited from interface com.intel.gpe.gridbeans.IGridBeanModel |
|---|
get, keySet, set |
| Field Detail |
|---|
static final javax.xml.namespace.QName JOBNAME
static final javax.xml.namespace.QName STATUS
| Method Detail |
|---|
java.util.List<GridBeanParameter> getInputParameters()
java.util.List<GridBeanParameter> getOutputParameters()
void setupJobDefinition(com.intel.gpe.clients.api.Job job)
throws GridBeanException
job - The job document to setup
GridBeanException
void parseJobDefinition(com.intel.gpe.clients.api.Job job)
throws GridBeanException
job - The job to parse
GridBeanException
void parseJobDefinition(com.intel.gpe.clients.api.Job job,
com.intel.gpe.clients.api.JobClient jobClient)
throws GridBeanException
job - -
the job document to parsejobClient - -
the client to the job resource
GridBeanExceptionjava.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||