Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Tester
11g Release 2 (11.1.2.3.0)

E17487-04


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 ADF Model Tester. 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 ADF Model Tester 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 ADF Model Tester 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()

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle ADF Model Tester
11g Release 2 (11.1.2.3.0)

E17487-04


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