org.apache.directory.shared.ldap.message
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: 764131 $
- 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. |
TYPE
static final MessageTypeEnum TYPE
- Ldap abandon request type code
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 © 2004-2009 The Apache Software Foundation. All Rights Reserved.