Uses of Interface
org.apache.directory.api.ldap.extras.extended.startTransaction.StartTransactionResponse
-
Packages that use StartTransactionResponse Package Description org.apache.directory.api.ldap.extras.extended.ads_impl.startTransaction org.apache.directory.api.ldap.extras.extended.startTransaction -
-
Uses of StartTransactionResponse in org.apache.directory.api.ldap.extras.extended.ads_impl.startTransaction
Methods in org.apache.directory.api.ldap.extras.extended.ads_impl.startTransaction that return StartTransactionResponse Modifier and Type Method Description StartTransactionResponseStartTransactionFactory. newResponse()Creates a new ExtendedResponse, for the ExtendedRequest with no valueStartTransactionResponseStartTransactionFactory. newResponse(byte[] encodedValue)Creates a new ExtendedResponse, for the ExtendedRequest with a specific encoded value. -
Uses of StartTransactionResponse in org.apache.directory.api.ldap.extras.extended.startTransaction
Classes in org.apache.directory.api.ldap.extras.extended.startTransaction that implement StartTransactionResponse Modifier and Type Class Description classStartTransactionResponseImplThe interface for Start Transaction Extended Response.Methods in org.apache.directory.api.ldap.extras.extended.startTransaction that return StartTransactionResponse Modifier and Type Method Description StartTransactionResponseStartTransactionRequestImpl. getResultResponse()The result containing response for this request.
-