Skip navigation links

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

E17060-04


Uses of Class
oracle.odi.domain.topology.OdiDataServer

Packages that use OdiDataServer
oracle.odi.domain.topology This package contains the Oracle Data Integrator Topology domain model implementation. 
oracle.odi.domain.topology.finder This package contains classes for searching Oracle Data Integrator topology entities. 
oracle.odi.interfaces.interactive.support This package and its sub-packages provide the implementations for interactive handling of Oracle Data Integrator interfaces. 
oracle.odi.interfaces.interactive.support.execarea This package contains the implementations representing the execution areas in Oracle Data Integrator interfaces. 

 

Uses of OdiDataServer in oracle.odi.domain.topology

 

Methods in oracle.odi.domain.topology that return OdiDataServer
 OdiDataServer OdiPhysicalSchema.getDataServer()
          Obtains the OdiDataServer related to this OdiPhysicalSchema.

 

Methods in oracle.odi.domain.topology that return types with arguments of type OdiDataServer
 java.util.Collection<OdiDataServer> OdiTechnology.getDataServers()
           Obtains an unmodifiable collection of OdiDataServers.

 

Methods in oracle.odi.domain.topology with parameters of type OdiDataServer
 void OdiTechnology.removeDataServer(OdiDataServer pDataServer)
           Remove the given OdiDataServer from the collection of OdiDataServers.

 

Constructors in oracle.odi.domain.topology with parameters of type OdiDataServer
OdiPhysicalSchema(OdiDataServer pDataServer)
          Construct a new OdiPhysicalSchema and add it to the given OdiDataServer's physical schemas.

 

Uses of OdiDataServer in oracle.odi.domain.topology.finder

 

Methods in oracle.odi.domain.topology.finder that return OdiDataServer
 OdiDataServer IOdiDataServerFinder.findByName(java.lang.String pDataServerName)
          Finds an OdiDataServer using the given name.

 

Uses of OdiDataServer in oracle.odi.interfaces.interactive.support

 

Methods in oracle.odi.interfaces.interactive.support that return OdiDataServer
 OdiDataServer IExecutionArea.getDataServer()
          Returns the data server on which this execution area is located.

 

Uses of OdiDataServer in oracle.odi.interfaces.interactive.support.execarea

 

Methods in oracle.odi.interfaces.interactive.support.execarea that return OdiDataServer
 OdiDataServer InterfaceExecutionArea.getDataServer()
           

 

Constructors in oracle.odi.interfaces.interactive.support.execarea with parameters of type OdiDataServer
InterfaceExecutionArea(OdiDataServer pDataServer)
          Basic constructor.

 


Skip navigation links

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

E17060-04


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