org.ldaptive.async
Interface AsyncRequest


public interface AsyncRequest

Interface for asynchronous operation requests.

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

Method Summary
 void abandon()
          Abandon the operation.
 void abandon(RequestControl[] controls)
          Abandon the operation.
 int getMessageId()
          Message ID associated with the operation.
 

Method Detail

getMessageId

int getMessageId()
Message ID associated with the operation.

Returns:
message id

abandon

void abandon()
             throws LdapException
Abandon the operation.

Throws:
LdapException - if the operation fails

abandon

void abandon(RequestControl[] controls)
             throws LdapException
Abandon the operation.

Parameters:
controls - request controls
Throws:
LdapException - if the operation fails


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