org.apache.directory.api.ldap.model.message
Class DeleteResponseImpl
java.lang.Object
org.apache.directory.api.ldap.model.message.AbstractMessage
org.apache.directory.api.ldap.model.message.AbstractResponse
org.apache.directory.api.ldap.model.message.AbstractResultResponse
org.apache.directory.api.ldap.model.message.DeleteResponseImpl
- All Implemented Interfaces:
- DeleteResponse, Message, Response, ResultResponse
- Direct Known Subclasses:
- DeleteNoDResponse
public class DeleteResponseImpl
- extends AbstractResultResponse
- implements DeleteResponse
DeleteResponse implementation
- Author:
- Apache Directory Project
| Fields inherited from interface org.apache.directory.api.ldap.model.message.DeleteResponse |
TYPE |
|
Constructor Summary |
DeleteResponseImpl()
Creates a DeleteResponse as a reply to an DeleteRequest. |
DeleteResponseImpl(int id)
Creates a DeleteResponse as a reply to an DeleteRequest. |
|
Method Summary |
String |
toString()
Get a String representation of a DelResponse |
| Methods inherited from class org.apache.directory.api.ldap.model.message.AbstractMessage |
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId, toString |
| Methods inherited from interface org.apache.directory.api.ldap.model.message.Message |
addAllControls, addControl, get, getControl, getControls, getMessageId, getType, hasControl, put, removeControl, setMessageId |
DeleteResponseImpl
public DeleteResponseImpl()
- Creates a DeleteResponse as a reply to an DeleteRequest.
DeleteResponseImpl
public DeleteResponseImpl(int id)
- Creates a DeleteResponse as a reply to an DeleteRequest.
- Parameters:
id - the session unique message id
toString
public String toString()
- Get a String representation of a DelResponse
- Overrides:
toString in class AbstractResultResponse
- Returns:
- A DelResponse String
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.