Oracle Fusion Middleware Java API Reference for Oracle ADF Business Component Browser
11g Release 1 (11.1.1.7.0)

E10758-08

oracle.jbo.jbotester.jdevx
Class Constants

java.lang.Object
  extended by oracle.jbo.jbotester.jdevx.Constants

public class Constants
extends java.lang.Object

This class contains the constants that are needed to communicate with the Business Component Browser. These constants are used by JdxTester (in BC4JDT).

Since:
11
Version:
$Header: bc4jrt/modules/bc4j-tester/src/oracle/jbo/jbotester/jdevx/Constants.java /main/5 2009/02/17 20:37:14 rvangri Exp $

Field Summary
static java.lang.String ARG_CONFIG
          command line argument which represents the name of a stored Configuration.
static java.lang.String ARG_DATACONTROL
          command line argument which represents usage of a DataControl.
static java.lang.String ARG_DCX
           
static java.lang.String ARG_HELP
          command line argument which represents usage of a Help file This argument must be followed by the location of the help file
static java.lang.String EJB_CLIENT_JARS
          parameter that needs to be removed before launching the tester.
static java.lang.String MAINFRAME
          command line argument which represents the Business Component Browser main class.
static java.lang.String PROXY_INTERFACE_NAME
          parameter that specifies the client interface.
static ConfigMode RUN
          configuration mode for the connection dialog.
static java.lang.String TESTER_PROPERTIES
          file name to use to pass startup configuration
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ARG_CONFIG

public static final java.lang.String ARG_CONFIG
command line argument which represents the name of a stored Configuration. This argument must be followed by the name of the Configuration.

See Also:
Configuration, Constant Field Values

ARG_DATACONTROL

public static final java.lang.String ARG_DATACONTROL
command line argument which represents usage of a DataControl. This argument must be followed by package name, application module name and configuration name.

See Also:
Constant Field Values

ARG_DCX

public static final java.lang.String ARG_DCX
See Also:
Constant Field Values

ARG_HELP

public static final java.lang.String ARG_HELP
command line argument which represents usage of a Help file This argument must be followed by the location of the help file

See Also:
Constant Field Values

MAINFRAME

public static final java.lang.String MAINFRAME
command line argument which represents the Business Component Browser main class.

See Also:
MainFrame

RUN

public static final ConfigMode RUN
configuration mode for the connection dialog.

See Also:
ConfigMode

EJB_CLIENT_JARS

public static final java.lang.String EJB_CLIENT_JARS
parameter that needs to be removed before launching the tester.

See Also:
Constant Field Values

PROXY_INTERFACE_NAME

public static final java.lang.String PROXY_INTERFACE_NAME
parameter that specifies the client interface.

See Also:
Constant Field Values

TESTER_PROPERTIES

public static final java.lang.String TESTER_PROPERTIES
file name to use to pass startup configuration

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()

Oracle Fusion Middleware Java API Reference for Oracle ADF Business Component Browser
11g Release 1 (11.1.1.7.0)

E10758-08

Copyright © 1997, 2013, Oracle. All rights reserved.