public interface EndTransactionResponse
extends org.apache.directory.api.ldap.model.message.ExtendedResponse
ExtendedResponse ::= [APPLICATION 24] SEQUENCE {
COMPONENTS OF LDAPResult,
responseName [10] LDAPOID OPTIONAL,
responseValue [11] OCTET STRING OPTIONAL }
where the responseName is not present, and the responseValue contains
a BER encoded value, defined by the following grammar :
txnEndRes ::= SEQUENCE {
messageID MessageID OPTIONAL,
-- msgid associated with non-success resultCode
updatesControls SEQUENCE OF updateControls SEQUENCE {
messageID MessageID,
-- msgid associated with controls
controls Controls
} OPTIONAL
}
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTENSION_OID
The OID for the Start Transaction extended operation response.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getFailedMessageId() |
List<UpdateControls> |
getUpdateControls() |
void |
setFailedMessageId(int failedMessageId) |
getResponseName, setResponseNamestatic final String EXTENSION_OID
int getFailedMessageId()
void setFailedMessageId(int failedMessageId)
failedMessageId - The messageId that causes the failureList<UpdateControls> getUpdateControls()
Copyright © 2003–2019 The Apache Software Foundation. All rights reserved.