| 
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.javatools.data.HashStructureAdapter
oracle.ide.extension.LazyResourceAdapter
public class LazyResourceAdapter
Lazy resource adapter class that helps in lazily processing resources from a hash structure.
LazyClassAdapter, 
MetaResource| Field Summary | 
|---|
| Fields inherited from class oracle.javatools.data.HashStructureAdapter | 
|---|
_hash | 
| Constructor Summary | |
|---|---|
LazyResourceAdapter(HashStructure hashStructure)
 | 
|
| Method Summary | |
|---|---|
static LazyResourceAdapter | 
getInstance(HashStructure hash)
Creates an instance of the resource adapter for the specified hash structure.  | 
 MetaResource | 
getMetaResource(java.lang.String keyName)
Gets the MetaResource for the specified key. | 
| Methods inherited from class oracle.javatools.data.HashStructureAdapter | 
|---|
addStructureChangeListener, containsKey, copyTo, copyToImpl, equals, equalsImpl, findOrCreate, forcedCopyTo, getHashStructure, removeStructureChangeListener, useObjectEquals | 
| Methods inherited from class java.lang.Object | 
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public LazyResourceAdapter(HashStructure hashStructure)
| Method Detail | 
|---|
public static LazyResourceAdapter getInstance(HashStructure hash)
hash - hash structure to adapt.
public MetaResource getMetaResource(java.lang.String keyName)
MetaResource for the specified key.
keyName - the key to look up for the meta resource. Must not be 
    null.
  | 
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 | |||||||||