Uses of Interface
org.apache.directory.api.ldap.extras.extended.endTransaction.EndTransactionResponse
-
Packages that use EndTransactionResponse Package Description org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction org.apache.directory.api.ldap.extras.extended.endTransaction -
-
Uses of EndTransactionResponse in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction that return EndTransactionResponse Modifier and Type Method Description EndTransactionResponseEndTransactionResponseContainer. getEndTransactionResponse()EndTransactionResponseEndTransactionFactory. newResponse()Creates a new ExtendedResponse, for the ExtendedRequest with no valueEndTransactionResponseEndTransactionFactory. newResponse(byte[] encodedValue)Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value.Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.endTransaction with parameters of type EndTransactionResponse Modifier and Type Method Description voidEndTransactionResponseContainer. setEndTransactionResponse(EndTransactionResponse endTransactionResponse)Set a EndTransactionResponse Object into the container. -
Uses of EndTransactionResponse in org.apache.directory.api.ldap.extras.extended.endTransaction
Classes in org.apache.directory.api.ldap.extras.extended.endTransaction that implement EndTransactionResponse Modifier and Type Class Description classEndTransactionResponseImplThe End Transaction Extended Response implementation.Methods in org.apache.directory.api.ldap.extras.extended.endTransaction that return EndTransactionResponse Modifier and Type Method Description EndTransactionResponseEndTransactionRequestImpl. getResultResponse()The result containing response for this request.
-