public class CancelOperation extends AbstractOperation<CancelRequest,Void>
AbstractOperation.ReopenOperationExceptionHandler
logger
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, toString
public CancelOperation(Connection conn)
conn
- connectionprotected Response<Void> invoke(CancelRequest request) throws LdapException
AbstractOperation
invoke
in class AbstractOperation<CancelRequest,Void>
request
- ldap requestLdapException
- if the invocation failsCopyright © 2003-2019 Virginia Tech. All Rights Reserved.