public class DeleteOperation extends AbstractOperation<DeleteRequest,java.lang.Void>
AbstractOperation.ReopenOperationExceptionHandlerlogger| Constructor and Description |
|---|
DeleteOperation(Connection conn)
Creates a new delete operation.
|
| Modifier and Type | Method and Description |
|---|---|
protected Response<java.lang.Void> |
invoke(DeleteRequest request)
Call the provider specific implementation of this ldap operation.
|
execute, executeHandlers, getConnection, getOperationExceptionHandler, getOperationResponseHandlers, setOperationExceptionHandler, setOperationResponseHandlers, toStringpublic DeleteOperation(Connection conn)
conn - connectionprotected Response<java.lang.Void> invoke(DeleteRequest request) throws LdapException
AbstractOperationinvoke in class AbstractOperation<DeleteRequest,java.lang.Void>request - ldap requestLdapException - if the invocation fails