Class FDATI.AnalysisSubmission
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class FDATI.AnalysisSubmission

java.lang.Object
   |
   +----java.lang.Thread
           |
           +----FDATI.AnalysisSubmission

public class AnalysisSubmission
extends Thread
Class which handles the POST method forms submission of the specified fixture points to the Fixture Design and Analysis Tool at CMU. This class takes the ampersand delimited string of name/value pairs as input and calls its parent's analysisResults() method to report the result String. Submission is done by a separate thread of action.


Copyright (c) 1995, H. Robert Frost, Stanford University. All rights reserved.

Copyright (c) 1996, H. Robert Frost, Enterprise Integration Technologies, Inc. All rights reserved.

RESTRICTED RIGHTS LEGEND: Use, duplication or disclosure by the Government is subject to restrictions as set forth in subparagraph(c)(1)(ii) of the Rights in Technical Data and Computer Software clause at DFARS 252.227-7013 and in similar clauses in the FAR and NASA FAR supplement.

This software is bound by the terms and conditions listed in the attached LICENSE file.



Constructor Index

 o AnalysisSubmission(FDATAgent, String, String, String)
Constructs an AnalysisSubmission object for the specified ModelPanel parent, with the specified POST parameters for submission to the URL represented by the address string.

Method Index

 o run()
Called to begin submission.

Constructors

 o AnalysisSubmission
  public AnalysisSubmission(FDATAgent parent,
                            String plan_name,
                            String postparams,
                            String address)
Constructs an AnalysisSubmission object for the specified ModelPanel parent, with the specified POST parameters for submission to the URL represented by the address string.
Parameters:
parent - FDATAgent
plan_name - Name of the fixturing plan
postparams - Ampersand delimited list of name/value pairs to submit.
address - String representing the cgi-bin script to which the parameters are sent for analysis.

Methods

 o run
  public void run()
Called to begin submission.
Overrides:
run in class Thread

All Packages  Class Hierarchy  This Package  Previous  Next  Index