public class DeleteOperation extends AbstractOperation<DeleteRequest,Void>
AbstractOperation.ReopenOperationExceptionHandler
logger
Constructor and Description |
---|
DeleteOperation(Connection conn)
Creates a new delete operation.
|
Modifier and Type | Method and Description |
---|---|
protected Response<Void> |
invoke(DeleteRequest request)
Call the provider specific implementation of this ldap operation.
|
execute, executeHandlers, getConnection, getOperationExceptionHandler, getOperationResponseHandlers, setOperationExceptionHandler, setOperationResponseHandlers, toString
public DeleteOperation(Connection conn)
conn
- connectionprotected Response<Void> invoke(DeleteRequest request) throws LdapException
AbstractOperation
invoke
in class AbstractOperation<DeleteRequest,Void>
request
- ldap requestLdapException
- if the invocation failsCopyright © 2003-2019 Virginia Tech. All Rights Reserved.