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

Quick Search    Search Deep

Uses of Interface
org.apache.derby.iapi.store.raw.xact.TransactionId

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

Methods in org.apache.derby.iapi.store.raw.xact that return TransactionId
abstract  TransactionId RawTransaction.getId()
          Get the shortId of this transaction.
 

Methods in org.apache.derby.iapi.store.raw.xact with parameters of type TransactionId
 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.
abstract  void RawTransaction.setTransactionId(org.apache.derby.iapi.store.raw.GlobalTransactionId id, TransactionId shortId)
          Set the transaction Ids (Global and internal) of this transaction
abstract  void RawTransaction.setTransactionId(org.apache.derby.iapi.store.raw.Loggable beginXact, TransactionId shortId)
          Set the transactionId (Global and internal) of this transaction using a log record that contains the Global id