org.apache.directory.shared.ldap.message
Interface AbandonRequest

All Superinterfaces:
Message, Request
All Known Implementing Classes:
AbandonRequestImpl

public interface AbandonRequest
extends Request

Abandon protocol operation request to terminate an operation already in progress.

Version:
$Rev: 379008 $
Author:
Apache Directory Project

Field Summary
static MessageTypeEnum TYPE
          Ldap abandon request type code
 
Method Summary
 int getAbandoned()
          Gets the id of the request operation to terminate.
 void setAbandoned(int requestId)
          Sets the id of the request operation to terminate.
 
Methods inherited from interface org.apache.directory.shared.ldap.message.Request
hasResponse
 
Methods inherited from interface org.apache.directory.shared.ldap.message.Message
add, get, getControls, getMessageId, getType, put, remove
 

Field Detail

TYPE

public static final MessageTypeEnum TYPE
Ldap abandon request type code

Method Detail

getAbandoned

public int getAbandoned()
Gets the id of the request operation to terminate.

Returns:
the id of the request message to abandon

setAbandoned

public void setAbandoned(int requestId)
Sets the id of the request operation to terminate.

Parameters:
requestId - the sequence id of the request message to abandon


Copyright © 2003-2006 . All Rights Reserved.