Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
org.apache.derby.iapi.store.raw.xact.RawTransaction

Uses of RawTransaction in org.apache.derby.iapi.store.raw.xact
 

Methods in org.apache.derby.iapi.store.raw.xact that return RawTransaction
 RawTransaction TransactionFactory.startTransaction(org.apache.derby.iapi.store.raw.RawStoreFactory rsf, org.apache.derby.iapi.services.context.ContextManager contextMgr, java.lang.String transName)
          Start a new transaction within the given raw store.
 RawTransaction TransactionFactory.startNestedReadOnlyUserTransaction(org.apache.derby.iapi.store.raw.RawStoreFactory rsf, java.lang.Object compatibilitySpace, org.apache.derby.iapi.services.context.ContextManager contextMgr, java.lang.String transName)
          Start a new read only transaction within the given raw store.
 RawTransaction TransactionFactory.startNestedUpdateUserTransaction(org.apache.derby.iapi.store.raw.RawStoreFactory rsf, org.apache.derby.iapi.services.context.ContextManager contextMgr, java.lang.String transName)
          Start a new update transaction within the given raw store.
 RawTransaction TransactionFactory.startGlobalTransaction(org.apache.derby.iapi.store.raw.RawStoreFactory rsf, org.apache.derby.iapi.services.context.ContextManager contextMgr, int format_id, byte[] global_id, byte[] branch_id)
          Start a new transaction within the given raw store.
 RawTransaction TransactionFactory.findUserTransaction(org.apache.derby.iapi.store.raw.RawStoreFactory rsf, org.apache.derby.iapi.services.context.ContextManager contextMgr, java.lang.String transName)
          Find a user transaction within the given raw store and the given contextMgr.
 RawTransaction TransactionFactory.startNestedTopTransaction(org.apache.derby.iapi.store.raw.RawStoreFactory rsf, org.apache.derby.iapi.services.context.ContextManager contextMgr)
          Start a new nested top transaction within the given raw store.
 RawTransaction TransactionFactory.startInternalTransaction(org.apache.derby.iapi.store.raw.RawStoreFactory rsf, org.apache.derby.iapi.services.context.ContextManager contextMgr)
          Start a new internal transaction within the given raw store.
abstract  RawTransaction RawTransaction.startNestedTopTransaction()
          Start a nested top transaction.
 

Methods in org.apache.derby.iapi.store.raw.xact with parameters of type RawTransaction
 boolean TransactionFactory.findTransaction(TransactionId id, RawTransaction tran)
          Find a transaction using a transactionId and make the passed in transaction assume the identity and properties of that transaction.
 void TransactionFactory.rollbackAllTransactions(RawTransaction recoveryTransaction, org.apache.derby.iapi.store.raw.RawStoreFactory rsf)
          Rollback and close all transactions known to this factory using a passed in transaction.