|
|||||||||
| 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 | |
|---|---|
GridBeanParameter[] |
getInputParameters()
|
java.lang.String |
getName()
|
GridBeanParameter[] |
getOutputParameters()
|
void |
parseJobDefinition(Job job)
Parse the job document and set the values in the model |
void |
setupJobDefinition(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 |
|---|
GridBeanParameter[] getInputParameters()
GridBeanParameter[] getOutputParameters()
void setupJobDefinition(Job job)
throws GridBeanException
job - The job document to setup
GridBeanException
void parseJobDefinition(Job job)
throws GridBeanException
job - The job to parse
GridBeanExceptionjava.lang.String getName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||