All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----RemoteService.context.RSContextParams
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) 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.
public final static boolean TEST
public static boolean DEBUG
public static int RSF_WIDTH
public static int RSF_HEIGHTASP_WIDTH
public static int ASP_WIDTHASP_HEIGHT
public static int ASP_HEIGHTTD_WIDTH
public static int TD_WIDTHTD_HEIGHT
public static int TD_HEIGHTPS_WIDTH
public static int PS_WIDTHPS_HEIGHT
public static int PS_HEIGHT
public RSContextParams()
All Packages Class Hierarchy This Package Previous Next Index