Uses of Class
org.apache.directory.ldap.client.api.message.AbandonRequest

Packages that use AbandonRequest
org.apache.directory.ldap.client.api   
org.apache.directory.ldap.client.api.message   
 

Uses of AbandonRequest in org.apache.directory.ldap.client.api
 

Methods in org.apache.directory.ldap.client.api with parameters of type AbandonRequest
 void LdapConnection.abandon(AbandonRequest abandonRequest)
          An abandon request essentially with the request message ID of the operation to be cancelled and/or potentially some controls and timeout (the controls and timeout are not mandatory).
 

Uses of AbandonRequest in org.apache.directory.ldap.client.api.message
 

Methods in org.apache.directory.ldap.client.api.message that return AbandonRequest
 AbandonRequest AbandonRequest.setAbandonedMessageId(int abandonedMessageId)
          Set the abandoned message ID
 



Copyright © 2009-2011 Apache Software Foundation. All Rights Reserved.