| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.ide.model.SingletonProvider
public class SingletonProvider
| Method Summary | ||
|---|---|---|
static
 | 
find(java.lang.Class<T> target)
Locates a suitable implementation for a target Class.  | 
|
static
 | 
findIfAvailable(java.lang.Class<T> target)
Locates a suitable implementation for a target Class if the singleton instance of that class has already been created.  | 
|
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Method Detail | 
|---|
public static <T> T find(java.lang.Class<T> target)
May trigger initialization of an extension if the implementation is found on an extension that has not been initialized yet.
target - an interface or class that identifies the base type to look for.
public static <T> T findIfAvailable(java.lang.Class<T> target)
target - an interface or class that identifies the base type to look for.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 11g Release 2 (11.1.2.4.0) E17493-05  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||