Uses of Class
org.apache.jdo.impl.fostore.FOStoreExtent

Packages that use FOStoreExtent
org.apache.jdo.impl.fostore This package contains the implementation of the File/Object Store JDO Reference Implementation (FOStore, pronounced "foster"). 
 

Uses of FOStoreExtent in org.apache.jdo.impl.fostore
 

Fields in org.apache.jdo.impl.fostore declared as FOStoreExtent
private  FOStoreExtent GetExtentRequest.extent
          Extent returned to user.
 

Methods in org.apache.jdo.impl.fostore with parameters of type FOStoreExtent
 GetExtentRequest RequestFactory.getGetExtentRequest(FOStoreExtent extent, java.lang.Class pcClass, boolean subclasses, Message m, PersistenceManagerInternal pm)
          Creates a request object to cause a particular class's extent to be retrieved.
 GetExtentRequest BufferedRequestFactory.getGetExtentRequest(FOStoreExtent extent, java.lang.Class pcClass, boolean subclasses, Message m, PersistenceManagerInternal pm)
           
 

Constructors in org.apache.jdo.impl.fostore with parameters of type FOStoreExtent
FOStoreExtent.FOStoreExtentIterator(FOStoreExtent extent)
           
GetExtentRequest(FOStoreExtent extent, java.lang.Class cls, boolean subclasses, Message m, PersistenceManagerInternal pm)