Uses of Interface
org.openxri.store.Store

Packages that use Store
org.openxri.admin.webapplication   
org.openxri.pipeline   
org.openxri.pipeline.stages   
org.openxri.server.impl   
org.openxri.store   
org.openxri.store.impl   
org.openxri.store.impl.db   
org.openxri.store.impl.n   
 

Uses of Store in org.openxri.admin.webapplication
 

Methods in org.openxri.admin.webapplication that return Store
 Store OpenXRIAdminApplication.getOpenXRIStore()
           
 

Uses of Store in org.openxri.pipeline
 

Methods in org.openxri.pipeline with parameters of type Store
 XRD Stage.execute(Store store, XRD xrd, XRISegment segment, Authority parentAuthority, java.lang.String subSegmentName, Authority authority, boolean isCreate)
          Called as part of executing a pipeline.
 XRD Pipeline.execute(Store store, XRD xrd, XRISegment segment, Authority parentAuthority, java.lang.String subSegmentName, Authority authority, boolean isCreate)
          A pipeline is executed by consecutively executing all its stages.
 

Uses of Store in org.openxri.pipeline.stages
 

Methods in org.openxri.pipeline.stages with parameters of type Store
 XRD ExecutePipelineStage.execute(Store store, XRD xrd, XRISegment segment, Authority parentAuthority, java.lang.String subSegmentName, Authority authority, boolean isCreate)
           
 XRD AddServerStatusStage.execute(Store store, XRD xrd, XRISegment segment, Authority parentAuthority, java.lang.String subSegmentName, Authority authority, boolean isCreate)
           
 XRD AddXMLElementStage.execute(Store store, XRD xrd, XRISegment segment, Authority parentAuthority, java.lang.String subSegmentName, Authority authority, boolean isCreate)
           
 XRD AddRandomCanonicalIDStage.execute(Store store, XRD xrd, XRISegment segment, Authority parentAuthority, java.lang.String subSegmentName, Authority authority, boolean isCreate)
           
 XRD FromStoreStage.execute(Store store, XRD xrd, XRISegment segment, Authority parentAuthority, java.lang.String subSegmentName, Authority authority, boolean isCreate)
           
 XRD EmptyXRDStage.execute(Store store, XRD xrd, XRISegment segment, Authority parentAuthority, java.lang.String subSegmentName, Authority authority, boolean isCreate)
           
 XRD AutoLocalIDsStage.execute(Store store, XRD xrd, XRISegment segment, Authority parentAuthority, java.lang.String subSegmentName, Authority authority, boolean isCreate)
           
 XRD AddAuthorityResolutionSEPStage.execute(Store store, XRD xrd, XRISegment segment, Authority parentAuthority, java.lang.String subSegmentName, Authority authority, boolean isCreate)
           
 XRD AddStatusStage.execute(Store store, XRD xrd, XRISegment segment, Authority parentAuthority, java.lang.String subSegmentName, Authority authority, boolean isCreate)
           
 XRD AddSerialCanonicalIDStage.execute(Store store, XRD xrd, XRISegment segment, Authority parentAuthority, java.lang.String subSegmentName, Authority authority, boolean isCreate)
           
 XRD InheritAttributesStage.execute(Store store, XRD xrd, XRISegment segment, Authority parentAuthority, java.lang.String subSegmentName, Authority authority, boolean isCreate)
           
 XRD AddExpiresRelativeStage.execute(Store store, XRD xrd, XRISegment segment, Authority parentAuthority, java.lang.String subSegmentName, Authority authority, boolean isCreate)
           
 XRD AddGUIDCanonicalIDStage.execute(Store store, XRD xrd, XRISegment segment, Authority parentAuthority, java.lang.String subSegmentName, Authority authority, boolean isCreate)
           
 XRD AddExpiresAbsoluteStage.execute(Store store, XRD xrd, XRISegment segment, Authority parentAuthority, java.lang.String subSegmentName, Authority authority, boolean isCreate)
           
 XRD AddProviderIDStage.execute(Store store, XRD xrd, XRISegment segment, Authority parentAuthority, java.lang.String subSegmentName, Authority authority, boolean isCreate)
           
 XRD AddQueryStage.execute(Store store, XRD xrd, XRISegment segment, Authority parentAuthority, java.lang.String subSegmentName, Authority authority, boolean isCreate)
           
 

Uses of Store in org.openxri.server.impl
 

Fields in org.openxri.server.impl declared as Store
protected  Store AbstractServer.store
           
 

Uses of Store in org.openxri.store
 

Subinterfaces of Store in org.openxri.store
 interface StoreResettable
           
 

Uses of Store in org.openxri.store.impl
 

Classes in org.openxri.store.impl that implement Store
 class AbstractStore
          Some helper methods for store implementations.
 

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

Classes in org.openxri.store.impl.db that implement Store
 class DatabaseStore
          A class using Hibernate for implementing the basic and several extended store operations.
 

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

Classes in org.openxri.store.impl.n that implement Store
 class NullStore
          A store that implements all the store interfaces, but does not actually store or retrieve anything.
 



Copyright © 2005-2012. All Rights Reserved.