|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.jdeveloper.offlinedb.model.NodeCache
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.
OfflineDBObjectProvider.getNodeCache()| Constructor Summary | |
|---|---|
NodeCache() |
|
| Method Summary | |
|---|---|
boolean |
containsURL(java.net.URL url)Tests whether the given URL has an ID mapped to it in the cache |
DBObjectID |
findID(Locatable node)Finds the DBObject for the given node in the cache. |
abstract DBObjectID |
findID(java.net.URL url)Finds the DBObject from the given URL. |
Node |
findNode(DBObject obj)Attempts to find the node in the navigator for the given object. |
Node |
findNode(DBObjectID id)Attempts to find a node in the navigator for the given object. |
java.net.URL |
findURL(DBObject obj)Attempts to find a URL for the given object. |
abstract java.net.URL |
findURL(DBObjectID id)Attempts to find a URL for the given object id. |
protected java.util.logging.Logger |
getLogger() |
| 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 objectfindURL(DBObject)public final Node findNode(DBObjectID id)
id - an offline database object's idfindURL(DBObjectID)public final java.net.URL findURL(DBObject obj)
obj - an offline database objectpublic abstract java.net.URL findURL(DBObjectID id)
id - an offline database object's idpublic final DBObjectID findID(Locatable node)
node - a Locatable object representing an offline database object's filepublic boolean containsURL(java.net.URL url)
url - an offline database object's URLpublic abstract DBObjectID findID(java.net.URL url)
protected java.util.logging.Logger getLogger()
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||