/[svn]/jsampler/trunk/src/org/jsampler/task/GetEngines.java
ViewVC logotype

Diff of /jsampler/trunk/src/org/jsampler/task/GetEngines.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 910 by iliev, Thu Mar 16 18:08:34 2006 UTC revision 911 by iliev, Mon Aug 7 18:25:58 2006 UTC
# Line 33  import static org.jsampler.JSI18n.i18n; Line 33  import static org.jsampler.JSI18n.i18n;
33    
34    
35  /**  /**
36   *   * This task retrieves the list of all available engines.
37   * @author Grigor Iliev   * @author Grigor Iliev
38   */   */
39  public class GetEngines extends EnhancedTask<SamplerEngine[]> {  public class GetEngines extends EnhancedTask<SamplerEngine[]> {
40            /** Creates a new instance of <code>GetEngines</code>. */
41          public          public
42          GetEngines() {          GetEngines() {
43                  setTitle("GetEngines_task");                  setTitle("GetEngines_task");
44                  setDescription(i18n.getMessage("GetEngines.description"));                  setDescription(i18n.getMessage("GetEngines.description"));
45          }          }
46                    
47            /** The entry point of the task. */
48          public void          public void
49          run() {          run() {
50                  try { setResult(CC.getClient().getEngines()); }                  try { setResult(CC.getClient().getEngines()); }

Legend:
Removed from v.910  
changed lines
  Added in v.911

  ViewVC Help
Powered by ViewVC