org.apache.directory.shared.ldap.message.internal
Interface InternalAbandonRequest

All Superinterfaces:
InternalMessage, InternalRequest
All Known Implementing Classes:
AbandonRequestImpl

public interface InternalAbandonRequest
extends InternalRequest

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

Version:
$Rev: 910150 $
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.internal.InternalRequest
hasResponse
 
Methods inherited from interface org.apache.directory.shared.ldap.message.internal.InternalMessage
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
 

Field Detail

TYPE

static final MessageTypeEnum TYPE
Ldap abandon request type code

Method Detail

getAbandoned

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

Returns:
the id of the request message to abandon

setAbandoned

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-2011 Apache Software Foundation. All Rights Reserved.