org.apache.directory.api.ldap.model.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.

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.
 AbandonRequest setAbandoned(int requestId)
          Sets the id of the request operation to terminate.
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.Request
hasResponse
 
Methods inherited from interface org.apache.directory.api.ldap.model.message.Message
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId
 

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

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

Parameters:
requestId - the sequence id of the request message to abandon
Returns:
The AbandonRequest instance


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