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

E17060-01

oracle.odi.core.repository
Class MasterRepository

java.lang.Object
  extended by oracle.odi.core.repository.Repository
      extended by oracle.odi.core.repository.MasterRepository

public final class MasterRepository
extends Repository

An ODI Master Repository.

Since:
11.1.1.3.0

Constructor Summary
MasterRepository(javax.sql.DataSource pDataSource, java.lang.String pTechnologyCode, com.sunopsis.dwg.dbobj.SnpConnect pSnpConnect, int pShortId)
          INTERNAL: this constructor is required by deprecated APIs.
 
Method Summary
 
Methods inherited from class oracle.odi.core.repository.Repository
getDataSource, getLegacyConnectionDef, getMasterRepository, getName, getShortId, getTechnologyCode, getWorkRepository, ping
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MasterRepository

public MasterRepository(javax.sql.DataSource pDataSource,
                        java.lang.String pTechnologyCode,
                        com.sunopsis.dwg.dbobj.SnpConnect pSnpConnect,
                        int pShortId)
INTERNAL: this constructor is required by deprecated APIs. Please, use Repository.getMasterRepository(DataSource) instead.

Parameters:
pDataSource - the datasource
pTechnologyCode - the technology code
pSnpConnect - the SnpConenct
pShortId - repository id

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.