Class RemoteService.context.RSContextParams
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class RemoteService.context.RSContextParams

java.lang.Object
   |
   +----RemoteService.context.RSContextParams

public class RSContextParams
extends Object
Static class which defines constant parameters for classes in the RemoteService.context package. Some of these parameters serve as default values which may be optionally overridden using commandline/applet parameters.

Parameters which need to be bound during compilation (i.e. inlined into the byte code) (e.g. booleans which control conditionally compiled code blocks) need to be declared static final, those which need to be dynamically bound must be declared with only the static modifier. Most params will fall in the later category. Note: compilation binding requires the recompilation of all affected classes.


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 ASP_HEIGHT
 o ASP_WIDTH
 o DEBUG
Should detailed systems messages be printed?
 o PS_HEIGHT
 o PS_WIDTH
 o RSF_HEIGHT
 o RSF_WIDTH
Window sizes
 o TD_HEIGHT
 o TD_WIDTH
 o TEST
If true, all conditionally enclosed code blocks will be compiled and executed during interpretation.

Constructor Index

 o RSContextParams()

Variables

 o TEST
  public final static boolean TEST
If true, all conditionally enclosed code blocks will be compiled and executed during interpretation. If false, these blocks will be ignored by the compiler. All effected classes must be recompiled for this change to take place.
 o DEBUG
  public static boolean DEBUG
Should detailed systems messages be printed?
 o RSF_WIDTH
  public static int RSF_WIDTH
Window sizes
 o RSF_HEIGHT
  public static int RSF_HEIGHT
 o ASP_WIDTH
  public static int ASP_WIDTH
 o ASP_HEIGHT
  public static int ASP_HEIGHT
 o TD_WIDTH
  public static int TD_WIDTH
 o TD_HEIGHT
  public static int TD_HEIGHT
 o PS_WIDTH
  public static int PS_WIDTH
 o PS_HEIGHT
  public static int PS_HEIGHT

Constructors

 o RSContextParams
  public RSContextParams()

All Packages  Class Hierarchy  This Package  Previous  Next  Index