public class AbandonOperation extends Object
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.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.
|
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 © 2023. All rights reserved.