com.intel.gpe.gridbeans
Class AbstractGridBean

java.lang.Object
  extended by com.intel.gpe.gridbeans.DefaultGridBeanModel
      extended by com.intel.gpe.gridbeans.AbstractGridBean
All Implemented Interfaces:
IGridBean, IGridBeanModel, java.io.Serializable

public abstract class AbstractGridBean
extends DefaultGridBeanModel
implements IGridBean

The abstract implementation of IGridBean.

Version:
$Id: AbstractGridBean.java,v 1.1 2006/07/21 08:48:42 lukichev Exp $
Author:
Alexander Lukichev
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface com.intel.gpe.gridbeans.IGridBean
JOBNAME, STATUS
 
Constructor Summary
AbstractGridBean()
           
 
Method Summary
 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.
 
Methods inherited from class com.intel.gpe.gridbeans.DefaultGridBeanModel
get, keySet, set
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.intel.gpe.gridbeans.IGridBean
getInputParameters, getName, getOutputParameters, parseJobDefinition, setupJobDefinition
 
Methods inherited from interface com.intel.gpe.gridbeans.IGridBeanModel
get, keySet, set
 

Constructor Detail

AbstractGridBean

public AbstractGridBean()
Method Detail

parseJobDefinition

public void parseJobDefinition(com.intel.gpe.clients.api.Job job,
                               com.intel.gpe.clients.api.JobClient jobClient)
                        throws GridBeanException
Description copied from interface: IGridBean
Parse job document and set the values in the model. The additional parameter is the client to the actual job resource. This method is called whenever "fetch outcome" or "reconstruct input" actions are performed.

Specified by:
parseJobDefinition in interface IGridBean
Parameters:
job - - the job document to parse
jobClient - - the client to the job resource
Throws:
GridBeanException


Copyright © 2008. All Rights Reserved.