Package org.ldaptive
Interface Operation<Q extends Request,S extends Result>
- Type Parameters:
Q
- type of requestS
- type of result
- All Known Implementing Classes:
AbstractOperation
,AddOperation
,BindOperation
,CompareOperation
,DeleteOperation
,ExtendedOperation
,ModifyDnOperation
,ModifyOperation
,SearchOperation
Operation interface.
-
Method Summary
-
Method Details
-
send
Sends an asynchronous request and does not wait for a response.- Parameters:
request
- operation request- Returns:
- operation result
- Throws:
LdapException
- if the operation fails
-
execute
Sends an asynchronous request and waits for the response.- Parameters:
request
- operation request- Returns:
- operation result
- Throws:
LdapException
- if the operation fails
-