public interface InternalAddRequest extends SingleReplyRequest, InternalAbandonableRequest
Modifier and Type | Field and Description |
---|---|
static MessageTypeEnum |
RESP_TYPE
LDAPv3 add response type enum code
|
static MessageTypeEnum |
TYPE
LDAPv3 add request type enum code
|
Modifier and Type | Method and Description |
---|---|
Entry |
getEntry()
Gets the entry to add.
|
DN |
getEntryDn()
Gets the distinguished name of the entry to add.
|
void |
setEntry(Entry entry)
Sets the Entry to add.
|
void |
setEntryDn(DN entry)
Sets the distinguished name of the entry to add.
|
getResponseType
getResultResponse
hasResponse
add, addAll, get, getControls, getMessageId, getType, hasControl, put, remove
abandon, addAbandonListener, isAbandoned
static final MessageTypeEnum TYPE
static final MessageTypeEnum RESP_TYPE
DN getEntryDn()
void setEntryDn(DN entry)
entry
- the Dn of the added entry.Entry getEntry()
void setEntry(Entry entry)
entry
- the added EntryCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.