Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

oracle.odi.domain.runtime.ess
Class OdiJobEnvironment.Repository

java.lang.Object
  extended by oracle.odi.domain.runtime.ess.OdiJobEnvironment.Repository
Enclosing class:
OdiJobEnvironment

public abstract static class OdiJobEnvironment.Repository
extends java.lang.Object

Hold repository specific Job parameters.


Field Summary
static java.lang.String MASTER_DATA_SOURCE_ENC
          JNDI Environment Naming Context (ENC) parameter for the master's DataSource.
static java.lang.String MASTER_DATA_SOURCE_NAME
          Name of the DataSource parameter to be used by the targeted agent to connect to ODI master repository.
static java.lang.String MASTER_DRIVER
          Parameter for driver class name of the master repository database.
static java.lang.String MASTER_PASSWORD
          Parameter for password of the master repository database.
static java.lang.String MASTER_URL
          Parameter for URL of the master repository database.
static java.lang.String MASTER_USERNAME
          Parameter for username of the master repository database.
static java.lang.String WORK_NAME
          Parameter for the work repository name.
 
Constructor Summary
OdiJobEnvironment.Repository()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MASTER_DATA_SOURCE_ENC

public static final java.lang.String MASTER_DATA_SOURCE_ENC
JNDI Environment Naming Context (ENC) parameter for the master's DataSource.

Defines whether the master's DataSource follows ENC naming convention or not. If this parameter is set to true then java:comp/env/ will be automatically added as prefix to the master's DataSource name.

The default value of this parameter is false, meaning that if the master's datasource uses JNDI ENC naming, its defined name has to start with java:comp/env/.

See Also:
Constant Field Values

MASTER_DATA_SOURCE_NAME

public static final java.lang.String MASTER_DATA_SOURCE_NAME
Name of the DataSource parameter to be used by the targeted agent to connect to ODI master repository.

If that parameter is null, master repository will try to use DriverManager connectivity.

See Also:
Constant Field Values

MASTER_DRIVER

public static final java.lang.String MASTER_DRIVER
Parameter for driver class name of the master repository database.

See Also:
Constant Field Values

MASTER_PASSWORD

public static final java.lang.String MASTER_PASSWORD
Parameter for password of the master repository database.

Note: the value for this parameter has to be encrypted using standard ODI password encryption.

See Also:
Constant Field Values

MASTER_URL

public static final java.lang.String MASTER_URL
Parameter for URL of the master repository database.

See Also:
Constant Field Values

MASTER_USERNAME

public static final java.lang.String MASTER_USERNAME
Parameter for username of the master repository database.

See Also:
Constant Field Values

WORK_NAME

public static final java.lang.String WORK_NAME
Parameter for the work repository name.

See Also:
Constant Field Values
Constructor Detail

OdiJobEnvironment.Repository

public OdiJobEnvironment.Repository()

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.