com.intel.gpe.client2
Interface GridBeanClient

All Known Implementing Classes:
AbstractGridBeanClient, SwingGridBeanClientImpl

public interface GridBeanClient

Version:
$Id: GridBeanClient.java,v 1.7 2006/10/23 09:38:30 vashorin Exp $
Author:
Alexander Lukichev

Method Summary
 void applyInputPanelValues()
           
 GridBeanInfo getGridBeanInfo()
           
 GridBeanJob getGridBeanJob()
           
 GridBeanPlugin getGridBeanPlugin()
           
 void loadJob(java.lang.String path, com.intel.gpe.util.observer.IObserver observer)
          Load job from file
 void saveJob(java.lang.String path, com.intel.gpe.util.observer.IObserver observer)
          Save job to file
 ErrorSet validateJob()
          Validate job before the submit.
 

Method Detail

getGridBeanJob

GridBeanJob getGridBeanJob()
                           throws DataSetException,
                                  TranslationException
Throws:
DataSetException
TranslationException

validateJob

ErrorSet validateJob()
Validate job before the submit.

Returns:
ErrorSet for the job.

getGridBeanPlugin

GridBeanPlugin getGridBeanPlugin()

applyInputPanelValues

void applyInputPanelValues()
                           throws DataSetException,
                                  TranslationException
Throws:
DataSetException
TranslationException

getGridBeanInfo

GridBeanInfo getGridBeanInfo()

loadJob

void loadJob(java.lang.String path,
             com.intel.gpe.util.observer.IObserver observer)
Load job from file

Parameters:
path - the file path
observer - the action observer

saveJob

void saveJob(java.lang.String path,
             com.intel.gpe.util.observer.IObserver observer)
Save job to file

Parameters:
path - the file path
observer - the action observer


Copyright © 2008. All Rights Reserved.