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

Packages that use AbandonRequest
org.apache.directory.api.dsmlv2.request   
org.apache.directory.api.ldap.codec.decorators   
org.apache.directory.api.ldap.model.message   
org.apache.directory.ldap.client.api   
 

Uses of AbandonRequest in org.apache.directory.api.dsmlv2.request
 

Classes in org.apache.directory.api.dsmlv2.request that implement AbandonRequest
 class AbandonRequestDsml
          DSML Decorator for AbandonRequest
 

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

Constructors in org.apache.directory.api.dsmlv2.request with parameters of type AbandonRequest
AbandonRequestDsml(LdapApiService codec, AbandonRequest ldapMessage)
          Creates a new instance of AbandonRequestDsml.
 

Uses of AbandonRequest in org.apache.directory.api.ldap.codec.decorators
 

Classes in org.apache.directory.api.ldap.codec.decorators that implement AbandonRequest
 class AbandonRequestDecorator
          A decorator for the AddRequest message
 

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

Constructors in org.apache.directory.api.ldap.codec.decorators with parameters of type AbandonRequest
AbandonRequestDecorator(LdapApiService codec, AbandonRequest decoratedMessage)
          Makes a AddRequest a MessageDecorator.
 

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
 

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

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



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