Documentation of 'org.apache.derby.impl.store.raw.xact.TransactionTableEntry' Java class
TransactionTableEntry
org.apache.derby.impl.store.raw.xact

Class TransactionTableEntry

  • All Implemented Interfaces:
    java.io.Externalizable, java.io.Serializable, java.lang.Cloneable, Formatable, TypedFormat, TransactionInfo


    public class TransactionTableEntry
    extends java.lang.Object
    implements Formatable, TransactionInfo, java.lang.Cloneable
    Transaction table entry is used to store all relevant information of a transaction into the transaction table for the use of checkpoint, recovery, Transaction management during Quiesce state, and for dumping transaction table. Only works with the following classes: TransactionTable, XactFactory, Xact
    During run time, whenever any transaction is started, it is put into the transaction table. Whenever any transaction is closed, it is removed from the transaction table.
    See Also:
    Serialized Form
    • Constructor Detail

      • TransactionTableEntry

        public TransactionTableEntry()
    • Method Detail

      • writeExternal

        public void writeExternal(java.io.ObjectOutput out)
                           throws java.io.IOException
        Specified by:
        writeExternal in interface java.io.Externalizable
        Throws:
        java.io.IOException
      • readExternal

        public void readExternal(java.io.ObjectInput in)
                          throws java.lang.ClassNotFoundException,
                                 java.io.IOException
        Specified by:
        readExternal in interface java.io.Externalizable
        Throws:
        java.lang.ClassNotFoundException
        java.io.IOException
      • getTypeFormatId

        public int getTypeFormatId()
        Return my format identifier.
        Specified by:
        getTypeFormatId in interface TypedFormat
        Returns:
        The identifier. (A UUID stuffed in an array of 16 bytes).
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getXact

        public final Xact getXact()
      • needExclusion

        public boolean needExclusion()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.