Uses of Interface
org.apache.directory.api.ldap.model.message.AbandonRequest

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

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

Classes in org.apache.directory.api.ldap.model.message that implement AbandonRequest
 class AbandonRequestImpl
          Implementation of an AbandonRequest message.
 

Methods in org.apache.directory.api.ldap.model.message that return AbandonRequest
 AbandonRequest AbandonRequestImpl.addAllControls(Control[] controls)
          Adds an array of controls to this Message.
 AbandonRequest AbandonRequestImpl.addControl(Control control)
          Adds a control to this Message.
 AbandonRequest AbandonRequestImpl.removeControl(Control control)
          Deletes a control removing it from this Message.
 AbandonRequest AbandonRequestImpl.setAbandoned(int abandonId)
          Sets the id of the request operation to terminate.
 AbandonRequest AbandonRequest.setAbandoned(int requestId)
          Sets the id of the request operation to terminate.
 AbandonRequest AbandonRequestImpl.setMessageId(int messageId)
          Sets the Message ID for this request
 



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.