public class StartTransactionResponseDecorator
extends org.apache.directory.api.ldap.codec.decorators.ExtendedResponseDecorator<org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponse>
implements org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponse
| Modifier and Type | Field and Description |
|---|---|
private org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponse |
startTransactionResponse
The startTransaction response
|
| Constructor and Description |
|---|
StartTransactionResponseDecorator(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponse decoratedMessage)
Creates a new instance of EndTransactionResponseDecorator.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getTransactionId() |
void |
setResponseValue(byte[] responseValue) |
computeLength, encode, getResponseName, getResponseValue, setResponseNamegetLdapResult, setLdapResultaddAllControls, addControl, get, getCodecService, getControl, getControls, getControlsLength, getCurrentControl, getDecorated, getDecorator, getMessageId, getMessageLength, getType, hasControl, put, removeControl, setControlsLength, setMessageId, setMessageLength, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetResponseName, setResponseNameprivate org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponse startTransactionResponse
public StartTransactionResponseDecorator(org.apache.directory.api.ldap.codec.api.LdapApiService codec,
org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponse decoratedMessage)
codec - The LDAP service instancedecoratedMessage - The decorated messagepublic void setResponseValue(byte[] responseValue)
setResponseValue in class org.apache.directory.api.ldap.codec.decorators.ExtendedResponseDecorator<org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponse>public byte[] getTransactionId()
getTransactionId in interface org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponseCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.