| 
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.jdeveloper.offlinedb.model.NodeCache
OfflineDBObjectProvider.
 See the getObjectURL and getObjectNode methods.
@Deprecated public abstract class NodeCache
A NodeCache is a cache of object IDs to URLs that every OfflineDBObjectProvider has to lookup the file representing a given object.
| Constructor Summary | |
|---|---|
NodeCache()
Deprecated.  | 
|
| Method Summary | |
|---|---|
 boolean | 
containsURL(java.net.URL url)
Deprecated. Tests whether the given URL has an ID mapped to it in the cache  | 
 DBObjectID | 
findID(Locatable node)
Deprecated. Finds the DBObject for the given node in the cache.  | 
abstract  DBObjectID | 
findID(java.net.URL url)
Deprecated. Finds the DBObject from the given URL.  | 
 Node | 
findNode(DBObject obj)
Deprecated. Attempts to find the node in the navigator for the given object.  | 
 Node | 
findNode(DBObjectID id)
Deprecated. Attempts to find a node in the navigator for the given object.  | 
 java.net.URL | 
findURL(DBObject obj)
Deprecated. Attempts to find a URL for the given object.  | 
abstract  java.net.URL | 
findURL(DBObjectID id)
Deprecated. Attempts to find a URL for the given object id.  | 
protected  java.util.logging.Logger | 
getLogger()
Deprecated.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public NodeCache()
| Method Detail | 
|---|
public final Node findNode(DBObject obj)
obj - an offline database object
findURL(DBObject)public final Node findNode(DBObjectID id)
id - an offline database object's id
findURL(DBObjectID)public final java.net.URL findURL(DBObject obj)
obj - an offline database object
public abstract java.net.URL findURL(DBObjectID id)
id - an offline database object's id
public final DBObjectID findID(Locatable node)
node - a Locatable object representing an offline database object's
 file
public boolean containsURL(java.net.URL url)
url - an offline database object's URL
public abstract DBObjectID findID(java.net.URL url)
protected java.util.logging.Logger getLogger()
  | 
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 | |||||||||