Interface TransactionStore.TransactionInput

  • Enclosing interface:
    TransactionStore

    public static interface TransactionStore.TransactionInput
    An access to the content of a transaction
    • Method Detail

      • storeName

        java.lang.String storeName()
        The store in which the transaction has to be applied
        Returns:
        the name of the store in which this transaction has been stored
      • getInputStream

        java.io.InputStream getInputStream()
                                    throws java.io.IOException
        The content of the transaction
        Returns:
        the input stream to access the content of this transaction
        Throws:
        java.io.IOException - if an I/O error occurs when retrieving the stream
      • getTransactionId

        java.math.BigInteger getTransactionId()
        The unique id of the transaction.
        Returns:
        the id of the transaction