Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Uses of Class
oracle.javatools.util.deferred.Thunk

Packages that use Thunk
oracle.javatools.compare Contains classes and interfaces for compare / merge components, including diff algorithms, model classes and some view implementations. 
oracle.javatools.compare.view   
oracle.javatools.db Contains a metadata API for describing database objects, and retrieving them from a provider of database objects - for example a database. 
oracle.javatools.util.deferred   

 

Uses of Thunk in oracle.javatools.compare

 

Methods in oracle.javatools.compare with parameters of type Thunk
static CompareView CompareViewFactory.createView(CompareModel model, CompareMode mode, Thunk<java.lang.Class<? extends CompareView>> viewClass)
           
static void CompareModelFactory.registerCompareAlgorithm(CompareType type, Thunk<java.lang.Class<? extends CompareAlgorithm>> algorithmClass)
           
static void CompareViewFactory.registerCompareView(CompareType type, Thunk<java.lang.Class<? extends CompareView>> viewClass)
           

 

Uses of Thunk in oracle.javatools.compare.view

 

Methods in oracle.javatools.compare.view with parameters of type Thunk
static void BaseCompareView.registerViewDecoration(Thunk<java.lang.Class<? extends CompareViewDecoration>> decorationClass)
           

 

Uses of Thunk in oracle.javatools.db

 

Methods in oracle.javatools.db that return types with arguments of type Thunk
 java.util.Map<java.lang.String,Thunk> DBCore.getFactoryMap(java.lang.Class clz)
           

 

Method parameters in oracle.javatools.db with type arguments of type Thunk
<T> void
DBCore.populateFactoryList(java.lang.Class<T> clz, java.util.List<T> list, java.lang.Iterable<? extends Thunk> thunks)
           
<T> void
DBCore.registerFactoryList(java.lang.Class clz, java.util.List<? extends Thunk> list)
          Registers an Iterable of classes that can be looked up by the API.
<T> void
DBCore.registerFactoryMap(java.lang.Class clz, java.util.Map<java.lang.String,Thunk> map)
          Registers an Map of classes that can be looked up by the API.

 

Uses of Thunk in oracle.javatools.util.deferred

 

Subclasses of Thunk in oracle.javatools.util.deferred
 class WeakThunk<T>
          A version of Thunk that only stores the result weakly so that it is possible to have the value recalculated.

 

Methods in oracle.javatools.util.deferred that return Thunk
static
<T> Thunk<T>
Thunk.directReference(T object)
           
static
<T> Thunk<T>
Thunk.synchronizedThunk(Thunk<T> thunk)
           

 

Methods in oracle.javatools.util.deferred with parameters of type Thunk
static
<T> Thunk<T>
Thunk.synchronizedThunk(Thunk<T> thunk)
           

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


Copyright © 1997, 2012, Oracle. All rights reserved.