public class AbandonOperation extends Object
| Modifier and Type | Field and Description |
|---|---|
private Connection |
connection
Connection to perform operation.
|
protected Logger |
logger
Logger for this class.
|
| Constructor and Description |
|---|
AbandonOperation(Connection conn)
Creates a new abandon operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
execute(int messageId)
Execute this ldap operation.
|
void |
execute(int messageId,
RequestControl[] controls)
Execute this ldap operation.
|
protected final Logger logger
private final Connection connection
public AbandonOperation(Connection conn)
conn - connectionpublic void execute(int messageId)
throws LdapException
messageId - of the operation to abandonLdapException - if the operation failspublic void execute(int messageId,
RequestControl[] controls)
throws LdapException
messageId - of the operation to abandoncontrols - request controlsLdapException - if the operation failsCopyright © 2003-2019 Virginia Tech. All Rights Reserved.