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