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
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 |
TYPE
public static final MessageTypeEnum TYPE
- Ldap abandon request type code
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.