Interface StartTransactionResponse

  • All Superinterfaces:
    ExtendedResponse, Message, Response, ResultResponse
    All Known Implementing Classes:
    StartTransactionResponseImpl

    public interface StartTransactionResponse
    extends ExtendedResponse
    The interface for Start Transaction Extended Response. It's described in RFC 5805 :
     StartTransactionResponse ::= [APPLICATION 24] SEQUENCE {
                COMPONENTS OF LDAPResult,
                responseValue    [11] OCTET STRING OPTIONAL }
     
    where the responseName is not present, and the responseValue contain a transaction identifier when the result is SUCCESS.
    Author:
    Apache Directory Project
    • Method Detail

      • getTransactionId

        byte[] getTransactionId()
        Returns:
        The transaction ID if success