Uses of Class
org.openxri.XRIAuthority

Packages that use XRIAuthority
org.openxri   
org.openxri.resolve   
org.openxri.store   
org.openxri.store.impl.db   
org.openxri.store.impl.n   
 

Uses of XRIAuthority in org.openxri
 

Subclasses of XRIAuthority in org.openxri
 class GCSAuthority
          This class provides a strong typing for a GCS Authority.
 class XRefAuthority
          This class provides a strong typing for a XRef Authority.
 

Methods in org.openxri that return XRIAuthority
 XRIAuthority XRefAuthority.getParent()
          Returns the parent XRIAuthority for this object.
abstract  XRIAuthority XRIAuthority.getParent()
          Returns the parent XRIAuthority for this object.
 XRIAuthority GCSAuthority.getParent()
          Returns the parent XRIAuthority for this object.
 

Uses of XRIAuthority in org.openxri.resolve
 

Methods in org.openxri.resolve with parameters of type XRIAuthority
 void ResolverState.reset(XRIAuthority oAuth)
          Resets the internal XRD cache for this XRIAuthority
protected  XRDS Resolver.resolveXRIAuth(XRI origQXRI, XRIAuthority xriAuth, ResolverFlags flags, ResolverState state)
           
 void ResolverState.set(XRIAuthority oAuth, XRD oDesc)
          Deprecated.  
 void Cache.stuff(XRIAuthority oAuth, XRDS oDescriptors)
          Adds the descriptors associated with an authority to the cache
 

Uses of XRIAuthority in org.openxri.store
 

Methods in org.openxri.store with parameters of type XRIAuthority
 Authority StoreLookup.localLookup(XRIAuthority authorityPath)
          This method iterates through all subsegments of the given authority path and returns its final authority.
 

Uses of XRIAuthority in org.openxri.store.impl.db
 

Methods in org.openxri.store.impl.db with parameters of type XRIAuthority
 Authority DatabaseStore.localLookup(XRIAuthority authorityPath)
           
 

Uses of XRIAuthority in org.openxri.store.impl.n
 

Methods in org.openxri.store.impl.n with parameters of type XRIAuthority
 Authority NullStore.localLookup(XRIAuthority authorityPath)
           
 



Copyright © 2005-2012. All Rights Reserved.