oracle.odi.sdk.invocation
Class OdiRepositoryConnection

java.lang.Object
  extended by oracle.odi.sdk.invocation.OdiRepositoryConnection

public class OdiRepositoryConnection
extends java.lang.Object

Repository Connection properties.


Constructor Summary
OdiRepositoryConnection()
           
 
Method Summary
 java.lang.String getJdbcDriver()
          Returns the JDBC driver.
 java.lang.String getJdbcPassword()
          Returns the repository database user's password.
 java.lang.String getJdbcUrl()
          Returns the JDBC URL to the repository database.
 java.lang.String getJdbcUser()
          Returns the repository database user.
 java.lang.String getOdiPassword()
          Returns the Oracle Data Integrator user's password.
 java.lang.String getOdiUser()
          Returns the Oracle Data Integrator user name.
 java.lang.String getWorkRepositoryCode()
          Returns the Oracle Data Integrator repository code.
 void setJdbcDriver(java.lang.String pJdbcDriver)
          Sets the JDBC driver.
 void setJdbcPassword(java.lang.String pJdbcPassword)
          Sets the repository database user's password.
 void setJdbcUrl(java.lang.String pJdbcUrl)
          Sets the JDBC URL to the repository database.
 void setJdbcUser(java.lang.String pJdbcUser)
          Sets the repository database user.
 void setOdiPassword(java.lang.String pOdiPassword)
          Sets the Oracle Data Integrator user's password.
 void setOdiUser(java.lang.String pOdiUser)
          Sets the Oracle Data Integrator user name.
 void setWorkRepositoryCode(java.lang.String pWorkRepositoryCode)
          Sets the Oracle Data Integrator repository code.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OdiRepositoryConnection

public OdiRepositoryConnection()
Method Detail

getJdbcDriver

public java.lang.String getJdbcDriver()
Returns the JDBC driver.

Returns:
String containing the JDBC driver class.

setJdbcDriver

public void setJdbcDriver(java.lang.String pJdbcDriver)
Sets the JDBC driver.

Parameters:
pJdbcDriver - String containing the JDBC driver class.

getJdbcPassword

public java.lang.String getJdbcPassword()
Returns the repository database user's password.

Returns:
Repository database user's password.

setJdbcPassword

public void setJdbcPassword(java.lang.String pJdbcPassword)
Sets the repository database user's password.

Parameters:
pJdbcPassword - Repository database user's password.

getJdbcUrl

public java.lang.String getJdbcUrl()
Returns the JDBC URL to the repository database.

Returns:
String containing the JDBC URL.

setJdbcUrl

public void setJdbcUrl(java.lang.String pJdbcUrl)
Sets the JDBC URL to the repository database.

Parameters:
pJdbcUrl - String containing the JDBC URL.

getJdbcUser

public java.lang.String getJdbcUser()
Returns the repository database user.

Returns:
Repository database user.

setJdbcUser

public void setJdbcUser(java.lang.String pJdbcUser)
Sets the repository database user.

Parameters:
pJdbcUser - The repository database user.

getOdiPassword

public java.lang.String getOdiPassword()
Returns the Oracle Data Integrator user's password.

Returns:
Oracle Data Integrator user's password.

setOdiPassword

public void setOdiPassword(java.lang.String pOdiPassword)
Sets the Oracle Data Integrator user's password.

Parameters:
pOdiPassword - Oracle Data Integrator user's password.

getOdiUser

public java.lang.String getOdiUser()
Returns the Oracle Data Integrator user name.

Returns:
Oracle Data Integrator user name.

setOdiUser

public void setOdiUser(java.lang.String pOdiUser)
Sets the Oracle Data Integrator user name.

Parameters:
pOdiUser - Oracle Data Integrator user name.

getWorkRepositoryCode

public java.lang.String getWorkRepositoryCode()
Returns the Oracle Data Integrator repository code.

Returns:
Oracle Data Integrator repository code.

setWorkRepositoryCode

public void setWorkRepositoryCode(java.lang.String pWorkRepositoryCode)
Sets the Oracle Data Integrator repository code.

Parameters:
pWorkRepositoryCode - Oracle Data Integrator repository code.²