org.apache.directory.shared.ldap.message
Class DeleteResponseImpl

java.lang.Object
  extended byorg.apache.directory.shared.ldap.message.AbstractMessage
      extended byorg.apache.directory.shared.ldap.message.AbstractResponse
          extended byorg.apache.directory.shared.ldap.message.AbstractResultResponse
              extended byorg.apache.directory.shared.ldap.message.DeleteResponseImpl
All Implemented Interfaces:
DeleteResponse, Message, Response, ResultResponse

public class DeleteResponseImpl
extends AbstractResultResponse
implements DeleteResponse

Lockable DeleteResponse implementation

Version:
$Rev: 379008 $
Author:
Apache Directory Project

Field Summary
 
Fields inherited from interface org.apache.directory.shared.ldap.message.DeleteResponse
TYPE
 
Constructor Summary
DeleteResponseImpl(int id)
          Creates a Lockable DeleteResponse as a reply to an DeleteRequest.
 
Methods inherited from class org.apache.directory.shared.ldap.message.AbstractResultResponse
equals, getLdapResult, toString
 
Methods inherited from class org.apache.directory.shared.ldap.message.AbstractMessage
add, get, getControls, getMessageId, getType, put, remove
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.directory.shared.ldap.message.ResultResponse
getLdapResult
 
Methods inherited from interface org.apache.directory.shared.ldap.message.Message
add, get, getControls, getMessageId, getType, put, remove
 

Constructor Detail

DeleteResponseImpl

public DeleteResponseImpl(int id)
Creates a Lockable DeleteResponse as a reply to an DeleteRequest.

Parameters:
id - the session unique message id


Copyright © 2003-2006 . All Rights Reserved.