|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.async.AbandonOperation
public class AbandonOperation
Executes an ldap abandon operation.
| Field Summary | |
|---|---|
protected org.slf4j.Logger |
logger
Logger for this class. |
| Constructor Summary | |
|---|---|
AbandonOperation(Connection conn)
Creates a new abandon operation. |
|
| Method Summary | |
|---|---|
void |
execute(int messageId)
Execute this ldap operation. |
void |
execute(int messageId,
RequestControl[] controls)
Execute this ldap operation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final org.slf4j.Logger logger
| Constructor Detail |
|---|
public AbandonOperation(Connection conn)
conn - connection| Method Detail |
|---|
public void execute(int messageId)
throws LdapException
messageId - of the operation to abandon
LdapException - if the operation fails
public void execute(int messageId,
RequestControl[] controls)
throws LdapException
messageId - of the operation to abandoncontrols - request controls
LdapException - if the operation fails
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||