org.ldaptive.async
Class AbandonOperation

java.lang.Object
  extended by org.ldaptive.async.AbandonOperation

public class AbandonOperation
extends Object

Executes an ldap abandon operation.

Version:
$Revision: 2885 $ $Date: 2014-02-05 16:28:49 -0500 (Wed, 05 Feb 2014) $
Author:
Middleware Services

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

logger

protected final org.slf4j.Logger logger
Logger for this class.

Constructor Detail

AbandonOperation

public AbandonOperation(Connection conn)
Creates a new abandon operation.

Parameters:
conn - connection
Method Detail

execute

public void execute(int messageId)
             throws LdapException
Execute this ldap operation.

Parameters:
messageId - of the operation to abandon
Throws:
LdapException - if the operation fails

execute

public void execute(int messageId,
                    RequestControl[] controls)
             throws LdapException
Execute this ldap operation.

Parameters:
messageId - of the operation to abandon
controls - request controls
Throws:
LdapException - if the operation fails


Copyright © 2003-2017 Virginia Tech. All Rights Reserved.