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

java.lang.Object
  extended by org.apache.directory.ldap.client.api.message.AbstractMessage
      extended by org.apache.directory.ldap.client.api.message.AbstractRequest
          extended by org.apache.directory.ldap.client.api.message.AbandonRequest
All Implemented Interfaces:
Message, Request

public class AbandonRequest
extends AbstractRequest

Abandon protocol operation request message. It abandons the given message. Its syntax is : AbandonRequest ::= [APPLICATION 16] MessageID MessageID ::= INTEGER (0 .. maxInt) maxInt INTEGER ::= 2147483647 -- (2^^31 - 1) --

Author:
Apache Directory Project

Constructor Summary
AbandonRequest()
          Creates a new instance of AbandonRequestImpl.
 
Method Summary
 int getAbandonedMessageId()
          Get the abandoned message ID
 AbandonRequest setAbandonedMessageId(int abandonedMessageId)
          Set the abandoned message ID
 java.lang.String toString()
          Return a String representing an AbandonRequest
 
Methods inherited from class org.apache.directory.ldap.client.api.message.AbstractRequest
getTimeout, setTimeout
 
Methods inherited from class org.apache.directory.ldap.client.api.message.AbstractMessage
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.directory.ldap.client.api.message.Message
add, getControl, getControls, getMessageId, hasControl, remove, setMessageId
 

Constructor Detail

AbandonRequest

public AbandonRequest()
Creates a new instance of AbandonRequestImpl.

Method Detail

getAbandonedMessageId

public int getAbandonedMessageId()
Get the abandoned message ID

Returns:
Returns the abandoned MessageId.

setAbandonedMessageId

public AbandonRequest setAbandonedMessageId(int abandonedMessageId)
Set the abandoned message ID

Parameters:
abandonedMessageId - The abandoned messageID to set.

toString

public java.lang.String toString()
Return a String representing an AbandonRequest

Overrides:
toString in class AbstractMessage
Returns:
A String representing the AbandonRequest


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