All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----JavaAgent.context.ContextParams
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 boolean STACK_TRACE
public static boolean LOG_FILE
public static int PORT
public static int AF_WIDTH
public static int AF_HEIGHTCOMP_MESS_WD
public static int COMP_MESS_WDCOMP_MESS_HT
public static int COMP_MESS_HTVIEW_MESS_WD
public static int VIEW_MESS_WDVIEW_MESS_HT
public static int VIEW_MESS_HTLOAD_MESS_WD
public static int LOAD_MESS_WDLOAD_MESS_HT
public static int LOAD_MESS_HTVIEW_RES_WD
public static int VIEW_RES_WDVIEW_RES_HT
public static int VIEW_RES_HTLOAD_RES_WD
public static int LOAD_RES_WDLOAD_RES_HT
public static int LOAD_RES_HTSMP_WIDTH
public static int SMP_WIDTHSMP_HEIGHT
public static int SMP_HEIGHT
public ContextParams()
All Packages Class Hierarchy This Package Previous Next Index