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