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

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

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

Methods in org.apache.jdo.impl.fostore that return BeginTxRequest
 BeginTxRequest RequestFactory.getBeginTxRequest(Message m, FOStorePMF pmf, boolean optimistic)
          Creates a request object which notifies the store of the kind of transaction that is starting.
 BeginTxRequest BufferedRequestFactory.getBeginTxRequest(Message m, FOStorePMF pmf, boolean optimistic)