Skip navigation links

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

E17060-03


Uses of Interface
oracle.odi.interfaces.interactive.support.ISourceSetListener

Packages that use ISourceSetListener
oracle.odi.interfaces.interactive Provides interfaces for interactive handling of Oracle Data Integrator interfaces. 
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.sourceset.computers Contains classes which handles the computation of source sets of an Oracle Data Integrator interface. 
oracle.odi.interfaces.interactive.support.sourceset.creators Contains classes which handles the Oracle Data Integrator interface source set creation. 

 

Uses of ISourceSetListener in oracle.odi.interfaces.interactive

 

Methods in oracle.odi.interfaces.interactive with parameters of type ISourceSetListener
 void ISourceSetComputer.addSourceSetListener(ISourceSetListener pSourceSetListener)
          Adds a source set listener object for an interface.
 void ISourceSetComputer.removeSourceSetListener(ISourceSetListener pSourceSetListener)
          Removes a source set listener object for an interface.

 

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

 

Subinterfaces of ISourceSetListener in oracle.odi.interfaces.interactive.support
 interface ISourceSetCreator
          Implementations of this class are used by ISourceSetComputers to create new SourceSets when needed.
 interface ISourceSetNameProvider
          Implementations of this class are in charge of providing names for SourceSets.

 

Uses of ISourceSetListener in oracle.odi.interfaces.interactive.support.sourceset.computers

 

Methods in oracle.odi.interfaces.interactive.support.sourceset.computers with parameters of type ISourceSetListener
 void SourceSetComputerAbstract.addSourceSetListener(ISourceSetListener pSourceSetListener)
          Adds a source set listener object for an interface.
 void SourceSetComputerAbstract.removeSourceSetListener(ISourceSetListener pSourceSetListener)
          Removes a source set listener object for an interface.

 

Uses of ISourceSetListener in oracle.odi.interfaces.interactive.support.sourceset.creators

 

Classes in oracle.odi.interfaces.interactive.support.sourceset.creators that implement ISourceSetListener
 class SourceSetCreatorNew
          This implementation systematically create new source sets and can automatically choose LKMs if needed.
It doesn't cache deleted source sets.

 


Skip navigation links

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

E17060-03


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