Skip navigation links

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

E17493-03


oracle.ide.extension
Class LazyResourceAdapter

java.lang.Object
  extended by oracle.javatools.data.HashStructureAdapter
      extended by oracle.ide.extension.LazyResourceAdapter


public class LazyResourceAdapter
extends HashStructureAdapter

Lazy resource adapter class that helps in lazily processing resources from a hash structure.

See Also:
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

LazyResourceAdapter

public LazyResourceAdapter(HashStructure hashStructure)

Method Detail

getInstance

public static LazyResourceAdapter getInstance(HashStructure hash)
Creates an instance of the resource adapter for the specified hash structure.
Parameters:
hash - hash structure to adapt.
Returns:
an instance of LazyResourceAdapter.

getMetaResource

public MetaResource getMetaResource(java.lang.String keyName)
Gets the MetaResource for the specified key.
Parameters:
keyName - the key to look up for the meta resource. Must not be null.
Returns:
a meta resource. May be null if the key does not exist.

Skip navigation links

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

E17493-03


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