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

Class FDATI.FDATParams

java.lang.Object
   |
   +----JavaAgent.context.RuntimeParams
           |
           +----JavaAgent.context.SocketParams
                   |
                   +----FDATI.FDATParams

public class FDATParams
extends SocketParams
Subclass of SocketParams which holds runtime parameters for a FDATContext.


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.



Variable Index

 o submission_address
Address for analysis submission

Constructor Index

 o FDATParams()
Constructor for use with applets
 o FDATParams(Hashtable)
Constructor the FDATParams object.

Variables

 o submission_address
  public String submission_address
Address for analysis submission

Constructors

 o FDATParams
  public FDATParams()
Constructor for use with applets
 o FDATParams
  public FDATParams(Hashtable args)
Constructor the FDATParams object. Takes a Hashtable containing parameter values as input.

All Packages  Class Hierarchy  This Package  Previous  Next  Index