Uses of Class
org.planx.xmlstore.UnknownReferenceException

Packages that use UnknownReferenceException
org.planx.xmlstore   
org.planx.xmlstore.io   
org.planx.xmlstore.nodes   
org.planx.xmlstore.regions   
org.planx.xmlstore.stores   
 

Uses of UnknownReferenceException in org.planx.xmlstore
 

Methods in org.planx.xmlstore that throw UnknownReferenceException
 Node XMLStore.load(Reference ref)
          Loads XML data identified by a reference.
 

Uses of UnknownReferenceException in org.planx.xmlstore.io
 

Subclasses of UnknownReferenceException in org.planx.xmlstore.io
 class UnknownLocatorException
           
 

Uses of UnknownReferenceException in org.planx.xmlstore.nodes
 

Methods in org.planx.xmlstore.nodes that throw UnknownReferenceException
protected abstract  SystemNode NodeProxy.generate()
           
protected  SystemNode BlockingNodeProxy.generate()
           
protected  SystemNode XMLStoreNodeProxy.generate()
           
 

Uses of UnknownReferenceException in org.planx.xmlstore.regions
 

Methods in org.planx.xmlstore.regions that throw UnknownReferenceException
 void Region.cache()
          Load this Region to memory.
 void Region.flush()
          Flushes this Region from memory by persisting it and releasing memory.
 SystemNode RegionManager.load(LocalLocator loc)
           
 SystemNode Region.load(LocalLocator loc, Reference secondaryRef)
          Loads the node with the specified locator from this region.
 void Region.persist()
          Persists the in-memory version of this Region to disk.
 void RegionManager.release(LocalLocator loc)
          Removes a root previously added with RegionManager.retain(LocalLocator).
 void RegionManager.retain(LocalLocator loc)
          Adds a root permanently that must be explicitly removed using RegionManager.release(LocalLocator).
 void HashSharer.share()
           
abstract  void Sharer.share()
           
 void MSDSharer.share()
          Incremental sharing algorithm.
 void HashSharer.share(Region r)
           
 Compactor.Statistics MSDSharer.share(Region r)
          Request weak-discrimination of the specified Region.
 Compactor.Statistics MSDSharer.share(Region r1, Region r2)
          Request weak-discrimination of the specified Regions.
 

Uses of UnknownReferenceException in org.planx.xmlstore.stores
 

Methods in org.planx.xmlstore.stores that throw UnknownReferenceException
 Node WriteCacheXMLStore.load(Reference vref)
           
 Node AbstractXMLStore.load(Reference vref)
          Resolves any RelativeReferences and calls AbstractXMLStore.resolvedLoad(org.planx.xmlstore.Reference).
 Node OptimisticReadXMLStore.load(Reference vref)
           
 Node ReadCacheXMLStore.load(Reference vref)
           
 void TranslatorXMLStore.release(Reference ref)
           
 void LocalXMLStore.release(Reference ref)
          Informs the XMLStore that the data referenced by the specified Reference is no longer needed.
protected  Node AbstractXMLStore.resolvedLoad(Reference resolvedRef)
          Called by AbstractXMLStore.load(org.planx.xmlstore.Reference) after resolving RelativeReferences.
protected  Node NetworkProxy.resolvedLoad(Reference vref)
           
protected  Node TranslatorXMLStore.resolvedLoad(Reference vref)
          ContentValueReferences will be resolved by looking up the root reference in the local reference server, loading this node in the underlying store, and traversing from this node to the node designated be the path of the global reference.
protected  Node DistributedXMLStore.resolvedLoad(Reference vref)
          If the Reference is not known in the underlying XMLStore it is looked up in the network and loaded from another peer if it exists.
protected  Node LocalXMLStore.resolvedLoad(Reference vref)
          Only accepts LocalLocators.
 void TranslatorXMLStore.retain(Reference ref)
           
 void LocalXMLStore.retain(Reference ref)
          Informs the XMLStore that the data referenced by the specified Reference should be kept permanently.
 



Copyright © 2010. All Rights Reserved.